Accessing songs through iTunes or Winamp...
in
Integration and Hardware
•
2 years ago
I've just been playing with Processing for about a week or so, so please bare with me. I'm just wondering is there a way to access iTunes or Winamp through Processing. I've tried Minim library, it can be tedious to load every songs I want by using loadFile() method. I just want to know if there is a way to use external audio player other than one that's in Minim library. I wanted to program a visualizer, so that every time I turn on my iTunes or Winamp, it will capture the output of iTunes or Winamp instead of having to load the mp3 files with Minim loadFile() method. Thanks.
1