summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
AgeCommit message (Expand)Author
2008-03-14enable icon-start-from-.ardour-file to work on OS X; properly install apple e...Paul Davis
2008-02-13"boot" messages; more AU fixes; new SAE ui.conf filePaul Davis
2008-02-13allow ardour to use the (hard) maximum number of open files (this one's for y...Paul Davis
2008-02-09Make sure buses and tracks have unique names.Sampo Savolainen
2008-01-15LV2 support.David Robillard
2008-01-07merge keybindings/menus from SAE; report duplicate port errors during session...Paul Davis
2007-12-10AU support, plus changes in Plugin to make unique_id a stringPaul Davis
2007-10-05Fix issue with tracks/buses having more outputs than there are control outputs.Sampo Savolainen
2007-09-24fix up translation domains to reflect v2; functor command headerPaul Davis
2007-09-11add SRC quality to import dialog; fix instances of missing waveforms where ne...Paul Davis
2007-09-05optionally tie together editor+mixer display orders; provide GUI control for ...Paul Davis
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