summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_clock_slave.cc
AgeCommit message (Expand)Author
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-14* second part of the last fixHans Baier
2009-02-14* fix concerning a comment on issue 2541: Go back to the last MIDI beat on stopHans Baier
2009-02-13* MIDIClock_Slave: fixed bugs:Hans Baier
2009-02-13* MIDIClock_Slave: Fix for devices that always send MIDI clock (not just betw...Hans Baier
2009-02-12* MIDI clock slave: issues 2541 and 2542 ready for testing (cant test myself ...Hans Baier
2009-01-09* changed transport speed in session and slaves from float to doubleHans Baier
2009-01-05* corrected copyright informationHans Baier
2009-01-05*fixed typoHans Baier
2009-01-05* MIDI clock slave implementation with delay locked loop (DLL) seems to work ...Hans Baier
2009-01-01*fixed bug in MidiClock_Slave: Use current framerate for speed calculationsHans Baier
2009-01-01* radically cleaned up / refactored midi_clock_slave.ccHans Baier
2009-01-01* made MidiClock_Slave conform more to to the Spec by starting transportHans Baier
2008-12-30Wrap some Jack_MidiPort stuff in #ifdefs to solve dylib errors on OS XSakari Bergen
2008-11-07* Enabled debugging output for start/stop messages on MidiClockSlave Hans Baier
2008-11-07* removed unnecessary method calls (preparse/postparse) in JACK_MidiPortHans Baier
2008-10-30* got MIDI clock working really smoothly (29 frames until sync, ardour transp...Hans Baier
2008-10-29* added documentaion to libs/ardour/slave.hHans Baier
2008-10-27got MIDI Clock slave closer to functioning properly: Hans Baier
2008-10-25* fixed jitter problems for midi clock and removed superfluous UI elementsHans Baier
2008-10-14* this implementation of midi_clock_slave is still sort of a proof of concept...Hans Baier
2008-08-07* enabled moving averages again... plays much nicer in a realtime setupHans Baier
2008-08-06* I probably better should consult the nominal frame rate to calculate ppqn i...Hans Baier
2008-08-06* I dont know whether this works, but I'll commit it anywayHans Baier
2008-08-06* forgot to remove those linesHans Baier
2008-08-06* removed rolling speed average from MIDIClockSlave, ardour seems to keep tim...Hans Baier
2008-08-06* fixed JACK_MidiPort to get the events into the slaveHans Baier
2008-08-05* forgot to add the midi clock slave cc fileHans Baier