Chris NP
Chris NP

Reputation: 1

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.

Upvotes: 0

Views: 102

Answers (1)

Bill Manaris
Bill Manaris

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

Related Questions