kurtr2
2014-04-09 04:50:11
hey y'all,
im trying to map the patch up and down buttons from my oberheim matrix1000 to buttons on my controller. I can't find a midi message for the up and down buttons on the front of the synth, all i can find is a midi cc for program number, so i am trying to write a preset that will find out what number the unit is on currently and then change it +/- 1. i tried something like this:
rule: oo=oo+1
outgoing: C0 oo
but that doesnt work i guess because home never knows what oo is from the unit itself.
how do you get the unit to give bome its number?
i hope there might be someone out there browsing looking for an easy problem to solve from a novice...
thanks,
Kurt
im trying to map the patch up and down buttons from my oberheim matrix1000 to buttons on my controller. I can't find a midi message for the up and down buttons on the front of the synth, all i can find is a midi cc for program number, so i am trying to write a preset that will find out what number the unit is on currently and then change it +/- 1. i tried something like this:
rule: oo=oo+1
outgoing: C0 oo
but that doesnt work i guess because home never knows what oo is from the unit itself.
how do you get the unit to give bome its number?
i hope there might be someone out there browsing looking for an easy problem to solve from a novice...
thanks,
Kurt