if a request to reset the speed to zero as the default arrives when stopped, reset...
[ardour.git] / libs / ardour / ardour /
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-19 Paul Davismore work on RID and editor/mixer order matching; when...
2012-07-17 Paul Davismake it possible to (and actually do) name insert and...
2012-07-17 Paul Davislots more fidgety work on automation. sort of works...
2012-07-16 Paul Davisdo NOT mark imported MIDI files as un-writable - all...
2012-07-13 Paul Davisadd missing files
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-07-11 Paul Davisremove unusued signals inadvertently added during previ...
2012-07-11 Paul Davisadd StartTouch and EndTouch signals to Plugin class...
2012-07-11 Paul Davisfix propagation of parameter changes from Plugin to...
2012-07-09 Paul Davisset fader and plugin parameter automation curve default...
2012-06-28 Paul Davisfurther efforts at cleaning up the design of the intera...
2012-06-27 Paul Davisfirst pass at the big rethink of managing sort order...
2012-06-26 Carl HetheringtonRemove unused named selection / chunk code.
2012-06-26 Carl HetheringtonFix some oddities with playhead movement when locating
2012-06-25 Paul Davisdrastic rethink of the relationship between remote...
2012-06-24 Sakari BergenInrease the export "chunk size" to speed it up over...
2012-06-24 Sakari BergenIn export format dialog, show preview of generated...
2012-06-23 Tim MayberryRemove unused utility function ARDOUR::create_session_d...
2012-06-23 Tim MayberryChange the meaning of the return value in SessionDirect...
2012-06-23 Tim MayberryAdd doc note about postcondition of ARDOUR::user_config...
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ardour/template_utils.h
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ardour/session_state_u...
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ExportProfileManager
2012-06-23 Tim MayberryReplace use of PBD::sys::path in AudioRegionImporter
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-22 Paul Davisintroduce the idea of a "default transport speed",...
2012-06-22 Paul Davisfix reset of transport speed when seamless looping...
2012-06-22 Paul Davisprovide an easier way to add mixed (audio+MIDI) tracks...
2012-06-21 Paul Davissmooth 0.5 second fade out during quit, plus MIDI panic...
2012-06-21 Paul Davisa putatively better approach to cleaning up ports at...
2012-06-20 Carl HetheringtonDeclick before the end of seamless loops, not after...
2012-06-20 Carl HetheringtonComment declick stuff a bit, and fix confusing use...
2012-06-19 Paul Davispatch from colinf that adds an 'empty' preset to the...
2012-06-19 Paul Davis2nd half of patch for handling LV2 presets from colinf...
2012-06-18 Paul Davismake switching between input+disk monitoring work ...
2012-06-18 Carl HetheringtonUse a map of region names to speed up
2012-06-17 Carl HetheringtonRemove believed-unnecessary and broken MIDI thru option;
2012-06-17 Carl HetheringtonAdd option to disable autoscroll of editor (#4721).
2012-06-16 Carl HetheringtonAdd new SharedStatefulProperty which manages a shared_p...
2012-06-13 Carl HetheringtonAdd operation_in_progress() method.
2012-06-13 Paul Davisflip default value of Plugin::presets_are_MIDI_programs...
2012-06-12 Carl HetheringtonHandle failure of statfs to return available disc space...
2012-06-12 Paul Davisfix complete screw up in connecting MIDNAM PatchNameLis...
2012-06-12 Paul Davismore changes to patch change/plugin preset support...
2012-06-11 Paul Davislots more work trying to create a common structure...
2012-06-11 Paul Davispartially-done (but compile-friendly) move of instrumen...
2012-06-11 Carl HetheringtonMake send automation work (#4734).
2012-06-09 Carl HetheringtonClean up libardour tests a bit.
2012-06-09 Carl HetheringtonRename import_audiofiles -> import_files.
2012-06-08 Carl HetheringtonNo-op; some comments, remove some unused stuff, minor...
2012-06-06 Carl HetheringtonProvide dialogs to edit pan values numerically, at...
2012-06-06 Carl HetheringtonRemove some unused code.
2012-06-01 Carl HetheringtonPrevent latency measurement output buffer being silenced by
2012-06-01 Carl HetheringtonMinor tidy-ups to MTDM code; add test.
2012-06-01 Carl HetheringtonWhen we rename a track, only rename its playlist if it
2012-06-01 Paul Davisfix construction of new xfades from legacy xfades,...
2012-05-31 Paul Davisallow alt-drag on stereo panner to move just one side...
2012-05-28 Carl HetheringtonAdd path_is_within to decide if a path is within a...
2012-05-27 David RobillardRe-implement URIMap to tolerate broken plugins that...
2012-05-27 Paul Davisadd a fix for the one problem case from the last commit...
2012-05-26 Paul Davisconvert audioregion xfade stuff to properties, add...
2012-05-24 Paul Davisalways create short xfades when adding a region based...
2012-05-24 Paul Davisremove old RECMUTEX conditional
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-24 David RobillardCompile cleanly with clang.
2012-05-23 Paul Davisalter API for MIDI cloning to facilitate export
2012-05-21 Carl HetheringtonSlightly hacky improvement to embolden the labels of
2012-05-18 Paul Davismajor rationalization of use of search paths. ardour...
2012-05-16 Paul Davislet's do this right if we're going to do it at all ..
2012-05-16 Paul Davisswitch to a RWLock for Playlist, to allow simultaneous...
2012-05-15 Paul Davisremove two instances of static/global ScopedConnectionL...
2012-05-15 Carl HetheringtonRemove unused method.
2012-05-15 Carl HetheringtonRemove bind to shared_ptr.
2012-05-14 Paul Davisdrop boost::signals2 and replace with carl's solution...
2012-05-11 Paul Davisswitch to 5 new fade curves, taken from mixbus2 branch...
2012-05-10 Paul Davistrim a single other region when adjusting xfade length
2012-05-10 Paul Davisif an xfade involves only 2 regions, clamp its length...
2012-05-07 Paul Davismove ::reconfigurable_io() from Plugin to PluginInfo...
2012-05-02 Paul Davismore fixes/tweaks from the land of the lion
2012-05-01 Paul Davisremove recursive mutex from Playlist, replace with...
2012-05-01 Carl HetheringtonRemove unused quantize type options.
2012-05-01 Paul Davismostly backup-oriented commit to preserve very initial...
2012-04-30 Carl HetheringtonClarify behaviour of ::read (overwrites its buffer...
2012-04-30 Carl HetheringtonRemove unused return value.
2012-04-30 Paul Davisadd explicit inverse fade in/out curves for use when...
2012-04-30 Carl HetheringtonRemove unused options related to crossfades.
2012-04-27 Paul DavisCrossfades: default xfades are now constant-power,...
2012-04-26 Carl HetheringtonUse Glib::Threads::RecMutex rather than Glib::RecMutex...
2012-04-25 Paul DavisMCP: dynamic ipMIDI ports, more default key bindings...
2012-04-24 Paul Daviseventloop and abstractui debugging, lots more commentin...
2012-04-22 Paul DavisMCP: a fistful of improvements. probably best to just...
2012-04-20 David RobillardAdd "Description" pane to generic plugin UI for LV2...
2012-04-20 David RobillardSet tooltips on generic UI controls for LV2 plugin...
2012-04-19 Carl HetheringtonBreak shared_ptr cycle between Track and its
2012-04-19 Paul Davisadd a simple method to return "the instrument" associat...
2012-04-18 Ben Loftisadd User metadata. user metadata is edited from the...
2012-04-17 Paul DavisMCP: various work on the button binding GUI
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-15 Carl HetheringtonUpdate MidiRegion::_start_beats on trimming the front...
next