summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
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-23Change the meaning of the return value in SessionDirectory::createTim Mayberry
2012-06-23Add doc note about postcondition of ARDOUR::user_config_directory()Tim Mayberry
2012-06-23Replace use of PBD::sys::path in ardour/template_utils.hTim Mayberry
2012-06-23Replace use of PBD::sys::path in ardour/session_state_utils.hTim Mayberry
2012-06-23Replace use of PBD::sys::path in ExportProfileManagerTim Mayberry
2012-06-23Replace use of PBD::sys::path in AudioRegionImporterTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-22introduce the idea of a "default transport speed", used whenever Session::sta...Paul Davis
2012-06-22fix reset of transport speed when seamless looping; add a few comments and ti...Paul Davis
2012-06-22provide an easier way to add mixed (audio+MIDI) tracks to a session, to facil...Paul Davis
2012-06-21smooth 0.5 second fade out during quit, plus MIDI panic to turn everything of...Paul Davis
2012-06-21a putatively better approach to cleaning up ports at session closingPaul Davis
2012-06-20Declick before the end of seamless loops, not after the end, so that loops ar...Carl Hetherington
2012-06-20Comment declick stuff a bit, and fix confusing use of bool instead of int to ...Carl Hetherington
2012-06-19patch from colinf that adds an 'empty' preset to the preset drop-down list, s...Paul Davis
2012-06-192nd half of patch for handling LV2 presets from colinf (#4698)Paul Davis
2012-06-18make switching between input+disk monitoring work "right" for MIDI tracks; al...Paul Davis
2012-06-18Use a map of region names to speed upCarl Hetherington
2012-06-17Remove believed-unnecessary and broken MIDI thru option;Carl Hetherington
2012-06-17Add option to disable autoscroll of editor (#4721).Carl Hetherington
2012-06-16Add new SharedStatefulProperty which manages a shared_ptr toCarl Hetherington
2012-06-13Add operation_in_progress() method.Carl Hetherington
2012-06-13flip default value of Plugin::presets_are_MIDI_programs and Plugin::current_p...Paul Davis
2012-06-12Handle failure of statfs to return available disc space on Samba shares mount...Carl Hetherington
2012-06-12fix complete screw up in connecting MIDNAM PatchNameList with ChannelNameSets...Paul Davis
2012-06-12more changes to patch change/plugin preset support - replace regexp replaceme...Paul Davis
2012-06-11lots more work trying to create a common structure for accessing plugin and M...Paul Davis
2012-06-11partially-done (but compile-friendly) move of instrument info into a new back...Paul Davis
2012-06-11Make send automation work (#4734).Carl Hetherington
2012-06-09Clean up libardour tests a bit.Carl Hetherington
2012-06-09Rename import_audiofiles -> import_files.Carl Hetherington
2012-06-08No-op; some comments, remove some unused stuff, minor tidying up.Carl Hetherington
2012-06-06Provide dialogs to edit pan values numerically, at least forCarl Hetherington
2012-06-06Remove some unused code.Carl Hetherington
2012-06-01Prevent latency measurement output buffer being silenced byCarl Hetherington
2012-06-01Minor tidy-ups to MTDM code; add test.Carl Hetherington
2012-06-01When we rename a track, only rename its playlist if itCarl Hetherington
2012-06-01fix construction of new xfades from legacy xfades, and add a few comments her...Paul Davis
2012-05-31allow alt-drag on stereo panner to move just one side of the stereo field. th...Paul Davis
2012-05-28Add path_is_within to decide if a path is within a givenCarl Hetherington
2012-05-27Re-implement URIMap to tolerate broken plugins that use the wrong context toDavid Robillard
2012-05-27add a fix for the one problem case from the last commit: region splitting, wh...Paul Davis
2012-05-26convert audioregion xfade stuff to properties, add "is-short" property for fa...Paul Davis
2012-05-24always create short xfades when adding a region based on capturePaul Davis
2012-05-24remove old RECMUTEX conditionalPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-24Compile cleanly with clang.David Robillard
2012-05-23alter API for MIDI cloning to facilitate exportPaul Davis