summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_clock_slave.cc
AgeCommit message (Expand)Author
2013-07-11Revert "Remove non-portable and unnused header includes"Paul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-04-05midi_clock_slave.cc: report to ardour the delta that the loop sees (revert me...Hans Baier
2013-04-05make MIDI clock work once more: Hans Baier
2013-03-03clock info-box: fix alignment and spacingRobin Gareus
2012-11-12slave delta: move sign next to the digitRobin Gareus
2012-11-11reintroduce space before delta "sample" lableRobin Gareus
2012-11-11first round of audio-clock font rendering updateRobin Gareus
2012-11-10add a delta sign to the slave delta display.Robin Gareus
2012-10-17slave delta displayRobin Gareus
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-12move string_is_affirmative() into libpbdPaul Davis
2011-12-13more fun and games with meter and the tempo map: rename Meter::beats_per_bar(...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2010-12-14Use DEBUG_TRACE for all of the MIDI clock ticker code.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-07-08Trim midi++ port code to either do in or out, but not both in the same object.Carl Hetherington
2010-07-06Remove non-JACK midi++ ports.Carl Hetherington
2010-02-01switch MIDI Clock slave code to use DEBUG_TRACE; don't make it require start/...Paul Davis
2010-01-29MIDClock_Slave: Introduce a 3% deadzone around speed 1.0 to lock in the speedHans Baier
2010-01-29MIDIClock_Slave: decrease default filter bandwith to make it wobble lessHans Baier
2010-01-29midi_clock_slave: enable debugging outputHans Baier
2010-01-29MIDIClock_SlaveTest: refactor as subclass of MIDIClock_Slave for testabilityHans Baier
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-06-20midi clock slave: refactor for testabilityHans Baier
2009-05-12Remove most using declarations from header files.Carl Hetherington
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