summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-01-22For now, only use the multi-threaded process code if we areCarl Hetherington
2012-01-22Patch from anrug to always put a PERFORMER field in TOCCarl Hetherington
2012-01-22Add option to use plugin GUIs or Ardour generic ones.Carl Hetherington
2012-01-21Use a button in the processor box for toggle parameters.Carl Hetherington
2012-01-21Reinstate user Controllable values, as they are neededCarl Hetherington
2012-01-21Add a send amp's gain control as a send controllable.Carl Hetherington
2012-01-21Remove unused code.Carl Hetherington
2012-01-20Simple approach to putting plugin controls into theCarl Hetherington
2012-01-20Remove unused concept of user' values. Make user_to_uiCarl Hetherington
2012-01-20slightly more efficient implementation of Graph::in_process_thread()Paul Davis
2012-01-20reverse prior commit, which causes a deadlock between IO::enable_connecting()...Paul Davis
2012-01-20fix an assert failure due to incorrect process locking when adding a sendPaul Davis
2012-01-20patch from colinf to make dbl-click on send "box" map its controls to the str...Paul Davis
2012-01-18restore ability to create TOC and CUE files during export. this is an option ...Paul Davis
2012-01-18fix reload of session with new send naming in place, drop "aux-" prefix from ...Paul Davis
2012-01-18fix two major assert failures arising from the optional monitor section commi...Paul Davis
2012-01-18Catch exception thrown by SMF code when it cannot writeCarl Hetherington
2012-01-18new file, a small ideaPaul Davis
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2012-01-17fix initial filling out of tempo bars|beats map after loading from XML by ext...Paul Davis
2012-01-17Fix unutterably terrible thinko in previous commit.Carl Hetherington
2012-01-17add more debugging to track/spot/debug mis-use of BeatFramesConverterPaul Davis
2012-01-17fix bug with tempo computation where passed in positions or offsets are negativePaul Davis
2012-01-14Try to fix previous commit on 32-bit.Carl Hetherington
2012-01-14Remove thought-to-be-unnecessary setup of Delivery::_no_outs_cuz_we_no_monitorCarl Hetherington
2012-01-14Add some debug code to time things in the processCarl Hetherington
2012-01-14Trim some lock / unlock cycles on the trigger mutex.Carl Hetherington
2012-01-14Remove unused variables.Carl Hetherington
2012-01-14Fix use of rdtsc on 64-bit (I think).Carl Hetherington
2012-01-11complete the do-not-free-data-from-getmntinfo() fixPaul Davis
2012-01-11fix latency compensation for the clickPaul Davis
2012-01-10Fix previous commit.Carl Hetherington
2012-01-10Remove unused _process_callback method.Carl Hetherington
2012-01-10remove some verbiage when creating audiofile sources3.0-beta2Paul Davis
2012-01-09fix auditioning (bystander casualty of monitoring fixes)Paul Davis
2012-01-09fix nasty memory-related crashes caused by not noticing a bug in getmntinfo()...Paul Davis
2012-01-09change config dir on OS X to ~/Library/Preferences/Ardour3Paul Davis
2012-01-09add MIDITrack specific ::monitoring_state() methodPaul Davis
2012-01-09reduce Processor debug tag verbosityPaul Davis
2012-01-09remove some debug io from the Processors tag that is not really related to pr...Paul Davis
2012-01-09another AU-specific tempo fixPaul Davis
2012-01-09Fix typo.Carl Hetherington
2012-01-08don't allow/create non-beat aligned tempo changes in response to meter change...Paul Davis
2012-01-08fix up a few zero-boundary condition errors in TempoMapPaul Davis
2012-01-08sort debug optionsPaul Davis
2012-01-08tempo map debugging with dlpPaul Davis
2012-01-07add operator!= for BBT_TimePaul Davis
2012-01-07when moving tempo and metric sections around (or adding new ones), prevent th...Paul Davis
2012-01-07fix positioning of grid line after a non-beat aligned tempo changePaul Davis
2012-01-07a better fix for timestamping non-beat-aligned tempo changesPaul Davis