ardour.git
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 Carl HetheringtonFix comment. Fix believed erroneous add of ticks to...
2010-12-17 Paul Davispatch from lincoln to make mute controllable emit its...
2010-12-17 Paul Davisfix BeatFramesConverter so that it at least works even...
2010-12-16 Carl HetheringtonMissing i18n patch from prokoudine. Fixes #3610.
2010-12-16 Carl HetheringtonFix comment.
2010-12-16 Carl HetheringtonFix loading of PortInserts from 2.X sessions.
2010-12-16 Carl HetheringtonFix deadlock.
2010-12-15 Paul Davismake track list solo-isolate column wide enough to...
2010-12-15 Carl HetheringtonFix a memory leak.
2010-12-15 Paul Davisfix stupid variable naming issue in last BBT commit
2010-12-15 Carl HetheringtonRestore VST preset saving without chunks. Fixes #3602.
2010-12-15 Carl HetheringtonGive VSTPluginUI its own header.
2010-12-15 Carl HetheringtonMake VST preset files pre-preset rather than global...
2010-12-15 Carl HetheringtonSave and Delete buttons for plugin presets, remove...
2010-12-14 Paul Davismove ticks per beat from Meter to Timecode::BBT_Time...
2010-12-14 Paul Davisminor safety check for symmetry
2010-12-14 Paul DavisEXPERIMENTAL: allow GUI button clicks on transport...
2010-12-14 Paul Davisimplement methods in TempoMap for walking a given dista...
2010-12-14 Paul Davisfix some more incorrect casts to CanvasNote rather...
2010-12-14 David RobillardClean up libtimecode, make license of bbt_time.h LGPL.
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-14 Carl HetheringtonUpdated ru_RU.po for gtk2_ardour from Alexandre Prokoud...
2010-12-14 Paul Davismake global connection window inherit from ArdourDialog
2010-12-14 Carl HetheringtonFix some gettext plural forms. Should fix #3604.
2010-12-14 Carl HetheringtonFix warning better.
2010-12-14 Carl HetheringtonFix warning.
2010-12-14 Carl HetheringtonAdd dialogue to ask user about ambiguous source files...
2010-12-14 Carl HetheringtonUse DEBUG_TRACE for all of the MIDI clock ticker code.
2010-12-13 David RobillardAdd missing files.
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 HetheringtonOops, fix build.
2010-12-13 Carl HetheringtonRemove unnecessary assert from midi clock ticker code...
2010-12-13 Carl HetheringtonFix comment.
2010-12-12 Carl HetheringtonFix display of MIDI automation on regions with non...
2010-12-12 Carl HetheringtonClear existing data before reading new to make overwrit...
2010-12-12 Carl HetheringtonSmall cleanups.
2010-12-12 Carl HetheringtonMake adjust region gain work in 1dB steps with no upper...
2010-12-12 Carl HetheringtonMinor cleanup.
2010-12-12 Carl HetheringtonFix MIDI fork using a modified version of a patch from...
2010-12-12 Carl HetheringtonFix a couple of i18n warnings.
2010-12-11 Carl HetheringtonNotice edits made to spinbuttons via numbers on the...
2010-12-11 Sakari BergenAdd a null check to ports when loading an export channe...
2010-12-11 Paul Davisbetter comment change
2010-12-11 Paul Davisfix thinko in AudioEngine::get_port_by_name()
2010-12-11 Sakari BergenFix compiler warnings
2010-12-11 Carl HetheringtonPrevent garbage preset names with VST plugins when...
2010-12-11 Carl HetheringtonFix a few tiny memory leaks.
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-11 Carl HetheringtonFix crash.
2010-12-10 Carl HetheringtonFix deadlock on closing a send IO dialogue.
2010-12-10 Carl HetheringtonStop bounce / freeze on tracks that have more outputs...
2010-12-10 Carl HetheringtonFix thinko in previous commit.
2010-12-10 Carl HetheringtonRemove menu bar clock in fullscreen mode until someone...
2010-12-10 Carl HetheringtonFix crash on mouseover.
2010-12-10 Paul Davisprevent the monitor inputs from showing up in the port...
2010-12-10 Paul Davisdon't show monitor bus inputs in matrix(es); relabel...
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 HetheringtonFix a few bad iterator accesses.
2010-12-09 Carl HetheringtonFix uninitialised variable.
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 Davisfix for Route::shift/insert-time
2010-12-08 Paul Davismove display of silence for strip-silence into regionvi...
2010-12-08 Paul Davisminor panner debugging, cont'd
2010-12-08 Paul Davisnothing uses ARDOUR_DATA_PATH so remove it
2010-12-08 Paul Davisrandom debugging stuff, need to get it out of the way...
2010-12-08 Paul Davistweak and rename timecode settings tab
2010-12-08 Carl Hetheringtonin compute_gains in case _speakers.n_tuples is 0. ...
2010-12-08 Carl HetheringtonRemove unused method.
2010-12-07 Carl HetheringtonFix VST preset deletion.
2010-12-07 Carl HetheringtonAdd scrollbar to edit presets dialogue, and the ability...
2010-12-07 Carl HetheringtonAdd preset edit button to VST plugin UI.
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 Carl HetheringtonFix a couple of places where set_position_internal...
2010-12-07 Carl HetheringtonTweak some naming slightly.
2010-12-07 Paul Davisreimplement Route::shift() from 2.X for "Insert Time"
2010-12-07 Paul Davisadd "shift" method used in 2.X and now a3 to move data...
2010-12-07 Carl HetheringtonPut plugin-note-off code in the right place.
2010-12-07 Paul Davisfix crash when importing MIDI with "at timestamp" chosen
2010-12-07 Paul Davisfix crash when dragging percussive-mode notes due to...
2010-12-07 Paul Davisfix infinite loop in quantize setup
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 HetheringtonFix double-display of VST preset names (#3576)
2010-12-06 Paul Davisnew panner + recorded waveform fill colors from chris g
2010-12-06 Carl HetheringtonDon't crash if get_action() is called before the UI...
2010-12-06 Carl HetheringtonStart VST version using the wrapper script rather than...
2010-12-06 Carl HetheringtonMinor cleanups.
2010-12-06 Carl HetheringtonAdd dialog to allow removal of plugin presets. Should...
2010-12-06 Carl HetheringtonFix VST build.
2010-12-06 Paul Davisforward-port fatal-error-saving fix for xfade loading...
2010-12-06 Carl HetheringtonAdd missing files.
next