Old 03-12-2017, 12:26 PM   #1
Erriez
Human being with feelings
 
Join Date: Jun 2010
Location: The Netherlands
Posts: 177
Default List with all action ID's

I'm looking for a list with all action (command) ID's which I can parse or include in my C++ application. Is this available?

Thanks!
Erriez is offline   Reply With Quote
Old 03-12-2017, 12:34 PM   #2
Coachz
Human being with feelings
 
Coachz's Avatar
 
Join Date: Oct 2010
Location: Charleston, SC
Posts: 12,769
Default

Does menu/ help/ keybindings ... Have them? Scroll down it.
Coachz is online now   Reply With Quote
Old 03-12-2017, 01:43 PM   #3
Erriez
Human being with feelings
 
Join Date: Jun 2010
Location: The Netherlands
Posts: 177
Default

Thanks for your reply. I'm looking for all action command ID's which can be send to Reaper by using OSC.
Erriez is offline   Reply With Quote
Old 03-12-2017, 02:09 PM   #4
Lokasenna
Human being with feelings
 
Lokasenna's Avatar
 
Join Date: Sep 2008
Location: Calgary, AB, Canada
Posts: 6,551
Default

How about SWS/S&M: Dump action list (custom actions only)?
__________________
I'm no longer using Reaper or working on scripts for it. Sorry. :(
Default 5.0 Nitpicky Edition / GUI library for Lua scripts / Theory Helper / Radial Menu / Donate
Lokasenna is offline   Reply With Quote
Old 03-13-2017, 03:17 AM   #5
EvilDragon
Human being with feelings
 
EvilDragon's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 24,790
Default

(native actions only) might be more suitable for OP's usecase, I suppose.
EvilDragon is offline   Reply With Quote
Old 03-13-2017, 03:29 AM   #6
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,184
Default

Do a search for "action" in reaper_plugin_functions.h, should be easy to gen this up yourself.

But that begs the question... Why do you want to generate a static list, which may get out of sync with the plugins loaded/unloaded in Reaper(e.g SWS) ?
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote
Old 03-14-2017, 01:30 PM   #7
Erriez
Human being with feelings
 
Join Date: Jun 2010
Location: The Netherlands
Posts: 177
Default

Quote:
Originally Posted by Geoff Waddington View Post
Do a search for "action" in reaper_plugin_functions.h, should be easy to gen this up yourself.

But that begs the question... Why do you want to generate a static list, which may get out of sync with the plugins loaded/unloaded in Reaper(e.g SWS) ?
Thanks! That's a good step forward. I wrote an OSC application several years ago which uses hardcoded /action/ID numbers, but some numbers are changed in the mean time with a new Reaper version. So it would be great to keep my application in sync with the released Reaper version.
Erriez 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 02:21 PM.


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