comparison AppCore.h @ 45:c2fffc8ea84d

10 timbre params.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 23 Apr 2013 18:29:55 +0100
parents 346807b47860
children
comparison
equal deleted inserted replaced
44:a1e75b94c505 45:c2fffc8ea84d
18 using namespace pd; 18 using namespace pd;
19 19
20 class AppCore : public PdReceiver, public PdMidiReceiver { 20 class AppCore : public PdReceiver, public PdMidiReceiver {
21 21
22 public: 22 public:
23 23 string patchName;
24 // main 24 // main
25 void setup(const int numOutChannels, const int numInChannels, 25 void setup(const int numOutChannels, const int numInChannels,
26 const int sampleRate, const int ticksPerBuffer); 26 const int sampleRate, const int ticksPerBuffer);
27 void update(); 27 void update();
28 void draw(); 28 void draw();