git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Adding initial work on new plugin API. THIS BREAKS MT. We are working to
[MenuTunes.git]
/
MainController.h
diff --git
a/MainController.h
b/MainController.h
index
8438c82
..
6383a8d
100755
(executable)
--- a/
MainController.h
+++ b/
MainController.h
@@
-51,6
+51,7
@@
- (void)selectSongAtIndex:(int)index;
- (void)selectSongRating:(int)rating;
- (void)selectEQPresetAtIndex:(int)index;
- (void)selectSongAtIndex:(int)index;
- (void)selectSongRating:(int)rating;
- (void)selectEQPresetAtIndex:(int)index;
+- (void)showPlayer;
- (void)showPreferences;
- (void)quitMenuTunes;
- (void)showPreferences;
- (void)quitMenuTunes;
@@
-58,6
+59,7
@@
- (ITMTRemote *)currentRemote;
- (void)clearHotKeys;
- (ITMTRemote *)currentRemote;
- (void)clearHotKeys;
+- (void)setupHotKeys;
- (void)closePreferences;
@end
- (void)closePreferences;
@end