Skip to main content

Questions tagged [jython-music]

JythonMusic (not to be confused with Jython) is an open source environment for music making and creative programming activities based on Python.

jython-music
0 votes
2 answers
31 views

wrong ide launches when trying to run file

Im trying to download and run JythonMusic to use alongside my "making music with computers" textbook and am doing something wrong. The download instructions state to download the file and ...
Sean's user avatar
  • 1
0 votes
1 answer
51 views

How Can I Use sh jython.sh -i furElise.py with Creating my Heap with Java (Shell Based Java Issues)?

I am using a 2014 book on Jython-Java-Python in regards to music and computation. ... I am trying to use a custom java command to handle a shell script with shell but all while telling java to handle ...
De Funct's user avatar
  • 485
0 votes
1 answer
91 views

How to sustain a note or a phrase / chord in Jython Music

I'm totally new to Jython Music. I just want to ask how to sustain a note/phrase/chord in Jython Music as if we are using a pedal? I will greatly appreciate your help. Thank you.
Chris NP's user avatar
0 votes
1 answer
84 views

ImportError: No module named numjy

I am trying to import the numjy package, as described in the "How to fix numpy importerror in JythonMusic" topic but am getting the "ImportError: No module named numjy" message. Traceback (most ...
Viktor's user avatar
  • 31
0 votes
1 answer
207 views

How to fix numpy importerror in JythonMusic

I am working on a music composition AI program using JythonMusic on Linux Mint 19.1. When I attempt to test my code, I get an import error say that the numpy module is not found. I have verified that ...
DarthMalloc's user avatar
0 votes
1 answer
2k views

ImportError: cannot import name 'structures' python music library

I'm trying to play a note, however, importing music python library is giving me a headache from music import * note = Note(C4, HN) Play.midi(note) I also tried import music note = Note(C4, HN) ...
user avatar
0 votes
1 answer
109 views

Timer setDelay() issue in Jython Music

I've noticed that Jython Environment for Music (JEM) has its own Timer implementation, as documented at https://jythonmusic.me/timer-library/ . The documentation shows a function t.setDelay(delay), ...
Danfield's user avatar
1 vote
2 answers
267 views

Couldnt launch JEM.jar Jython Music

I'm getting error: the java jar file JEM.jar could not be launched when opening on a Mac OSX Machine. Any idea how to resolve this and get #JythonMusic running. Thanks!!
David James's user avatar
0 votes
1 answer
375 views

Creating an open/save file dialog in Jython Music

Is it possible to use the GUI library in JythonMusic to create an open/save file dialog. If not is it possible to use an open file window in Tkinter or PyQT in conjunction with jythonMusic?
DJames's user avatar
  • 1
1 vote
1 answer
112 views

Is there a way to set the framerate or individual frame pitches in JythonMusic?

I am trying to create a program in JythonMusic, that changes the pitch from one wav-file into the pitch from another wav-file. The idea I have is: ->Open wav-file that sets the pitch and length (...
D.Kuhn's user avatar
  • 11