* made MidiClock_Slave conform more to to the Spec by starting transport
[ardour.git] / libs / ardour / midi_clock_slave.cc
2009-01-01 Hans Baier* made MidiClock_Slave conform more to to the Spec...
2008-12-30 Sakari BergenWrap some Jack_MidiPort stuff in #ifdefs to solve dylib...
2008-11-07 Hans Baier* Enabled debugging output for start/stop messages...
2008-11-07 Hans Baier* removed unnecessary method calls (preparse/postparse...
2008-10-30 Hans Baier* got MIDI clock working really smoothly (29 frames...
2008-10-29 Hans Baier* added documentaion to libs/ardour/slave.h
2008-10-27 Hans Baiergot MIDI Clock slave closer to functioning properly:
2008-10-25 Hans Baier* fixed jitter problems for midi clock and removed...
2008-10-14 Hans Baier* this implementation of midi_clock_slave is still...
2008-08-07 Hans Baier* enabled moving averages again... plays much nicer...
2008-08-06 Hans Baier* I probably better should consult the nominal frame...
2008-08-06 Hans Baier* I dont know whether this works, but I'll commit it...
2008-08-06 Hans Baier* forgot to remove those lines
2008-08-06 Hans Baier* removed rolling speed average from MIDIClockSlave...
2008-08-06 Hans Baier* fixed JACK_MidiPort to get the events into the slave
2008-08-05 Hans Baier* forgot to add the midi clock slave cc file