RPR Main OnCommandEx
From CockosWiki
(Difference between revisions)
| Revision as of 23:01, 27 October 2009 MikeLacey (Talk | contribs) ← Previous diff |
Revision as of 00:12, 6 November 2009 MikeLacey (Talk | contribs) Next diff → |
||
| Line 1: | Line 1: | ||
| {{API_Doc_Header}} | {{API_Doc_Header}} | ||
| - | = = | + | =Main_OnCommandEx()= |
| + | void Main_OnCommandEx(int command, int flag, void* proj) | ||
| + | |||
| ==Parameters== | ==Parameters== | ||
| + | int command, | ||
| + | int flag, | ||
| + | void* proj | ||
| ==Returns== | ==Returns== | ||
| + | void | ||
| ==Examples== | ==Examples== | ||
| ===Perl=== | ===Perl=== | ||
Revision as of 00:12, 6 November 2009
Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR Main OnCommandEx
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR Main OnCommandEx
Contents |
Main_OnCommandEx()
void Main_OnCommandEx(int command, int flag, void* proj)
Parameters
int command, int flag, void* proj
Returns
void
Examples
Perl
Python
See Also
Stuff
Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR Main OnCommandEx
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR Main OnCommandEx
Categories: API | ReaScript | Perl | Python
