summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/ticker.h
AgeCommit message (Expand)Author
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2013-10-17add export visibility macros across libardourPaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-02Revamp clock processing so it uses an internal frame reference.Michael Fisher
2013-08-02- Send position data from internal position classMichael Fisher
2013-08-02MIDI Clock - Shuffling locate code (not actually used yet)Michael Fisher
2013-07-29Moving Mclk locating code to ticker.cc. HousekeepingMichael Fisher
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
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
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-06Remove non-JACK midi++ ports.Carl Hetherington
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-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-03-16Ticker: apply patch from lincoln, Thanks!Hans Baier
2008-12-30Wrap some Jack_MidiPort stuff in #ifdefs to solve dylib errors on OS XSakari Bergen
2008-12-04* made MidiClockTicker SingletonHans Baier
2008-12-01* Sending MIDI Clock while looping works nowHans Baier
2008-11-29* fixed potential crashHans 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