Skip to main content

Playback Start and Stop in OS X menu bar to enable remote control by shortcut

Posted

Would it be possible to add playback Start and Stop to the native OS X menu bar? I would hope this wouldn't take that much effort and then I would be able to assign a system wide shortcut to these functions and start/stop play from within my DAW. 

Right now I'm using an AppleScript linked to a shortcut using FastScripts. I needed to build in some delays for it to function properly: it switches focus to Synfire, sends out <space> to start playback and switches back to Reaper. Rather slow/messy and I would love to use the native OS X shortcut functionality to control playback in Synfire.

An optional loop mode that sends out the Start Playback and Song Position message to the Rewire Drone again after every loop, would also be very nice, even if it wouldn't be seemless looping, but maybe a bit too much trouble.

Thanks for reading this. :)

Reaper is working great with Synfire by the way! (Trying a switch from Cubase 8.)

 

AppleScript:

 

tell application "Synfire Pro"
activate
tell application "System Events"
delay 0.5
key code 49

delay 0.5
end tell
end tell

tell application "REAPER64"
activate
end tell


Mon, 2015-09-28 - 22:38 Permalink

think there are already midi shortcuts for this, sure ive seen the settings somewhere.

just found them.. go to audio and midi setup in synfire, then the settings tab, there are learn functions of all sorts of tansport controls

 

Wed, 2015-09-30 - 21:14 Permalink

Thank you, that's great! I'll try using something like Kimidi with it tonight.

 

EDIT: I couldn't get Kimidi to work, but it works excellent with Keyboard Maestro. (Working with a midi controller wasn't an option since I'm using Remote Desktop.)  So thanks again for pointing this feature out te me, Blacksun.