View Single Post
Old 05-13-2019, 12:20 PM   #471
Burtan
Human being with feelings
 
Join Date: Jan 2013
Location: Bochum, Germany
Posts: 103
Default

Quote:
Originally Posted by Burtan View Post
Hey,

is there any way to receive OSC messages from reaper control surfaces in c++ plugin extensions?

Thanks!
Ok, I found out it is partially possible. You can register an observer of an action call via hookcommand2, which transfers OSC float values when the action is listening to osc messages. Integer and strings as values of the osc message call the hook without values.
Burtan is offline   Reply With Quote