I am trying to have the Arduino control an app in OSX. Specifically, I am trying to have the Arduino start and stop playing of a track on iTunes or Spotify on OSX. It is for a "name that tune" game.
Any idea how I can do this? I have tried using the Serial interface, but I am coming up blank. All the searches I have made end up with results to control the Arduino from OSX.
You need an app on the receiving side in OS X that listens to serial port if this is where you send the info and then uses appelScript to send events to iTunes or other apps.