summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/slave.h
AgeCommit message (Expand)Author
2012-10-10MTC-slave: print error if framerate mismatchRobin Gareus
2012-10-10fix and improve MTC-slaveRobin Gareus
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2011-10-19Trim the include tree.David Robillard
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
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-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-04-01No-op: rename a few variables and add/fix some comments.Carl Hetherington
2010-02-11some fixes/tweaks for MTC slaving, some untestedPaul Davis
2010-01-29MIDIClock_SlaveTest: refactor as subclass of MIDIClock_Slave for testabilityHans Baier
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-10drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route...Paul Davis
2009-12-06Merged revisions 6293,6296-6306,6308 via svnmerge from Taybin Rutkin
2009-12-03more tweaks to MTC slave code (still not functional), including removing race...Paul Davis
2009-12-02more MTC stuff, including toggleable use of torben's PI controllerPaul Davis
2009-12-01adjust to use timestamped MTC messagesPaul Davis
2009-12-01more changes to try to improve MTC handling even in slightly pathological casesPaul Davis
2009-12-01continue with MTC debuggingPaul Davis
2009-12-01rework MTC slave so that speed is computed in the MIDI I/O context, not proce...Paul Davis
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
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-02-25*** NEW CODING POLICY ***David Robillard
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-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* MIDI clock slave implementation with delay locked loop (DLL) seems to work ...Hans Baier
2009-01-01* refactor Session::follow_slave to be easier to read and understandHans 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-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-11-07* removed unnecessary method calls (preparse/postparse) in JACK_MidiPortHans Baier
2008-10-29* fixed bug in Session::follow_slave: average_slave_delta wrapped around to h...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 dont know whether this works, but I'll commit it anywayHans 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-04* first implementation of MIDI Clock Slave supportHans Baier
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain