How can I make a toggle box trigger a midi note for as long as it's toggled on, and then end the note (note off) when its toggled off?
Thanks for any help!
Midi note duration controlled by toggle box
How can I make a toggle box trigger a midi note for as long as it's toggled on, and then end the note (note off) when its toggled off?
Thanks for any help!
Use toggle -> [select 0 1]. Trigger noteon with the 1, noteoff with the 0.
How exactly do I trigger a note off this way. I can only seem to produce a note using [makenote] and scheduling the duration.
How would a note off structure look?
if your note on looks like [63 100 1( the corresponding note off looks like [63 0 1(
[x]
|
[sel 0 1]
| |
| [63 100 1(
|
[63 0 1(
you can send both of thouse to a [noteout]
any technology distinguishable from magic
is insufficiently advanced.
Sorry, should've specified to use noteout.
Thanks guys! Works perfectly!!
Oops! Looks like something went wrong!