Mercurial > hg > soniczoomios
diff SliderViewController.mm @ 45:c2fffc8ea84d
10 timbre params.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 23 Apr 2013 18:29:55 +0100 |
parents | a1e75b94c505 |
children | 1e266647840d |
line wrap: on
line diff
--- a/SliderViewController.mm Mon Apr 22 18:32:34 2013 +0100 +++ b/SliderViewController.mm Tue Apr 23 18:29:55 2013 +0100 @@ -15,6 +15,8 @@ @implementation SliderViewController + +// init with either sequencer or all timbre - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; @@ -103,11 +105,15 @@ } - (void)populateParamNames{ - + /* self.paramNames = [NSArray arrayWithObjects: @"Transpose",@"1/4 note",@"1/6 note",@"1/7 note",@"1/8 note", - @"Waveform",@"Filter Type",@"Filter Cutoff",@"Envelope",@"FM amount", + @"Waveform",@"Filter Type",@"Filter Cutoff",@"Envelope",@"FM freq", nil]; - + */ + self.paramNames = [NSArray arrayWithObjects: + @"Amp Env",@"Waveform",@"FM amount",@"FM frequency",@"Reverb", + @"Filter Type",@"Filter Cut off",@"Filter Resonance",@"Filter Env Shape",@"Filt Env Amount", + nil]; } @end