soapdodger
2007-11-04 10:21:35
Firstly thanks for writing this app, its just what I need for my controllers.
I'm building a gesture controller using one of Ladyada's midisense boards.
I've used MT to convert incoming cc's to note ons. I've used a variable to vary the note according to the cc value.
What I'm trying to program using the rules is a way of say having cc 0 - 30 output one note and 31-60 another.
Is it also possible to have MT set up so that it will not output a note until the note value has changed? so if it receives a value of 0-30 it will output a note but not output a note again until the value is in another zone or has returned 127 beforehand.
I intend to use a proximty sensor to generate the cc. I want the controller to trigger a note when the beam is broken, the value of the note would correspond to the distance
I've used this to try and create the zones :
if ga <30 goto 10
label "10"
if ga >60 exit rules skip outgoing
if ga <60 exit rules execute outgoing
Something is wrong here, I havent done anything like this since the 80s!
I'm building a gesture controller using one of Ladyada's midisense boards.
I've used MT to convert incoming cc's to note ons. I've used a variable to vary the note according to the cc value.
What I'm trying to program using the rules is a way of say having cc 0 - 30 output one note and 31-60 another.
Is it also possible to have MT set up so that it will not output a note until the note value has changed? so if it receives a value of 0-30 it will output a note but not output a note again until the value is in another zone or has returned 127 beforehand.
I intend to use a proximty sensor to generate the cc. I want the controller to trigger a note when the beam is broken, the value of the note would correspond to the distance
I've used this to try and create the zones :
if ga <30 goto 10
label "10"
if ga >60 exit rules skip outgoing
if ga <60 exit rules execute outgoing
Something is wrong here, I havent done anything like this since the 80s!