View Single Post
Old 01-07-2020, 10:51 AM   #704
MusicMan74
Human being with feelings
 
Join Date: Mar 2009
Posts: 86
Default OSC Actions with ID values < 1000 ignored on Reaper v5.985+

Can someone please confirm this? Or explain what's going on? Thanks in advance.

Starting with Reaper v5.985+ (including 6.03rc1), the software ignores actions unless the action ID value is greater than 1000. Note that Reaper v5.984 works as expected.


Steps to reproduce behavior:

1. Add dummy track.

2. Under Options-> Preferences, add OSC 'Local Port [receive only]'

3. Download simple command line EXE utility 'SENDOSC'
https://github.com/yoggy/sendosc/rel...-win-1.0.2.zip

4. Send 'Toggle Repeat' action:

C:\Portable\sendosc>C:\Portable\sendosc\sendosc.ex e localhost 8000 /action i 1068

WORKS!


5. Select dummy track.

6. Send 'Track: Mute/unmute tracks'

C:\Portable\sendosc>C:\Portable\sendosc\sendosc.ex e localhost 8000 /action i 40280

WORKS!


7. Send 'Track: Toggle record arm for selected tracks'

C:\Portable\sendosc>C:\Portable\sendosc\sendosc.ex e localhost 8000 /action i 9

DOES NOTHING (but works as expected in v 5.984)


8. Send 'Track: Toggle FX bypass for last touched track'

C:\Portable\sendosc>C:\Portable\sendosc\sendosc.ex e localhost 8000 /action i 816

DOES NOTHING (but works as expected in v 5.984)

Last edited by MusicMan74; 01-08-2020 at 07:14 PM.
MusicMan74 is offline   Reply With Quote