summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2008-11-19per-route OSC control of solo/mute/recenable/gainPaul Davis
2008-11-18don't show nag screen if export was stopped or if SAE (for now)Paul Davis
2008-11-14new plugins are active, alwaysPaul Davis
2008-11-13Save symbols along with indices for LV2 ports (as required by LV2r3).David Robillard
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
2008-11-12don't return last stop frame as audible frame if we are stopping but not yet ...Paul Davis
2008-11-12fix Session::audible_frame() return when transport speed has been reversed, b...Paul Davis
2008-11-11new region constructor for use by audiofilters (almost does a pure copy of th...Paul Davis
2008-11-09fix for handling DnD path data, plus lots of d-n-d drop debugging (to be clea...Paul Davis
2008-11-09copy scale amp in region copy constructorPaul Davis
2008-11-09Fix rulers sometimes not refreshed on zoom, only auto connect physical inputs...Nick Mainsbridge
2008-11-08minor cleanup of audioengine.ccPaul Davis
2008-11-08catch exceptions while loading AudioUnitsPaul Davis
2008-11-08fix for incorrect reading of fade in curve under a few circumstancesPaul Davis
2008-11-08add operator=() to Curve; add AudioRegion::copy_settings() for replicating re...Paul Davis
2008-11-06wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads ...Paul Davis
2008-11-03fix up what freeze does with fader settings, gain & pan automation; unfreeze tooPaul Davis
2008-11-03fix nasty bug in evaluation of final step of interpolated Curve valuesPaul Davis
2008-11-01Ignore triple clicks for mute/solo/rec-enable (fixes long-standing insensitiv...Nick Mainsbridge
2008-10-31default crossfade is now constant power; SAE gets only 3 xfades (not correct ...Paul Davis
2008-10-29prevent crash when changing gain with transport stopped and panner bypassedPaul Davis
2008-10-25Stop ardour from reporting success/failure of adding favorite pluginsSampo Savolainen
2008-10-21Backported automatic svn revision handling from 3.0Sakari Bergen
2008-10-21improved (?) Session::audible_frame()Paul Davis
2008-10-20fix up some jerkiness/retrograde motion of playheadPaul Davis
2008-10-17fix up initialization of various path vars in bundled OS X version; make LADS...Paul Davis
2008-10-13additional ancestral_length = 0 initializationPaul Davis
2008-10-13fix subtle but nasty problems with stretch/shift audio operations, and fix up...Paul Davis
2008-10-09add config var for region fade visibilityPaul Davis
2008-10-09add global option to enable/disable region fadesPaul Davis
2008-10-09fix reload & use of MIDI port configuration, so that per-session setup is act...Paul Davis
2008-10-08add initial-program-change supportPaul Davis
2008-10-08fix for bad sync with other JACK transport-aware clients (thanks to torben fo...Paul Davis
2008-10-07fixes needed for track/strip ordering issuesPaul Davis
2008-10-03part II of probable fix for track sync-orderingPaul Davis
2008-09-27Fix split buffer audio glitches with lv2 plugins.Sampo Savolainen
2008-09-26fix up region constructor's initialization of ancestral region dataPaul Davis
2008-09-22Removed the extra "long".Sampo Savolainen
2008-09-22Fixed overflow issue. Code originally meant to truncate the 64 bit integer di...Sampo Savolainen
2008-09-19Fix a bunch of stupid warnings.David Robillard
2008-09-19shift-click to extend marker selection; marker drag moves all selected markersPaul Davis
2008-09-18Fix possible double allocation of SF_BROADCAST_INFOSakari Bergen
2008-09-12comment out *all* exporting debugDoug McLain
2008-09-12comment out exporting debugDoug McLain
2008-08-14Fix glitches in automation events due to the other glitch fix made a few week...Sampo Savolainen
2008-08-12Support for the LV2 'data access' and 'instance access' extensions (for in-pr...David Robillard
2008-08-09Embedded LV2 GTK GUI support.David Robillard
2008-07-29Fix glitching on "events" (like loop markers) due to taking the processing of...Sampo Savolainen
2008-07-25stop resetting _jack to zero to avoid crashing stupidlyPaul Davis
2008-07-22debug output for pixbuf loaders; catch exception when loading AU plugins; mis...Paul Davis