comparison scanpath.h @ 9:0e03760cf2d9

save preset stuff, not quite there
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 14 May 2013 18:05:08 +0100
parents 4ea605899aca
children
comparison
equal deleted inserted replaced
8:4ea605899aca 9:0e03760cf2d9
31 31
32 bool audioAccessing; 32 bool audioAccessing;
33 bool updateAccessing; 33 bool updateAccessing;
34 34
35 bool bidirectional; 35 bool bidirectional;
36 //Spring ** springPath; 36
37 // springpath - an array of pointers to the springs in the path
38 // lump path - ditto should be same number
39 vector<Element> pathElements; 37 vector<Element> pathElements;
40 38
41 double * wavetableNew; 39 double * wavetableNew;
42 double * wavetableOld; 40 double * wavetableOld;
43 double * wavetableUpdate; 41 double * wavetableUpdate;