summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2011-09-27some header-file rearrangements to get JACK weak linkage working correctlyPaul Davis
2011-09-25ardour has never done latency compensations on busses, so what was Route::che...Paul Davis
2011-09-21reinstante code to setup latency related stuff after plugin changes etc (remo...Paul Davis
2011-09-14back-port Ardour3's capture alignment code to Ardour2, to get correct results...Paul Davis
2011-09-12do not attempt to lookup sndfile constants/enums using a string, because this...Paul Davis
2011-08-18remove Glib::ustring from libardourPaul Davis
2011-07-22fix botched argument prototype and return signature for IO::ensure_(input|out...Paul Davis
2011-06-16When importing sources that are using sample rate conversion, the BWF start t...Todd Naugle
2011-04-07make AUPlugin emit ParameterChanged() whenever it is notified of a parameter ...Paul Davis
2011-04-07move deprecated JACK latency API out of port.h so that deprecation messages d...Paul Davis
2011-04-06add support for AudioUnit parameter listening (e.g. in non-plugin GUIs)Paul Davis
2011-04-06back-port capture offset corrections from 3.0 to 2.0-ongoing. fairly well tes...Paul Davis
2011-03-29significant fixes to realtime (touch/write) automation. no longer decide poi...Ben Loftis
2011-03-02remove per-file references to __STDC_FORMAT_MACROSPaul Davis
2011-02-14prevent ardour from ever, EVER, EVAH removing an existing source filePaul Davis
2010-12-05more debugging with fkeymoPaul Davis
2010-09-21provide enumeration value validation during loading of configuration variable...Paul Davis
2010-06-02specialize ConfigVariable<bool> to use string_is_affirmative() and thus get c...Paul Davis
2010-05-17region export/bounce should use ::read_at() methods, not read directly from t...Paul Davis
2010-05-14fix for clocks refusing to update when reverse-playback was used later in the...Ben Loftis
2010-04-28patch for mantis #2794 - fix route ordering after creating sends etc.Paul Davis
2010-04-23remove iterator-based AutomationList cut/copy methods, to avoid appearance of...Paul Davis
2010-04-23more cleanups, redesigns and subtle bug fixes for automation editingPaul Davis
2010-04-22finally change the misnamed ::reposition_for_rt_add(); never save automation_...Paul Davis
2010-04-22more realtime automation fixes: only do realtime automation while rolling, a...Ben Loftis
2010-04-22multiple touches in a single automation pass now work; write mode works (with...Paul Davis
2010-04-21start of The Fix for automation touch+writePaul Davis
2010-04-20append Auto_ to auto modes so they are more easily searchableBen Loftis
2010-04-17add config parameter to control missing-region-channel behaviour. not control...Paul Davis
2010-04-17initial pass at "ramping back" to existing automation values at the end of a ...Paul Davis
2010-04-16when a region has less channels than its diskstream needs, read a relevant ch...Paul Davis
2010-04-12subtle but deep and possibly profound(ly wrong) changes to record-keeping for...Paul Davis
2010-03-12option to enable/disable translations when using a bundled (OS X) version of ...Paul Davis
2010-02-15additional osx compilation fixes. more UAD tweaks. close and delete session...Ben Loftis
2010-02-12fixes for OS X compile of last commitPaul Davis
2010-02-12provide Redirect::requires_fixed_sized_buffers() as a way to handle UAD plugi...Paul Davis
2010-02-04add new Redirect::flush() model to accomodate plugin models where flush != de...Paul Davis
2010-01-30move LocaleGuard "up" into libpbd; use LocaleGuard to replace utterly broken ...Paul Davis
2010-01-29potential fixes for AU unique ID confusion(s)Paul Davis
2010-01-22fix weak ordering logic for plugin statusesPaul Davis
2010-01-16a tiny change that fixes MMC (and other things) aborting capture-on-stop when...Paul Davis
2009-12-08backport feature to show only tracks with regions under the playhead (thanks ...Ben Loftis
2009-12-07weak version of "Save As"Paul Davis
2009-11-12JAG's new region layer editor, tweaked by me to (a) hide editor if we click i...Paul Davis
2009-11-11better/correct AU transport state callback ; debug info for AU I/O configsPaul Davis
2009-11-11fix scons tests for various JACK functions; use jack_on_info_shutdown() if it...Paul Davis
2009-11-10when renaming redirects, scan all routes AND sends AND port inserts for the n...Paul Davis
2009-11-08plugin menu/manager patch from J. Abelardo Gutierrez (already applied to 3.0)Paul Davis
2009-11-08minor cleanups noted while forward porting transport stuff to 3.0Paul Davis
2009-11-07clean up that godawful programming style in the last transport commit, and fi...Paul Davis