IML working for text fader, but not button
Posted: 18 Nov 2022, 06:35
This code works on the text fader, for control = 'MYTEXTFADER' and data = 'name':
but this code does not seem to be changing the value of a button, for control = 'MYBUTTON' and data = '1':
I can't figure out why one is working and the other is not.... do I have this syntax right?
Code: Select all
SendUsineMsg('SET_TARGET_PATCH','PARENT_PATCH');
SendUsineMsg('SET_STRING_VALUE',control,'1',data);
Code: Select all
SendUsineMsg('SET_TARGET_PATCH','PARENT_PATCH');
SendUsineMsg('SET_VALUE',control,'1',data);