summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2010-01-15dynamically resize text in the big clock, first versionPaul 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-09add Gtkmm2ext::detach_menu() that was needed by my previous commitPaul Davis
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-04fix my usual geometric/geographic dyslexia w.r.t jack midi port connection re...Paul Davis
2010-01-04Fix warning.Carl Hetherington
2010-01-04add a way to see (most of) the waf config used to build ardour at run time (f...Paul Davis
2010-01-01First cut of some Pro-tools inspired editing features; linked play/play rangeCarl Hetherington
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-31strsplit(): if first char of a string is the separator, don't push an empty s...Paul Davis
2009-12-31stop metering thread as we disconnect a session from audioengine; explicitly ...Paul Davis
2009-12-31update comments on register clobberingPaul Davis
2009-12-31un-fix register clobber list for gcc on x86Paul Davis
2009-12-31add some asm notes, some more registers back to the clobber list, and memset ...Paul Davis
2009-12-31Fix assembler clobber lists in BPD::FPUSakari Bergen
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-28add sysex support to MIDI binding maps, and a couple more functionsPaul Davis
2009-12-28add missing filesPaul 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
2009-12-27- Fix process callbakc handling during exportSakari Bergen
2009-12-27Re-integrate export-optimization branch.Sakari Bergen
2009-12-26change the way thread name is managed and accessed; store thread name for JAC...Paul Davis
2009-12-25rationalize destruction pathway (some more); tidy-ify some ImageFrame codePaul Davis
2009-12-24clean up editor mixer strip when session is going away; slightly improved boo...Paul Davis
2009-12-23Give titles to Gtkmm2ext::Choice prompts, and do some minor cleanups to promp...Carl Hetherington
2009-12-23Fix assertion failure on dropping a track out of rec-arm.Carl Hetherington
2009-12-22Fix assertion failure on creating a new session.Carl Hetherington
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-22Fix assertion failure on transmission of MIDI clock.Carl Hetherington
2009-12-22Fix crash when going from >2 outputs (2D panner) to <= 2 outputs.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-20substantial overhaul of MCU code - no more separate thread, just connect to s...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis