Use normal Processor run_in_place interface on Meter.
[ardour.git] / libs / ardour / route.cc
2007-11-26 David RobillardUse normal Processor run_in_place interface on Meter.
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-10-05 Sampo SavolainenFix crash with tracks/busses with more outputs than...
2007-09-11 Paul Davisclick reset error fixed, plus some older work on sends...
2007-08-16 David RobillardMake SMFSource suck significantly less.
2007-07-04 David RobillardChanged Processor interface to support out-of-place...
2007-06-29 David RobillardReduce overhead of multi-type-ness (last Summer's SoC):
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
2007-06-27 Paul Davisallow user tweaking of everything that might have inher...
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.
2007-06-27 David RobillardBig ol' automation refactor.
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-06-20 David RobillardSplit PortInsert and PluginInsert into their own files.
2007-06-20 David RobillardMade plugin input/output counts multi-typed (towards...
2007-06-04 David RobillardMIDI metering.
2007-06-04 David RobillardShow selected MIDI track in editor mixer.
2007-06-01 Paul Davismerge denormal handling work from 2.0-ongoing
2007-05-31 Paul Davisfixup botched xfade-as-audioregion; apply work from...
2007-05-30 Paul Davis(MERGED FROM rev 1924 on 2.0-ongoing) fix some (all...
2007-05-23 Paul Davis(merge from 2.0-ongoing -r1911:1912) fix audio clock...
2007-05-14 Paul Davisadd new A/B comparison for plugins, plus ways of disabl...
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-10 Paul Davismerge changes for 2.0.1/2.0.2, plus some fixes to issue...
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-05-02 Paul Davisreintroduce use of optimized functions for gain into...
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-04-10 Paul Davisfixes from carl for #1158 and #1554, plus better behavi...
2007-04-03 Paul Davisfix botched apply of torben's zero line patch, remove...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-17 John Andersonpersist remote_control_id for busses
2007-02-09 Paul Davisstrip X specific from keyboard.cc; fix up many buttons...
2007-02-07 Paul Davisignore send output counts when computing effect of...
2007-01-28 David RobillardMerged with trunk R1393.
2007-01-18 Jesse ChappellFixed midi controllable state saving/loading
2007-01-09 David RobillardMerged with trunk R1283.
2007-01-05 Paul Davisuse dynamic bitsets for send + port insert naming;...
2007-01-03 Jesse Chappell* added max peak hold state to IO so that the true...
2007-01-02 Paul Davisfinish use of EnumWriter for saving flags etc. througho...
2006-12-06 Paul Davismiscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX...
2006-11-19 David RobillardMerged with trunk R1141
2006-11-13 Paul Davismute sends+inserts when a route is not soloed but other...
2006-10-31 Paul Davissupport for old-school automation loading
2006-10-31 Paul Davismassive changes in automation state handling, not entir...
2006-10-27 Paul Davisrestore compilability amidst automation state mgmt...
2006-10-26 Paul Davisfix SVN merge SNAFU causing double deletion
2006-10-26 Paul Davisremove StateManager code entirely and more debugging...
2006-10-21 David RobillardMerged with trunk R992.
2006-10-17 Jesse Chappellfixed double application of gain on tracks/busses with...
2006-10-11 Sampo SavolainenFix normal gain stage to use SSE / veclib optimizations.
2006-10-09 Paul Davisfix abort-capture path, including many subtle issues...
2006-10-08 Sampo SavolainenFix speed quietning to respect the current setting.
2006-10-05 Paul DavisGeneric MIDI control now saves+restores its state;...
2006-09-29 Paul Davismany important changes to configuration system and...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-25 Paul Davisthe BIG CONFIG patch
2006-09-19 David RobillardMerged with trunk R920.
2006-09-05 Sampo SavolainenFix declicking for phase inverted routes by stopping
2006-09-01 David RobillardFixes for IO port adding/removing
2006-08-31 David RobillardAdding sends/port inserts to MIDI tracks (not actually...
2006-08-31 David RobillardMerged with trunk R874.
2006-08-31 David Robillard- Fixed port adding/removing/connecting and related...
2006-08-30 Nick Mainsbridge** requires svn jack ** Hardware monitoring should...
2006-08-24 David RobillardMerged with trunk R846
2006-08-16 David RobillardProgress on the disk side of things:
2006-08-16 Paul Davismake adding multiple tracks more efficient (a *lot...
2006-08-16 Paul DavisRCU-ification of AudioEngine port list, and DiskStreams...
2006-08-13 David RobillardMore signal path cleanup, IO now has one deliver_output...
2006-08-12 David RobillardTowards MIDI:
2006-08-11 David Robillard- Replaced integer port counts (and input/output maximu...
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-02 David RobillardMerged from trunk R743
2006-08-01 David RobillardMoved DataType into it's own class (resolved a name...
2006-08-01 David RobillardMostly Cosmetic/Design changes to bring trunk and midi...
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...
2006-07-28 David RobillardMerged with trunk R708
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
2006-07-14 David RobillardMerge big changes (mostly Controllable) from trunk
2006-07-07 Paul Davisid_t becomes a fully-fledged object, UUID's used for...
2006-07-06 David RobillardLoading/Saving of sessions containing MIDI tracks and...
2006-06-26 David RobillardLarge nasty commit in the form of a 5000 line patch...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-06-21 David RobillardMerged with trunk
2006-06-20 Paul Davisfixes for libsndfile conversion issues, tape track...
2006-06-14 Hans Fugalpulling trunk
2006-06-13 David RobillardMerged with trunk (painfully)
2006-06-07 Taybin RutkinMerged timbyr's win32 branch. -r 547:566.
2006-05-31 Paul Davisremove debugging output in a hidden corner of Route...
2006-04-10 Paul Davisa) moved metering and meter falloff code into libardour
2006-03-31 Paul Davisa) persist whether the end marker should move at first...
2006-03-22 Paul Davisgcc4 fix for new import/embed code, plus inline reject_...
2006-03-17 Paul Davislots of fidgety work to get track renaming to work...
2006-03-08 Paul Davisadd/remove edit groups via buttons (still a bit of...
2006-02-20 Jesse Chappellfixed crash potential issues where nframes may be 0
2006-01-26 Sampo SavolainenEnsure that there are enough peak vectors when a plugin...
2006-01-19 Jesse Chappellfixed various xfade and undo and updating issues. ...
next