summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2010-06-16don't throw an exception if /home/paul is not writablePaul Davis
2010-06-02specialize ConfigVariable<bool> to use string_is_affirmative() and thus get c...Paul Davis
2010-05-27fix handling of automation recording when stopping and restarting from the ex...Paul Davis
2010-05-26logic error in AutomationEvent::cut_copy_clear() when deciding whether to add...Paul Davis
2010-05-20make AU Cocoa plugin views with "client-side-windows" versions of GTK+; make ...Paul Davis
2010-05-17almost-certain fix for "randomly-muted overlapped region" bugPaul 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-05-07updated french translation from raphaelPaul Davis
2010-05-06move largefile and reentrant compiler flags up to the top level, rather than ...Paul Davis
2010-05-05when splitting to mono regions, don't make the new mono regions children of e...Paul Davis
2010-05-02patch for #2997 from carl, fix handling stat of large filesPaul Davis
2010-04-29fix faulty logic when deciding whether to run a redirect's ::silence() method...Paul Davis
2010-04-28patch for mantis #2794 - fix route ordering after creating sends etc.Paul Davis
2010-04-27more reductions in stack space requirements for exportPaul Davis
2010-04-27reduce stack space requirements for export and normalizationPaul Davis
2010-04-27AU parameter unit is a single integer value, not a bitmask, so treat it corre...Paul Davis
2010-04-26significant fixes for AutomationList::cut_copy_clear() for cut and copy opera...Paul Davis
2010-04-23if something is in Write, dont take it out of Write when locatingBen Loftis
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-22refuse to accept Auto_Write state when loading automation list state from diskPaul 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-22cleanup AutomationList::cut_copy_clear() and try to add guard/clamp points to...Paul Davis
2010-04-22multiple touches in a single automation pass now work; write mode works (with...Paul Davis
2010-04-22better, cleaner, correct merging of nascent automation events into the event ...Paul Davis
2010-04-21correctly handle touch/write automation data merging when it occurs before th...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-17don't add "anchor" control events on when a touch gesture ends unless the aut...Paul Davis
2010-04-17initial pass at "ramping back" to existing automation values at the end of a ...Paul Davis
2010-04-16updated spanish translation from david taht and friendsPaul Davis
2010-04-16when a region has less channels than its diskstream needs, read a relevant ch...Paul Davis
2010-04-15remove a bunch of explicit uses of '/' as a directory separator; use Glib::bu...Paul Davis
2010-04-12subtle but deep and possibly profound(ly wrong) changes to record-keeping for...Paul Davis
2010-04-08subtle but important change that may fix issues with recording not placing ma...Paul Davis
2010-04-07fix for wierd punch behaviour where non-rec-enabled tracks end up with region...Paul Davis
2010-04-06fix 100% CPU usage after killing JACK caused by faulty logic in butler thread...Paul Davis
2010-04-02brute force approach to stopping GTK shutdown from causing a crash as we try ...Paul Davis
2010-03-26remove silly buffer stats output; apply MIDI control patch (#2655) from dhess...Paul Davis
2010-03-24anchor the crossfade start and endpoints, and add Help shortcuts to the manua...Ben Loftis
2010-03-17disk i/o debugging for aktuberlinPaul Davis
2010-03-17force AIFF format exported files to big-endianPaul Davis
2010-03-12Ardour -> PROGRAM_NAME for libardourPaul Davis
2010-03-12option to enable/disable translations when using a bundled (OS X) version of ...Paul Davis
2010-03-12route removal fixes: notify user that removing a route will result in a save...Ben Loftis
2010-03-12do not try to categorize AU plugins based on the "subtype" property, since th...Paul Davis
2010-03-12keep sndfile/ExtAudioFile preference logic the same in ImportableSource as el...Paul Davis