Mercurial > hg > tweakathon2ios
comparison TestController.mm @ 42:2bd658b44c2d
buttons dont lite up
back to menu shows in more appropriate times
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Mon, 08 Dec 2014 18:29:10 +0000 |
parents | 8124f46eda65 |
children |
comparison
equal
deleted
inserted
replaced
41:ba426cc4e6e1 | 42:2bd658b44c2d |
---|---|
116 target = makeVector(12,64, 10, 67, 41, 64, 0, 0); | 116 target = makeVector(12,64, 10, 67, 41, 64, 0, 0); |
117 adjustables[1] = true; // pulse | 117 adjustables[1] = true; // pulse |
118 adjustables[2] = true; // attack | 118 adjustables[2] = true; // attack |
119 adjustables[4] = true; // ftype | 119 adjustables[4] = true; // ftype |
120 } | 120 } |
121 | |
121 }else { | 122 }else { |
122 for (int i = 0; i < numDimensions; i++){ | 123 for (int i = 0; i < numDimensions; i++){ |
123 adjustables[i] = true; // pitch | 124 adjustables[i] = true; // pitch |
124 } | 125 } |
125 } | 126 } |