Merge branch 'master' of git.ardour.org:ardour/ardour
[ardour.git] / libs / ardour / ardour /
2012-10-12 Paul Davistweaks to be ready for more information timecode displa...
2012-10-12 Robin GareusLTC slave - basic working version (hardcoded 25fps)
2012-10-12 Paul Davisbasics for a TimecodeSlave parent class for MTC and LTC
2012-10-12 Robin Gareusskeleton framework for LTC-slave
2012-10-12 Robin GareusMTC: map between timecodes
2012-10-12 Robin Gareusmove TimecodeFormat to libtimecode
2012-10-11 Hans Baierimplement missing midi event filtering during recording
2012-10-11 Hans Baierrevert last commit, wrong place...
2012-10-11 Hans Baierfix bug: capture buffer not filtered by track channel...
2012-10-11 Hans Baierimplement deleting of sysex events
2012-10-11 Paul Davismove the external sync source selection tobe a global...
2012-10-10 Paul Davismove timecode-is-clock-synced option to global configur...
2012-10-10 Paul Davisadd global config parameter timecode-sync-frame-rate...
2012-10-10 Robin GareusMTC-slave: print error if framerate mismatch
2012-10-10 Robin Gareusfix and improve MTC-slave
2012-10-10 Hans Baierwhitespace
2012-10-08 Paul Davisadd 8kHz as an available export format sample rate
2012-09-08 Carl HetheringtonI think Region::can_move() should take into account...
2012-08-29 David RobillardImplement latest buf-size extension via new options...
2012-08-28 Robin GareusLV2: amend previous commit, respect replicated plugin...
2012-08-28 Robin GareusLV2: allocate dedicated buffers for [non-midi] event...
2012-08-28 Robin GareusLV2 worker: prevent corruption of ringbuffer
2012-08-27 Robin Gareusfix LV2 worker
2012-08-27 Robin Gareusdedicated LV2 non-MIDI atom-event-port handling
2012-08-21 David RobillardCreate and realize LV2 UI container before instantiatin...
2012-08-18 David RobillardFix some const-violating casts.
2012-08-17 David RobillardLV2 log extension support.
2012-08-17 David RobillardFix const violating case.
2012-08-08 David RobillardSupport new LV2 buf-size extension if a new enough...
2012-07-29 Paul Davistrying to track down why undo doesn't remove xfade...
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 ..
next