allow dynamic process thread count resets
[ardour.git] / libs / ardour / ardour /
2011-02-07 Paul Davisallow dynamic process thread count resets
2011-02-07 Carl HetheringtonPrevent various things from stopping the transport...
2011-02-02 Carl HetheringtonRemove per-track mono option, as it seems somewhat...
2011-02-01 Carl HetheringtonMerge two methods.
2011-02-01 Paul Davisavoid unused args warning
2011-02-01 Paul Davisstore void pointers to processor UIs in Processors...
2011-02-01 Carl HetheringtonSomewhat unconvincing visual indication that plugin...
2011-01-31 Paul Davisdo not try to open sources with write-permission if...
2011-01-31 Carl HetheringtonAllow plugins with >1 input to be inserted into mono...
2011-01-29 Paul Davisfix auditioner by virtualizing Route::input_streams...
2011-01-29 Carl HetheringtonAdd operator<< for bundles.
2011-01-27 Paul Davisvirtualize the way that AutomationController gets strin...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-19 Carl HetheringtonConfigure option to abort when malloc is called in...
2011-01-19 Carl HetheringtonMissing files.
2011-01-19 Carl HetheringtonFix session range location by hooking into the undo...
2011-01-19 Carl HetheringtonFix undo nesting.
2011-01-19 Paul Davisnew files
2011-01-19 Carl HetheringtonRemove unused code.
2011-01-17 Carl HetheringtonRemove unused CrossfadeComparePtr. Make Crossfade...
2011-01-17 Paul Davissome new headers
2011-01-16 Sakari BergenMake stem export export from right before any processors.
2011-01-14 Carl HetheringtonPrevent failed reconfigurations on tracks with 0 inputs...
2011-01-10 Carl HetheringtonAdd route group property to share route active state...
2011-01-10 Sakari BergenMake export channels own their buffers + some other...
2011-01-10 Carl HetheringtonOptimise BufferSet::attach_buffers code to avoid memory...
2011-01-09 Carl HetheringtonFix setup of route meter point on load, and fix intermi...
2011-01-09 Carl HetheringtonReplace RouteGroup's collection of apply() methods...
2011-01-08 Carl HetheringtonMake Route Group dialog instant-apply. Disallow identi...
2011-01-06 Carl HetheringtonTake automation into account when reporting Amp gain...
2011-01-06 Sakari BergenAdd stem export dialog and make all different export...
2011-01-05 Carl HetheringtonRemove direct busses so that all busses have internal...
2011-01-05 Carl HetheringtonDefault stop-at-session-end to false to try and prevent...
2011-01-04 Paul Davisadd warning about configuration variable types to sessi...
2011-01-04 Paul Davisfix a bug that defined two configuration variables...
2011-01-04 Carl HetheringtonSend full MTC messages every 1/4 of a second when quart...
2011-01-04 Carl HetheringtonAllow choice of direct or aux busses when subgrouping...
2011-01-04 Carl HetheringtonFix - to _ typo.
2011-01-03 Carl HetheringtonStop QF messages when transport speed is out of range...
2011-01-03 Carl HetheringtonCope with non-unity transport speed when sending MTC.
2011-01-03 Carl HetheringtonAdd option to show or hide zoom toolbar.
2010-12-30 Paul Davischange Session::convert_to_frames_at() to Session:...
2010-12-30 Paul Davisquantize conversion from L/R fraction to azimuth to...
2010-12-29 Carl HetheringtonAdd options to add sends from buses as well as tracks...
2010-12-29 Carl HetheringtonUpdate mixer strip input/output button labels from...
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-23 Carl HetheringtonUse MTC instead of MIDI Timecode as the string for...
2010-12-21 David RobillardRemove confuzzling offset_relative stuff from region...
2010-12-21 David RobillardOnly calculate length_beats from length (in frames...
2010-12-21 David RobillardSet new (recorded) MIDI source length to length of...
2010-12-20 David RobillardRemove unused Region constructor.
2010-12-20 David RobillardFix more broken whitespace.
2010-12-20 David RobillardClean up region.h and trim include tree.
2010-12-20 Paul Davisuse notification of what was changed in MidiRegion...
2010-12-19 Carl HetheringtonClean up plugin preset handling a bit.
2010-12-18 Sakari BergenFinally implement position aware silence adding in...
2010-12-18 Sakari BergenAdd "session rate" as a possible sample rate for export...
2010-12-17 Paul Davisfix BeatFramesConverter so that it at least works even...
2010-12-15 Carl HetheringtonMake VST preset files pre-preset rather than global...
2010-12-14 Paul Davismove ticks per beat from Meter to Timecode::BBT_Time...
2010-12-14 Paul Davisimplement methods in TempoMap for walking a given dista...
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-13 David RobillardEliminate circular dependency kludge for control_protoc...
2010-12-13 David RobillardMore complete (but still incomplete) LV2 persist implem...
2010-12-13 Carl HetheringtonRemove unnecessary assert from midi clock ticker code...
2010-12-12 Carl HetheringtonMinor cleanup.
2010-12-11 Carl HetheringtonReset PanControllable StreamPanners when they change.
2010-12-11 Carl HetheringtonComment a few things and add missing process lock when...
2010-12-10 Carl HetheringtonStop bounce / freeze on tracks that have more outputs...
2010-12-09 Carl HetheringtonHandle overlaps better when executing DiffCommands.
2010-12-09 Carl HetheringtonUndo for sys-ex movements in time.
2010-12-09 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-09 Carl HetheringtonUse a weak_ptr rather than a bald pointer for _midi_sou...
2010-12-09 Paul Davisfix computation of silence text, and its display. it...
2010-12-09 Paul Davismake strip silence work (again?)
2010-12-08 Paul Davismove display of silence for strip-silence into regionvi...
2010-12-08 Carl HetheringtonRemove unused method.
2010-12-07 Carl HetheringtonAdd scrollbar to edit presets dialogue, and the ability...
2010-12-07 Carl HetheringtonRevert previous ill-thought-out patch.
2010-12-07 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-07 Paul Davisreimplement Route::shift() from 2.X for "Insert Time"
2010-12-07 Carl HetheringtonPut plugin-note-off code in the right place.
2010-12-07 Carl HetheringtonSend note-offs to VST instrument plugins on transport...
2010-12-07 Carl HetheringtonMove RDF-based preset stuff into LadspaPlugin, to make...
2010-12-06 Carl HetheringtonAdd dialog to allow removal of plugin presets. Should...
2010-12-06 Carl HetheringtonFix VST build.
2010-12-06 Carl HetheringtonManage attempts to save plugin presets with the same...
2010-12-05 Paul Davisremoved files
2010-12-05 Paul Davispart of lincoln's patches for OSC/ardroid
2010-12-04 Carl HetheringtonMissing nframes_t fixes in VST build.
2010-12-03 Paul Davistype tweaks and casts following the nframes_t expulsion
2010-12-03 Carl HetheringtonNo-op: reformat and add GPL boilerplate.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-02 Carl HetheringtonA few type fixes.
2010-12-01 Carl HetheringtonRemove some thought-to-be-useless volatile qualifiers.
2010-12-01 Carl HetheringtonRe-expose timecode offset in the session option editor.
2010-12-01 Carl HetheringtonRevert previous incorrect patch.
2010-12-01 Carl HetheringtonRemove unused timecode offset stuff.
2010-12-01 Carl HetheringtonRemove unused code.
2010-11-30 David RobillardCorrectly implement LV2 event URI mapping (event URI...
next