LykaiosNZ / reaper-osc.js

A JavaScript library for controlling Cockos Reaper using Open Sound Control (OSC)
MIT License
6 stars 1 forks source link

Missing OSC message support #36

Open MeestorX opened 6 months ago

MeestorX commented 6 months ago

I know it's likely out of the scope of this module, but there are many missing OSC messages. Do you have any plans to create a way to implement them? e.g. Jump to Marker by ID Delete Marker by ID

I'm creating LUA scripts to do same, but curious if you have any plans to implement missing OSC commands somehow?

LykaiosNZ commented 6 months ago

If there is no OSC message or built-in action that supports it then no. Of course, if you want to create a script and it's possible to trigger it via an action (I have no experience with scripting in Reaper) you can trigger that but I don't think it would be part of the base library, which is purely an OSC control surface.