[RWP] Extending reaper with Reascript Macros
Goldfinga Productions
goldfingas at gmail.com
Thu May 16 14:05:33 EDT 2013
I really should read these dictated messages before I send them out. I meant to say jaws Scripting. My bad…
GF
On May 16, 2013, at 1:06 PM, Indigo <33indigo at charter.net> wrote:
> Python programming language and ReaScript, which uses Python, can get complex, but I understand this to say that I can call any action with this API script; and; I'm assuming that I can list more than 1 action, though this isn't stated here.
> I'm going to buy the e-book: Reaper 4 Unleashed; about $10 USD, which claims to get you going with custom actions, keymaps, etcetera.
> I'm already finding already written custom actions in Reaper's resources link, also in the Cockos forums.
> Here's the quote from the Wiki on ReaScript:
> Snip:
> top Calling REAPER Actions
>
> You can call any REAPER action from ReaScript by using the API function
>
> RPR_Main_OnCommand(actionnumber, 0)
>
> Find the action number for a given action by opening the Actions list, and scrolling the window right to reveal an extra column. For example, from ReaScript you would call the REAPER action "Item: Split item under mouse cursor" like this:
>
> RPR_Main_OnCommand(40746, 0)
>
> If you use ReaScript as an advanced macro language, this is the only API function you need to know.
> End Snip.
>
>
> http://www.reaper.fm/sdk/reascript/reascript.php
>
> _______________________________________________
> RWP mailing list
> RWP at reaaccess.com
> http://reaaccess.com/mailman/listinfo/rwp_reaaccess.com
More information about the Rwp
mailing list