summaryrefslogtreecommitdiff
path: root/libs/ardour/ticker.cc
AgeCommit message (Expand)Author
2012-02-06fix bug in MidiClock that sent MIDI Clock messages with negative offsets afte...Paul Davis
2012-01-27further simplification of midi clock ticker APIPaul Davis
2012-01-27rework design of midi clock ticker to avoid expensive generalization that has...Paul 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
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-12-14Use DEBUG_TRACE for all of the MIDI clock ticker code.Carl Hetherington
2010-12-13Oops, fix build.Carl Hetherington
2010-12-13Remove unnecessary assert from midi clock ticker code; MIDI::Port handles non...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-07-08Move MIDI control port ownership into the MIDI Manager, since control port st...Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-07-06Remove non-JACK midi++ ports.Carl Hetherington
2009-12-22Fix assertion failure on transmission of MIDI clock.Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...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-12-01Prevent some segfaults when trying to send MTC when there is no port to send ...Carl Hetherington
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-21Fix compilation with -DDEBUG_MIDI_CLOCKDavid Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-01Don't send midi clock during export, for now, to avoid assertion failure when...Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-01-01* made MidiClock_Slave conform more to to the Spec by starting transportHans Baier
2009-01-01* fix broken MidiClockTicker (introduced by revision 4361)Hans Baier
2008-12-30Wrap some Jack_MidiPort stuff in #ifdefs to solve dylib errors on OS XSakari Bergen
2008-12-01* minor cleanupHans Baier
2008-12-01* reduced debugging outputHans Baier
2008-12-01* Sending MIDI Clock while looping works nowHans Baier
2008-11-29* sending MIDI clock works, hooray\!Hans Baier
2008-11-26* added Menu for sending midi clockHans Baier
2008-11-26* the very humble beginnings of sending MIDI clockHans Baier