A couple more modifications, as well as some comments to ease others'
[MenuTunes.git] / ITMTEqualizer.h
index 664576c..909c61d 100755 (executable)
@@ -33,6 +33,7 @@ typedef enum {
 - (ITMTPlayer *)player;
 
 - (float)dBForLevel:(ITMTEqualizerLevel)level;
+- (BOOL)setdB:(float)dB forLevel:(ITMTEqualizerLevel)level;
 @end
 
 @interface ITMTEqualizer : NSObject