Reputation: 1
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.
Upvotes: 0
Views: 102
Reputation: 81
Is what you are building interactive? If so, check Play.noteOn() and Play.noteOff().
Otherwise, i.e., if you are just building a Score to play back, then simply add the amount of extra duration you want, when building the specific Notes. (Computers need to be told exactly what to do.)
Upvotes: 0