[RWP] Extending reaper with Reascript Macros
Goldfinga Productions
goldfingas at gmail.com
Thu May 16 14:04:31 EDT 2013
I may sit down and try to learn some basic programming skills. I've always been interested in programming, and have been told that python is a good language to start with. I was messing around with John scripting several years back, but did not get very far with that. Mostly because I lost interest in the project, I really wish I would have stuck with it. It's all good, I will pick it up and try again. This project will give me some incentive to give it a shot.
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