View Single Post
Old 12-02-2009, 08:51 AM   #120
sws
Code Monkey
 
sws's Avatar
 
Join Date: Sep 2007
Location: Madison, WI
Posts: 857
Default

The next/previous commands can be accomplished using Reaper's built in actions - look these up by scrolling to the right in the actions dialog.

Next marker 40173
Prev marker 40172
Forward measure 41042
Back measure 41043

Call with Main_OnCommand(actionID, 0);

You're probably getting the access violation when calling OnPauseButtonEx because it hasn't been initializd, make sure you have a IMPAPI(OnPauseButtonEx) call (assuming you're using the IMPAPI macro for this purpose).

Not sure how to do the scrubbing stuff...
sws is offline   Reply With Quote