summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Collapse)Author
2008-12-04fix up MTC message delivered internally when locate is noticed (removes ↵Paul Davis
stupid message when MTC slaving) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4287 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-04tweak to make that last buffer fix not break thingsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4286 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-04MAJOR fix for any situation where an audio track is playing more channels ↵Paul Davis
than it has output ports. this needs pounding on to make it doesn't break other odd cases. triggered by a report about playing an 8-chn AIFF file via the auditioner git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4285 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-04shorten CoreAudioFileSource's format text and drop use of "legacy" CoreAudio ↵Paul Davis
function for this git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4284 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-02define ARCH_X86 even on x86_64 (untested!); giso's patch for control surface ↵Paul Davis
track indexing; carl's patches for insert-time and double-click on redirect boxes git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4279 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-02more session init fixes from carlPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4278 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-26make send GUIs into ArdourDialogs; ensure that panner changes propagate into ↵Paul Davis
the GUI even when the number of panners is reduced git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4259 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25copy sends & plugins, not just plugins, when doing a mixer strip copy; ↵Paul Davis
copied sends use the other send's active status, so that copies of active sends are also active git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4256 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25lincoln's solo-mute-override should only take effect soloing in placePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4255 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25lincoln's solo-mute-override patch modified/extended to track the option ↵Paul Davis
changing state, plus build ardour.menus as part of the default target git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4254 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25colinf's fix for duplicate LADSPA plugins appearing in manager listPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4253 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-24carl's patch to copy send i/o configuration when copying a sendPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4243 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-22new user option "New Plugins Active"; make only *new* plugins active when ↵Paul Davis
this is set, not any added plugins (eg. during session loading); option is true by default git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4233 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-19per-route OSC control of solo/mute/recenable/gainPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4214 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-18don't show nag screen if export was stopped or if SAE (for now)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4212 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-14new plugins are active, alwaysPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4174 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-13Save symbols along with indices for LV2 ports (as required by LV2r3).David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4157 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4148 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-12don't return last stop frame as audible frame if we are stopping but not yet ↵Paul Davis
stopped git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4144 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-12fix Session::audible_frame() return when transport speed has been reversed, ↵Paul Davis
by resetting last_stop_frame at the turnaround point git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4143 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-11new region constructor for use by audiofilters (almost does a pure copy of ↵Paul Davis
the region, but sets start & sync_position appropriately, and uses new sources); fix up reverse bugs introduced in the last 36hrs; fix up setting of sync_position after split and so forth git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4140 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-09fix for handling DnD path data, plus lots of d-n-d drop debugging (to be ↵Paul Davis
cleaned up) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4129 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-09copy scale amp in region copy constructorPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4118 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-09Fix rulers sometimes not refreshed on zoom, only auto connect physical ↵Nick Mainsbridge
inputs to tracks (was SAE only, now applies to all), prettify initial display for first run. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4113 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-08minor cleanup of audioengine.ccPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4112 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-08catch exceptions while loading AudioUnitsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4111 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-08fix for incorrect reading of fade in curve under a few circumstancesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4110 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-08add operator=() to Curve; add AudioRegion::copy_settings() for replicating ↵Paul Davis
region settings after generating a new region via an AudioFilter; add new ReadOps* for reading an audioregion with and without various "internal processing" applied (fades, scaling, automation); add new "Discovering Plugins" boot time message git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4109 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-06wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads ↵Paul Davis
call it simultaneously; increase FUDGE distance for GTK/X11 when sizing comboboxselectors in editor git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4099 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-03fix up what freeze does with fader settings, gain & pan automation; unfreeze tooPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4088 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-03fix nasty bug in evaluation of final step of interpolated Curve valuesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4084 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-01Ignore triple clicks for mute/solo/rec-enable (fixes long-standing ↵Nick Mainsbridge
insensitive to clicks bug), momentary solo/mute works for track headers, redraw some widgets when resizing editor-mixer (osx only), don't autoconnect physical inputs to busses (sae only), new sends active by default (sae only), some minor sae gui customizations using ardour2_ui_sae.conf. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4078 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-31default crossfade is now constant power; SAE gets only 3 xfades (not correct ↵Paul Davis
for 2 of them, yet); fade buttons in xfade editor have tooltips git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4073 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-29prevent crash when changing gain with transport stopped and panner bypassedPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4030 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-25Stop ardour from reporting success/failure of adding favorite pluginsSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4010 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-21Backported automatic svn revision handling from 3.0Sakari Bergen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3991 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-21improved (?) Session::audible_frame()Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3990 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-20fix up some jerkiness/retrograde motion of playheadPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3988 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-17fix up initialization of various path vars in bundled OS X version; make ↵Paul Davis
LADSPA_PATH augment the standard LADSPA search path, not replace it git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3978 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13additional ancestral_length = 0 initializationPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3955 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13fix subtle but nasty problems with stretch/shift audio operations, and fix ↵Paul Davis
up handling of older sessions with illegal stretch/shift values in them git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3954 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-09add config var for region fade visibilityPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3901 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-09add global option to enable/disable region fadesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3896 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-09fix reload & use of MIDI port configuration, so that per-session setup is ↵Paul Davis
actually used git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3894 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-08add initial-program-change supportPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3892 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-08fix for bad sync with other JACK transport-aware clients (thanks to torben ↵Paul Davis
for discovering the problem and suggesting the best fix) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3886 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-07fixes needed for track/strip ordering issuesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3874 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-03part II of probable fix for track sync-orderingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3851 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-09-27Fix split buffer audio glitches with lv2 plugins.Sampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3816 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-09-26fix up region constructor's initialization of ancestral region dataPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3808 d708f5d6-7413-0410-9779-e7cbd77b26cf