csxdy
Converser

Posts: 10
|
Post by csxdy on Oct 6, 2014 8:39:57 GMT
Hi Nic!
i am still using the Synthstation 49 live, and with Midibridge it is a very powerfull workstation. One thing would really be great, and i am not able to get it working without your help: is it possible to increase/decrease the CC value of a button? on the synthstation there are some unused buttons, and i want to increase/decrease for example the level of a synth inside BM2 with them. I would like to use the " Sequence" buttons which are CC 90 & 91. When pressed, they send 127, when released 00. Do you think its possible to increase the Volume ( CC7) with CC 90 in steps of ca 20, and decrease it with CC91?
Thank you very much!
Patrick
|
|
nic
Soapbox Supremo  
Troublemaker
Press any key to continue
Posts: 2,011
|
Post by nic on Oct 6, 2014 10:05:43 GMT
Hi csxdy, It's messy but it could be possible by setting things up so that pressing those buttons switches MidiBridge scenes which in turn issue a volume controller message which differs for each scene. Assuming steps of 16, that would be 8 separate scenes. Assuming 'scene channel' in MidiBridge prefs is set to 16 (we'll hijack that channel for our scenes) you'd put a variant of the following Stream Byter rules (applied to Akai SS25 Kb in port) into scenes 0 to 7: scene 0 # convert SS25 seq buttons to volume, scene 0 B0 5A 7F = CF 07 +C # seq dn, select scene 7 B0 5B 7F = CF 01 +C # seq up, select scene 1 CF = B0 07 00 # set volume to 0 when this scene loadsscene 1: # convert SS25 seq buttons to volume, scene 1 B0 5A 7F = CF 00 +C # seq dn, select scene 0 B0 5B 7F = CF 02 +C # seq up, select scene 2 CF = B0 07 10 # set volume to 0 when this scene loadsThe numbers in bold would vary for each scene. I haven't tried this out myself, so the above may not work straight away. Might need some tweaking, but that is the general premise. Get back to me if you need more detail or it doesn't work. Regards, Nic.
|
|
csxdy
Converser

Posts: 10
|
Post by csxdy on Oct 6, 2014 10:27:51 GMT
Thank you very much! I think i get the idea... I will let you know how it works! thanks again, your support is amazing as always  greetings, Patrick
|
|
csxdy
Converser

Posts: 10
|
Post by csxdy on Oct 6, 2014 18:03:50 GMT
Hey! It works!
thx, Patrick
|
|