Osc Messages

Hi,

I was wondering what messages renoise receives apart from “/renoise/transport/start”
What am I able to control through OSC?

Thanks

I just found out when enabling OSC…
Sorry.

Since Renoise can receive Lua, OSC can control everything exposed in the API. (which is, well, everything…)

Optionally, there are a huge number of defaults, which you can extend, in a file named GlobalOscActions.lua. They show up in the Preferences Pane. renoise/transport/start is only one of these.

Hope this helps.

Yes thanks!

I don’t receive messages from Renoise,
are there actions in renoise that send OSC messages by default?

Maybe this thread can help you?

If you want to send OSC messages, you will have to code them. Link to docs:

Cheers.