summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2012-07-16add some Evoral enums to the enumwriter (seems a bit odd)Paul Davis
2012-07-14fix up part of the remaining details with automation, so that touch/write ove...Paul Davis
2012-07-14fix OS X compilationPaul Davis
2012-07-13add missing filesPaul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-07-12AU version of break recursive loops of Plugin::parameter_changed()->Plugin::P...Paul Davis
2012-07-12break recursive loops of Plugin::parameter_changed()->Plugin::ParameterChange...Paul Davis
2012-07-11reinstate thread buffer debug outputPaul Davis
2012-07-11force I/O selector windows to stay-on-top (experimental)Paul Davis
2012-07-11remove unusued signals inadvertently added during previous plugin-touch-autom...Paul Davis
2012-07-11try to fix crashes due to not-enough-per-thread-buffers by just using more of...Paul Davis
2012-07-11add StartTouch and EndTouch signals to Plugin class; make PluginInsert handle...Paul Davis
2012-07-11debugging for process thread issuesPaul Davis
2012-07-11fix propagation of parameter changes from Plugin to PluginInsert so that auto...Paul Davis
2012-07-11improved version of last commit, for tracking plugin control changes and mapp...Paul Davis
2012-07-11update automatable parameter's Evoral::Control object when AU parameter liste...Paul Davis
2012-07-09set fader and plugin parameter automation curve default values - what else ne...Paul Davis
2012-07-08Report correct time instead of old time when locating as Jack transport master.David Robillard
2012-07-07Fix Jack transport master after session load.David Robillard
2012-07-06do not deactivate the meter in a frozen trackPaul Davis
2012-07-05Don't rename playlists on rename track if the track has >1Carl Hetherington
2012-07-04Revert erroneous commit 12922 and replace with a better fixCarl Hetherington
2012-06-28further efforts at cleaning up the design of the interaction/relationship bet...Paul Davis
2012-06-28Fix missing lock causing erroneous disk space reports when dragging audio clo...Carl Hetherington
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-26correctly(?) set number of process thread buffers based on run-time-discover...Paul Davis
2012-06-26Add test for loading sessions, and a session with aCarl Hetherington
2012-06-26Fix uninitialised variable.Carl Hetherington
2012-06-26Remove unused named selection / chunk code.Carl Hetherington
2012-06-26Fix some oddities with playhead movement when locatingCarl Hetherington
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-06-25Create diskstream before calling Route::set_state, theCarl Hetherington
2012-06-24Remove some excess commas from the export format descriptionSakari Bergen
2012-06-24Inrease the export "chunk size" to speed it up over 10% at least in some situ...Sakari Bergen
2012-06-24Revert to using SSE mix-buffers-with-gain rather than simpleCarl Hetherington
2012-06-24Change logic for compiling export format descriptions from incomplete formatsSakari Bergen
2012-06-24Fix stem export. The capturing processor of routes was never removed, and was...Sakari Bergen
2012-06-24unused variable warningPaul Davis
2012-06-24string fix, plus a tweak to handling variable i/o AUsPaul Davis
2012-06-24In export format dialog, show preview of generated part of description. Fix t...Sakari Bergen
2012-06-23Remove unused utility function ARDOUR::create_session_directoryTim Mayberry
2012-06-23Use SessionDirectory class directly rather than ARDOUR::create_session_directoryTim Mayberry
2012-06-23Change the meaning of the return value in SessionDirectory::createTim Mayberry
2012-06-23Remove unused or unnecessary header includesTim Mayberry
2012-06-23Remove unused header includeTim Mayberry
2012-06-23Use std::string and Glib::build_filename in Session::save_templateTim Mayberry
2012-06-23Use std::string and Glib::build_filename in Session::path_from_region_nameTim Mayberry
2012-06-23Use std::string and Glib::build_filename in Session::load_stateTim Mayberry
2012-06-23Use std::string and Glib::build_filename in Session::save_stateTim Mayberry
2012-06-23Use std::string instead of sys::path in Session::jack_session_eventTim Mayberry