Old 01-04-2019, 05:04 AM   #1
benf
Human being with feelings
 
benf's Avatar
 
Join Date: Oct 2008
Location: France
Posts: 3,698
Default Reaper actions through OSC

Is it possible to send Reaper actions through OSC ?
__________________
Ma Zique
Mes Partoches
benf is offline   Reply With Quote
Old 01-04-2019, 07:40 AM   #2
Gerrit
Human being with feelings
 
Join Date: Aug 2018
Location: Maastricht
Posts: 92
Default

Quote:
Originally Posted by benf View Post
Is it possible to send Reaper actions through OSC ?
Yes, see the Reaper OSC config file:
Code:
# Example: ACTION i/action t/action/@
# The device sends /action 40757 or /action/40757 to trigger the REAPER action
# "split items at edit cursor". See the REAPER actions window for a complete list
# of action command ID numbers.
In my controller I use actions to trigger a 'reset all controllers' action and for scrolling through the song one bar per scroll wheel click, works like a charm.
Code:
  // send 'reset all controllers' message so Reaper will send all track data
  sendOscMessage("/action",41743);
Gerrit is offline   Reply With Quote
Old 01-04-2019, 01:29 PM   #3
benf
Human being with feelings
 
benf's Avatar
 
Join Date: Oct 2008
Location: France
Posts: 3,698
Default

I read it, but didn't see it unfortunately. Thanks.
__________________
Ma Zique
Mes Partoches
benf is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 10:06 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.