comparison osx/svitunes.h @ 367:726e1c1382f3 macness

Beginnings of AppleScript querying of iTunes
author Dan Stowell <dan.stowell@eecs.qmul.ac.uk>
date Tue, 12 Oct 2010 13:04:50 +0100
parents
children ca9f27734349
comparison
equal deleted inserted replaced
366:d0c5831d6528 367:726e1c1382f3
1 /*
2 iTunes connection for
3 Sonic Visualiser
4 An audio file viewer and annotation editor.
5 Centre for Digital Music, Queen Mary, University of London.
6 This file copyright 2010 Dan Stowell and QMUL.
7
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License as
10 published by the Free Software Foundation; either version 2 of the
11 License, or (at your option) any later version. See the file
12 COPYING included with this distribution for more information.
13 */
14
15 #include <QString>
16 #include <QStringList>
17
18 //LATER: bool iTunesRunning();
19
20 QString iTunesNowPlayingPath();
21
22 //LATER: QStringList iTunesSelectedPaths();
23