summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
2007-06-04(full tree) fix for redirect state restore issues, remove trunk-only clock mo...Paul Davis
2007-05-31add new denormal handling capabilities (95% finished)Paul Davis
2007-05-29fix some (all? not likely) problems with dragging close to 2^32-1 framesPaul Davis
2007-05-21Make the set_state() function respect redirects already present on the route....Sampo Savolainen
2007-05-08fix numlock-effect on redirect clicks; fix control outs (finally?)Paul Davis
2007-04-10fixes from carl for #1158 and #1554, plus better behaviour when building the ...Paul Davis
2007-04-03fix botched apply of torben's zero line patch, remove sampo's debug output re...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-17persist remote_control_id for bussesJohn Anderson
2007-02-09strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mos...Paul Davis
2007-02-07ignore send output counts when computing effect of redirects on route stream ...Paul Davis
2007-01-18Fixed midi controllable state saving/loadingJesse Chappell
2007-01-05use dynamic bitsets for send + port insert naming; fix up ardev, arval etc mo...Paul Davis
2007-01-03* added max peak hold state to IO so that the true held peaks can be displayedJesse Chappell
2007-01-02finish use of EnumWriter for saving flags etc. throughout the session filePaul Davis
2006-12-06miscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX WITHIN 18 HOURSPaul Davis
2006-11-13mute sends+inserts when a route is not soloed but others arePaul Davis
2006-10-31support for old-school automation loadingPaul Davis
2006-10-31massive changes in automation state handling, not entirely complete; some bug...Paul Davis
2006-10-27restore compilability amidst automation state mgmt changesPaul Davis
2006-10-26fix SVN merge SNAFU causing double deletionPaul Davis
2006-10-26remove StateManager code entirely and more debugging output cruftPaul Davis
2006-10-17fixed double application of gain on tracks/busses with bypassed pannersJesse Chappell
2006-10-11Fix normal gain stage to use SSE / veclib optimizations.Sampo Savolainen
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...Paul Davis
2006-10-08Fix speed quietning to respect the current setting.Sampo Savolainen
2006-10-05Generic MIDI control now saves+restores its state; PBD::ID now requires a buf...Paul Davis
2006-09-29many important changes to configuration system and specific parametersPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-09-05Fix declicking for phase inverted routes by stopping Sampo Savolainen
2006-08-30** requires svn jack ** Hardware monitoring should work, some canvas scrollin...Nick Mainsbridge
2006-08-16make adding multiple tracks more efficient (a *lot* more efficient)Paul Davis
2006-08-16RCU-ification of AudioEngine port list, and DiskStreams. not well tested, but...Paul Davis
2006-08-01Moved DataType into it's own class (resolved a name clash on ARDOUR::MIDIDavid Robillard
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-20fixes for libsndfile conversion issues, tape track waveform display and overl...Paul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-05-31remove debugging output in a hidden corner of Route::process_output_buffers()Paul Davis
2006-04-10a) moved metering and meter falloff code into libardourPaul Davis
2006-03-31a) persist whether the end marker should move at first capture in the session...Paul Davis
2006-03-22gcc4 fix for new import/embed code, plus inline reject_if_rate_differs() func...Paul Davis
2006-03-17lots of fidgety work to get track renaming to work correctly now that we have...Paul Davis
2006-03-08add/remove edit groups via buttons (still a bit of work left to do)Paul Davis
2006-02-20fixed crash potential issues where nframes may be 0Jesse Chappell
2006-01-26Ensure that there are enough peak vectors when a plugin redirect hasSampo Savolainen
2006-01-19fixed various xfade and undo and updating issues. plugins no longer run on d...Jesse Chappell