summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2010-02-01switch MIDI Clock slave code to use DEBUG_TRACE; don't make it require start/...Paul Davis
2010-02-01fix transmission of MTC so that we don't send while slaved to MTCPaul Davis
2010-01-29MIDIClock_SlaveTest: simulate input jitterHans Baier
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-29MIDIClock_SlaveTest: first working testcaseHans Baier
2010-01-29midi_clock_slave: enable debugging outputHans Baier
2010-01-29MIDIClock_SlaveTest: refactor as subclass of MIDIClock_Slave for testabilityHans Baier
2010-01-29libs/ardour/run-tests.h: add gdb debugging optionHans Baier
2010-01-29BBTTest: make it passHans Baier
2010-01-29MidiClock_SlaveTest: add basic frameworkHans Baier
2010-01-29* add waf option to enable compilation of unit testsHans Baier
2010-01-28cleanup of mtc slave code from debuggingPaul Davis
2010-01-27something for chris g. to try when he gets up before mePaul Davis
2010-01-27more MTC debuggingPaul Davis
2010-01-27more MTC debuggingPaul Davis
2010-01-27more MTC debuggingPaul Davis
2010-01-27more MTC debuggingPaul Davis
2010-01-27more MTC debuggingPaul Davis
2010-01-27more MTC debuggingPaul Davis
2010-01-27more MTC debuggingPaul Davis
2010-01-27more MTC debuggingPaul Davis
2010-01-27more MTC debuggingPaul Davis
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis
2010-01-22plugin status fixes from 2.XPaul Davis
2010-01-22fix broken compilation after edit-while-stopped fix was appliedPaul Davis
2010-01-21stopped/monitor/state change bug fix from 2.XPaul Davis
2010-01-15Relent a bit and make adding a route to a group which already contains that g...Carl Hetherington
2010-01-15Fix assertion failure on region bounce.Carl Hetherington
2010-01-13assert() to help find some possible causes of #2991. Fix some confusion with...Carl Hetherington
2010-01-12Fix crash due to incorrect buffer count.David Robillard
2010-01-06screw up MIDI control "automation" tracks quite a bit while trying to improve...Paul Davis
2010-01-05Fix uninitialised variable.Carl Hetherington
2010-01-04Lincoln's patch for latency compensation at punch in/stop, modified to use DE...Paul Davis
2010-01-04provide a real and usable MuteControllable for Routes (so that MIDI can use it)Paul Davis
2010-01-04add a way to see (most of) the waf config used to build ardour at run time (f...Paul Davis
2010-01-01provide limited momentary note on/off MIDI binding option; remove some debugg...Paul Davis
2009-12-31new PBD::ControllableDescriptor class to encapsulate parsing of binding URIs ...Paul Davis
2009-12-31stop metering thread as we disconnect a session from audioengine; explicitly ...Paul Davis
2009-12-31Fix AudioGrapher library installation path and enable H/W optimizations in Au...Sakari Bergen
2009-12-30correct usage of return value from Session::Prompt signalPaul Davis
2009-12-30provide access to Send + Plugins from MIDI binding mapsPaul Davis
2009-12-30make sure that Parameter that is used by a PluginInsert AutomationControl is ...Paul Davis
2009-12-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
2009-12-30make generic MIDI control track remote control ID changes; fixup messes in th...Paul Davis
2009-12-30fix crash caused by closing down JACK but not telling JACK_MidiPorts about itPaul Davis
2009-12-29editors for control protocols (generalized); editor for Generic MIDI that all...Paul Davis
2009-12-28MIDI binding maps make their debutPaul Davis
2009-12-28Remove unnecessary _fade_{in,out}_shape members from AudioRegion.Carl Hetherington
2009-12-28Remove as well as destroying last capture regions. Closes #2971.Carl Hetherington