Thread: Midi <-> OSC
View Single Post
Old 11-18-2017, 02:28 PM   #87
mschnell
Human being with feelings
 
mschnell's Avatar
 
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,688
Default

Quote:
Originally Posted by fundorin View Post
What do you mean? My code is sending single osc message per slider.
Nope. If all slSlider... variables contain the same value, multiple messages will be sent (or none).

I would do

msg2 == slSlider1 ? (
send_soft_fader(1);
) : msg2 == slSlider2 ? (
...



-Michael
mschnell is online now   Reply With Quote