unintentional but valid updates to .po files
[ardour.git] / libs / ardour / ardour /
2011-11-21 Carl HetheringtonRename windows VST stuff with a Windows prefix.
2011-11-21 Carl HetheringtonRe-add code to support do-not-record-plugins (#4487).
2011-11-21 David RobillardImplement the LV2 urid extension and remove implementat...
2011-11-21 Carl HetheringtonRemove unused with_processors parameter to
2011-11-20 Carl HetheringtonMake a few things private in Delivery; couple of minor
2011-11-20 Carl HetheringtonRemove unused variables.
2011-11-20 Carl HetheringtonComment fixes.
2011-11-17 Paul Davismove non-X11/GUI related lxvst code back into libardour
2011-11-16 Carl HetheringtonSlightly unpleasant fix for creation of tracks from
2011-11-16 Carl HetheringtonRemove set_state / _set_state dance in Route hierarchy
2011-11-16 Carl HetheringtonMake activate/deactivate all only operate on visible
2011-11-16 Carl HetheringtonDoxygen tweaks.
2011-11-16 Carl HetheringtonRemove unused variable.
2011-11-16 Carl HetheringtonSave custom meter position so that it can be restored if
2011-11-15 Paul Davisprovide link-editor-and-mixer-selection option. gui...
2011-11-15 Carl HetheringtonUse ARDOUR_EXPORT_FORMATS_PATH (as set up by the bundle)
2011-11-15 Carl HetheringtonFix comment.
2011-11-14 Paul Davismake auto-connect be the default for inputs and outputs
2011-11-14 Paul Davismake PluginManager API more in line with other singleto...
2011-11-12 David RobillardFix lingering references to old persist extension.
2011-11-11 David RobillardUpdate LV2 persist extension implementation (now named...
2011-11-11 Carl HetheringtonChange the feedback alert to a flashing button; works
2011-11-09 Paul Davisprovide global prelight option (its in Edit -> Preferen...
2011-11-09 Carl HetheringtonAlert the user if a connection is made which causes
2011-11-09 Carl Hetheringtontypedef for a DAGVertex.
2011-11-08 Carl HetheringtonFix a few SNAFUs in the port matrix related to multi...
2011-11-08 Carl HetheringtonAttempt to fix some confusions caused by bundles containing
2011-11-07 Carl HetheringtonFix name and a comment.
2011-11-07 David RobillardUse standard style LV2 extension include paths.
2011-11-07 Carl HetheringtonDo a topological sort of the route list before passing...
2011-11-05 Carl HetheringtonA few more comments.
2011-11-05 Carl HetheringtonA few comments.
2011-11-05 Carl HetheringtonRemove what is IMHO an unnecessarily confusing typedef.
2011-11-04 Carl HetheringtonRemove non-RT-safe alloc in the MIDI process() call.
2011-11-04 Carl HetheringtonFix somewhat confusing method names.
2011-11-03 Carl HetheringtonDon't offer inputs to things as possible output connect...
2011-11-01 Carl HetheringtonAdd an option to disable editor update during drags...
2011-11-01 Carl HetheringtonGive group and meter point buttons controllable visibility.
2011-10-31 Carl HetheringtonRemove unused variable.
2011-10-31 Carl HetheringtonComment.
2011-10-31 Carl HetheringtonFix compensation of roll delay with MIDI tracks; data
2011-10-31 Carl HetheringtonTake commit() out of process() in both types of
2011-10-31 Carl HetheringtonRemove Diskstream member playback_distance that can be
2011-10-31 Carl HetheringtonA few comments and minor coding style adjustments.
2011-10-31 Carl HetheringtonRemove unused method.
2011-10-31 Carl HetheringtonRemove unused parameter.
2011-10-31 Carl HetheringtonRemove unused code.
2011-10-29 Carl HetheringtonSome limited control of mixer strip component
2011-10-29 Carl HetheringtonRemove some unused stuff.
2011-10-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
2011-10-28 Carl HetheringtonImprove audioengine includes slightly.
2011-10-28 Carl HetheringtonRemove unused stuff.
2011-10-28 Carl HetheringtonRevert inadvertantly committed stuff from 10322.
2011-10-27 Carl HetheringtonMinor cleanups to IO.
2011-10-24 Carl HetheringtonMove some code up from {Midi,Audio}Track to Track.
2011-10-24 Carl HetheringtonRemove unused call_base parameter from Route::_set_state.
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-10-24 Carl HetheringtonExpose sources_root() for Session and make everything...
2011-10-24 Carl HetheringtonExpose set_path so that the Session can alter it.
2011-10-22 Carl HetheringtonImplement reset() in panners, and use it from the GUI...
2011-10-22 Paul Davischange several startup messages to be triggered only...
2011-10-21 Paul Davisadd route group support for monitoring choices
2011-10-21 Paul Daviscorrectly track monitoring changes in libardour and...
2011-10-21 Paul Davissave&restore for track monitor state
2011-10-21 David RobillardMore robust plugin I/O mapping.
2011-10-20 Paul Davisremove absurd internal Crossfade constructor that confu...
2011-10-20 Paul Davisadd initial implementation of explicit monitor (input...
2011-10-19 David RobillardTrim include tree.
2011-10-19 Paul Davisadd AU parameter listening stuff from 2.X
2011-10-19 Carl HetheringtonFix insertion of processors at the point at which the...
2011-10-19 Carl HetheringtonRemove unnecessary virtual declaration.
2011-10-19 David RobillardTrim the include tree.
2011-10-18 Paul Davischanges for OS X support: change waf config define...
2011-10-18 Paul Davisnew debugging flags for PluginManager and AudioUnits
2011-10-18 Carl HetheringtonRemove unused code.
2011-10-17 Carl HetheringtonDiscard MIDI when sending to the monitor bus. Fixes
2011-10-13 Paul Davisadd new per-session MIDI-region-copy-is-fork: if set...
2011-10-03 Paul Davisupdate vestige header; fix 64 bit issues
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-28 Paul Davismore jack include fixes
2011-09-28 Paul Davisheader file fixup for weak jack linkage, forward ported...
2011-09-26 Carl HetheringtonUpdate Mackie surface state when something is connected...
2011-09-26 Paul Davismore assert/debugging
2011-09-26 Carl HetheringtonSomewhat experimental patch to hide plugin inputs if...
2011-09-26 Carl HetheringtonTidy up PluginInsert's handling of how it chooses to...
2011-09-25 Paul Davis3.X version of earlier major fix to 2.X: Route::check_i...
2011-09-21 Paul Davisfixes from 2.X for latency/capture alignment stuff...
2011-09-21 Carl HetheringtonAdd missing files.
2011-09-21 Carl HetheringtonUse a MementoCommandBinder for Crossfades so that the...
2011-09-20 Paul Davisa few coding style (indentation etc.) cleanups to LX...
2011-09-20 Paul Davis(native) Linux VST support from LinuxDSP
2011-09-19 Carl HetheringtonEmit ContentsChanged on the model when one of its contr...
2011-09-18 Carl HetheringtonSpecialise ConfigVariable for string so that values...
2011-09-18 Carl HetheringtonRemove unused rec_monitors_input variables.
2011-09-16 Carl HetheringtonRemove unused parameter.
2011-09-14 Carl HetheringtonOption to glue new markers to bars and beats (part of
2011-09-07 Carl HetheringtonUpdate route colours when they are added to / removed
2011-09-05 Carl HetheringtonAdd option to insert time on all a track's playlists...
2011-08-31 Carl HetheringtonAllow route groups to color their tracks (remainder of
2011-08-10 Paul Davisadd virtual Delivery::pan_outs() so that internal sends...
next