From 2c89adb3537752472b5c23817e9b010dd104b6a2 Mon Sep 17 00:00:00 2001 From: Joseph Spiros Date: Thu, 13 Mar 2003 18:22:47 +0000 Subject: [PATCH] Adding methods for Equalizer enabled nonsense to the iTunes remote, though they don't actually "work", in that they always return NO. Alex, I need you to put support in there. --- iTunesRemote.m | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/iTunesRemote.m b/iTunesRemote.m index e8b3098..8956f47 100755 --- a/iTunesRemote.m +++ b/iTunesRemote.m @@ -1,4 +1,4 @@ -#import "iTunesRemote.h" +op#import "iTunesRemote.h" @implementation iTunesRemote @@ -180,6 +180,16 @@ return YES; } +- (BOOL)equalizerEnabled +{ + return NO; +} + +- (BOOL)setEqualizerEnabled:(BOOL)enabled +{ + return NO; +} + - (float)volume { long vol = [[ITAppleEventCenter sharedCenter] sendAEWithRequestedKeyForNumber:@"pVol" eventClass:@"core" eventID:@"getd" appPSN:iTunesPSN]; -- 2.20.1