summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-21the MementoCommand for automation clearing should be based on the AutomationL...Paul Davis
2010-05-20drop some debug outputPaul 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-07re-enable sync_all_route_ordering, not sure why it was commented out, may nee...Ben Loftis
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-05remove JACK does montioring option for OS X, because the CoreAudio backend ha...Paul Davis
2010-05-04back-port carl's workaround for a gnomecanvas bug that causes a crash during ...Paul Davis
2010-05-02patch for #2997 from carl, fix handling stat of large filesPaul Davis
2010-04-30quick fix for sync combo control which inexplicably got smallerBen Loftis
2010-04-29(OS X) make /Volumes show up in 1 extra location in the new session dialogPaul Davis
2010-04-29fix faulty logic when deciding whether to run a redirect's ::silence() method...Paul Davis
2010-04-28if selecting a range in mouse range mode and there is already a time selectio...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-26change automation track selection model slightly so that auto tracks are high...Ben Loftis
2010-04-26close a carbon window for an AU plugin *in addition to*, not just instead of,...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-18add GUI/action control over replicate-missing-region-channelsPaul Davis
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-16rationalize track selection and range selectionBen Loftis
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-15fix some strange behavior when dragging region(s) towards time zeroBen Loftis
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-08patch from lucus to put fixed sized columns on the right of the mixer track+g...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