Hi Guys,
I'm a little stuck; I have a simple Transport control setup with all the necessary osc controls (/Play, /Stop, etc) but when I use debug to view my output to align with Reaper CSI, I see this:
(DEBUG, OSC) Out: { address: '/Record', args: [ { type: 'f', value: 1 } ] } To: 192.168.100.23:8000
(DEBUG, OSC) Out: { address: '/Record', args: [ { type: 'f', value: 0 } ] } To: 192.168.100.23:8000
When I know that Reaper should be seeing this:
(DEBUG, OSC) In: { address: '/Record', args: 0 } From: 192.168.100.8:9000
How do I set my output values (args?) to be the same as my input ? I looked at my settings for the button widget, but can't find a way to set this arg value on output.
any help would be greatly appreciated
Def Acres