comparison src/AccompanimentSynchroniser.h @ 39:f5de07b4d733

helped the tempo prior to have wider shape
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Tue, 24 Apr 2012 23:57:10 +0100
parents c96b18dd0f48
children 5274e3b5479d
comparison
equal deleted inserted replaced
38:9c803369b229 39:f5de07b4d733
41 double playingPositionSamples; 41 double playingPositionSamples;
42 double playingPositionMillis; 42 double playingPositionMillis;
43 double playingPositionTimeSent; 43 double playingPositionTimeSent;
44 44
45 double recordedPositionMillis; 45 double recordedPositionMillis;
46 double recordedPositionTimeSent;
46 private: 47 private:
47 48
48 49
49 double recordedPositionTimeSent; 50
50 51
51 double speed; 52 double speed;
52 53
53 ofxOscSender sender; 54 ofxOscSender sender;
54 void sendSpeed(double const& val); 55 void sendSpeed(double const& val);