Mercurial > hg > soniczoomios
diff SliderViewController.h @ 45:c2fffc8ea84d
10 timbre params.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 23 Apr 2013 18:29:55 +0100 |
parents | b91a1859829a |
children |
line wrap: on
line diff
--- a/SliderViewController.h Mon Apr 22 18:32:34 2013 +0100 +++ b/SliderViewController.h Tue Apr 23 18:29:55 2013 +0100 @@ -17,6 +17,7 @@ - (void)slider:(int)which changedTo:(float)value; - (void)setSlider:(int)which to:(float)value; @property (retain,nonatomic) NSMutableArray *paramNames; +@property (retain,nonatomic) NSMutableArray *paramNamesTimbre; @property (retain,nonatomic) NSMutableArray * sliderArray; @end