git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added a play count option to track info.
[MenuTunes.git]
/
ITMTRemote.h
diff --git
a/ITMTRemote.h
b/ITMTRemote.h
index
b77fc22
..
7abcedf
100755
(executable)
--- a/
ITMTRemote.h
+++ b/
ITMTRemote.h
@@
-264,6
+264,11
@@
er's process managment.
*/
- (NSString *)currentSongArtist;
*/
- (NSString *)currentSongArtist;
+/*!
+ * @method currentSongComposer
+ */
+- (NSString *)currentSongComposer;
+
/*!
* @method currentSongAlbum
*/
/*!
* @method currentSongAlbum
*/
@@
-294,6
+299,11
@@
er's process managment.
*/
- (NSImage *)currentSongAlbumArt;
*/
- (NSImage *)currentSongAlbumArt;
+/*!
+ * @method currentSongPlayCount
+ */
+- (int)currentSongPlayCount;
+
/*!
* @method currentSongRating
*/
/*!
* @method currentSongRating
*/
@@
-304,6
+314,16
@@
er's process managment.
*/
- (BOOL)setCurrentSongRating:(float)rating;
*/
- (BOOL)setCurrentSongRating:(float)rating;
+/*!
+ * @method equalizerEnabled
+ */
+- (BOOL)equalizerEnabled;
+
+/*!
+ * @method setEqualizerEnabled:
+ */
+- (BOOL)setEqualizerEnabled:(BOOL)enabled;
+
/*!
* @method eqPresets
*/
/*!
* @method eqPresets
*/
@@
-382,7
+402,7
@@
er's process managment.
/*!
* @method switchToPlaylistAtIndex:
*/
/*!
* @method switchToPlaylistAtIndex:
*/
-
//
- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2;
+- (BOOL)switchToPlaylistAtIndex:(int)index ofSourceAtIndex:(int)index2;
/*!
* @method switchToSongAtIndex:
/*!
* @method switchToSongAtIndex: