View Single Post
Old 04-23-2019, 02:29 PM   #97
mgrant
Human being with feelings
 
mgrant's Avatar
 
Join Date: Aug 2008
Posts: 13
Default banks and colors

Last question on this before I cease and desist playing with this...

Is it possible to pass in the hex colour arg to action 40357? Or does action 40357 always pop up a colour chooser?

I tried this but it didn't work at all, no colour chooser, didn't do anything:

Code:
reaper_action_d = "i/action/%d";
oscsend(OSC_to_REAPER, reaper_action_d, 40357, 0x00FF0000);
mgrant is offline   Reply With Quote