summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/slave.h
diff options
context:
space:
mode:
authorHans Baier <hansfbaier@googlemail.com>2008-08-06 22:57:45 +0000
committerHans Baier <hansfbaier@googlemail.com>2008-08-06 22:57:45 +0000
commite5dc9734eb16f7744038e98ef7a996e10e584309 (patch)
treee7ee407026f3728fdb2a12fc9312908005093bbd /libs/ardour/ardour/slave.h
parent8164a0992d005659fe4cce1dce12f6464438f371 (diff)
* removed rolling speed average from MIDIClockSlave, ardour seems to keep time now
git-svn-id: svn://localhost/ardour2/branches/3.0@3663 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/slave.h')
-rw-r--r--libs/ardour/ardour/slave.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/ardour/ardour/slave.h b/libs/ardour/ardour/slave.h
index 0656ed305d..6efab3ff95 100644
--- a/libs/ardour/ardour/slave.h
+++ b/libs/ardour/ardour/slave.h
@@ -134,11 +134,6 @@ class MIDIClock_Slave : public Slave, public sigc::trackable {
nframes_t first_midi_clock_frame;
nframes_t first_midi_clock_time;
- static const int32_t accumulator_size = 128;
- float accumulator[accumulator_size];
- int32_t accumulator_index;
- bool have_first_accumulated_speed;
-
void reset ();
void start (MIDI::Parser& parser);
void stop (MIDI::Parser& parser);