summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-26Patch from JaaxxOne to fix rec-enable toggle with theCarl Hetherington
2012-06-26Nudge the time axis view gain slider up a bit.Carl Hetherington
2012-06-26Remove unused named selection / chunk code.Carl Hetherington
2012-06-26disconnect from a Controllable when it is destroyedPaul Davis
2012-06-26Fix some oddities with playhead movement when locatingCarl Hetherington
2012-06-26Some spelling mistake fixes from Debian.Carl Hetherington
2012-06-26add rodrigo to the authors listPaul Davis
2012-06-26Allow new idle visual changer calls to be requested whileCarl Hetherington
2012-06-25Patch from johan_mattsson_m to be more graceful if thereCarl Hetherington
2012-06-25Patch from tophatdave to prevent exit from note editCarl Hetherington
2012-06-25Try slightly narrower faders in the track controls areaCarl Hetherington
2012-06-25Patch from royvegard to add a set-bank midi functionCarl Hetherington
2012-06-25Don't specify real-time priority when starting JACK (#4946).Carl 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-25add late/lazy binding between generic MIDI bindings and controllable elements...Paul Davis
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-24put patch chnage dialog under the mouse cursor when it appearsPaul Davis
2012-06-24string fix, plus a tweak to handling variable i/o AUsPaul Davis
2012-06-24string fixPaul Davis
2012-06-24In export format dialog, show preview of generated part of description. Fix t...Sakari Bergen
2012-06-23Fix build.Carl Hetherington
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 pbd/filesystem.h/ccTim Mayberry
2012-06-23Remove unused or unnecessary header includesTim Mayberry
2012-06-23Use std::string and Glib::build_filename in UIConfiguration::save_stateTim Mayberry
2012-06-23Use std::string and Glib::build_filename in gtk2_ardourTim Mayberry
2012-06-23Use std::string and Glib instead of pbd/filesystem.h in DeviceProfileTim Mayberry
2012-06-23Use Glib instead of pbd/filesystem.h in GenericMidiControlProtocolTim 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
2012-06-23Use std::string instead of PBD::sys::path in Session::restore_historyTim Mayberry
2012-06-23Use Glib::build_filename in Session::new_midi_source_name()Tim Mayberry
2012-06-23Remove unused PBD:sys::create_directory/ies functionsTim Mayberry
2012-06-23Use g_mkdir_with_parents instead of sys::create_directoriesTim Mayberry
2012-06-23Remove unnecessary code to create user_config_directoryTim Mayberry
2012-06-23Add doc note about postcondition of ARDOUR::user_config_directory()Tim Mayberry
2012-06-23Remove unnecessary creation of user_config_directoryTim Mayberry
2012-06-23Remove PBD::sys::is_directory and use Glib equivalentTim Mayberry