summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2009-03-19clean up & extend handling of various AU Component types & subtypes - makes A...Paul Davis
2009-03-17more rational handling of silence when (a) running freeze/export/bounce (b) d...Paul Davis
2009-03-12new options for moving playhead to next/previous region boundaryPaul Davis
2009-03-05Make "consolidate range" and "bounce range to region list" not apply processi...Sampo Savolainen
2009-03-05fixes for creating tracks from templates - a new Diskstream is needed, andget...Paul Davis
2009-03-02ICS (image compositor socket) patches from robin gareus, to keep ICS alive in...Paul Davis
2009-02-14track templates; indent fixes needed and will be forthcoming; minor fix for t...Paul Davis
2009-01-28AU state handling, including changes to PathScanner so that it can now do rec...Paul Davis
2008-12-04fix up MTC message delivered internally when locate is noticed (removes stupi...Paul Davis
2008-12-02define ARCH_X86 even on x86_64 (untested!); giso's patch for control surface ...Paul Davis
2008-11-25lincoln's solo-mute-override patch modified/extended to track the option chan...Paul Davis
2008-11-22new user option "New Plugins Active"; make only *new* plugins active when thi...Paul Davis
2008-11-19per-route OSC control of solo/mute/recenable/gainPaul 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-11new region constructor for use by audiofilters (almost does a pure copy of th...Paul Davis
2008-11-08add operator=() to Curve; add AudioRegion::copy_settings() for replicating re...Paul Davis
2008-11-03fix up what freeze does with fader settings, gain & pan automation; unfreeze tooPaul Davis
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-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-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-19shift-click to extend marker selection; marker drag moves all selected markersPaul Davis
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-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ...Paul Davis
2008-06-18make bounce range and bounce region work properly (wrong boundaries before); ...Paul Davis
2008-06-18make Session::region_name() have the same performance as std::map<std::string...Paul Davis
2008-06-17fix deep design problem with redirect parameter automation being handled as a...Paul Davis
2008-06-03small changes to export code to hopefully fix some bugs with range export(s)Paul Davis
2008-06-02don't double-call JackStartFreewheeling if we're already freewheelingPaul Davis
2008-05-15add note onset detection to the ferret, c/o the aubio-based Onset VAMP plugin...Paul Davis
2008-05-15mike taht's patch to remove all use of gettimeofday() in favor of ARDOUR::get...Paul Davis
2008-05-15lots and lots of work to correctly deduce AU IO configurations and related is...Paul Davis
2008-05-14use Glib::build_filename() more widelyPaul Davis
2008-05-13initial code for AU I/O config discovery (i hate you apple!)Paul Davis
2008-05-11Fix compilation with GCC 4.3 (at least with SYSLIBS=1).David Robillard
2008-04-24plugin selection via menu, along with "favorites"Paul Davis
2008-04-18the missing varPaul Davis
2008-04-17AccessAction() OSC patch from Ryan ScottPaul Davis
2008-04-03rename menu items for monitoring options, and make the one based on JACK inse...Paul Davis
2008-04-01insert time operationPaul Davis