diff TopButtonViewController.mm @ 39:df7c08faf541

MIDI, small improvements.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Thu, 11 Apr 2013 16:56:21 +0100
parents 0dfe9e0c01aa
children a1e75b94c505
line wrap: on
line diff
--- a/TopButtonViewController.mm	Wed Apr 10 18:57:05 2013 +0100
+++ b/TopButtonViewController.mm	Thu Apr 11 16:56:21 2013 +0100
@@ -138,13 +138,7 @@
     UISwitch * smoothswitch = (UISwitch *)sender;
     NSLog(@"SMOOTH SWITCH %d", smoothswitch.on);
     ((testApp *)self.theOFAppRef)->setInterp(smoothswitch.on);
-    
-    if(smoothswitch.on){
-        self.savePresetButton.enabled = NO;
-       
-    }else{
-        self.savePresetButton.enabled = YES;
-    }
+
 }
 
 - (IBAction)show:(id)sender