remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun...
[ardour.git] / libs / ardour / midi_clock_slave.cc
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-11-08 Paul Davismonster commit: transport mgmt changes from 2.X (omnibu...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-06-20 Hans Baiermidi clock slave: refactor for testability
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-14 Hans Baier* second part of the last fix
2009-02-14 Hans Baier* fix concerning a comment on issue 2541: Go back to...
2009-02-13 Hans Baier* MIDIClock_Slave: fixed bugs:
2009-02-13 Hans Baier* MIDIClock_Slave: Fix for devices that always send...
2009-02-12 Hans Baier* MIDI clock slave: issues 2541 and 2542 ready for...
2009-01-09 Hans Baier* changed transport speed in session and slaves from...
2009-01-05 Hans Baier* corrected copyright information
2009-01-05 Hans Baier*fixed typo
2009-01-05 Hans Baier* MIDI clock slave implementation with delay locked...
2009-01-01 Hans Baier*fixed bug in MidiClock_Slave: Use current framerate...
2009-01-01 Hans Baier* radically cleaned up / refactored 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