Use sys::path and ARDOUR::user_config_directory in ARDOUR::read/write_recent_sessions
[ardour.git] / libs / ardour / insert.cc
2007-06-23 David RobillardFix loading inserts from 2.0 sessions.
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-05-14 Paul Davisadd new A/B comparison for plugins, plus ways of disabl...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-30 Paul Davismoved 2.1-staging to trunk @ rev 1765
2007-04-29 Paul Davismerged -r1752:HEAD from trunk
2007-04-29 David RobillardMerged with trunk R1761
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
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-01-09 David RobillardMerged with trunk R1283.
2007-01-05 Paul Davisuse dynamic bitsets for send + port insert naming;...
2006-11-28 Paul Davissave plugin automation state
2006-11-19 David RobillardMerged with trunk R1141
2006-10-31 Paul Davismassive changes in automation state handling, not entir...
2006-10-26 Paul Davisremove StateManager code entirely and more debugging...
2006-10-25 Paul Davisfixes for endemic (compiler?) issues with virtual inher...
2006-10-21 David RobillardMerged with trunk R992.
2006-10-09 Paul Davisfix abort-capture path, including many subtle issues...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-01 David RobillardFixes for IO port adding/removing
2006-08-31 David RobillardMerged with trunk R879
2006-08-31 Taybin RutkinFixed compilation of CoreAudioSource
2006-08-31 David Robillard- Fixed port adding/removing/connecting and related...
2006-08-29 David RobillardMerged with trunk R861
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-13 David RobillardMore signal path cleanup, IO now has one deliver_output...
2006-08-12 David RobillardTowards MIDI:
2006-08-12 Hans Fugalmerge from trunk
2006-08-11 Hans Fugalmerge to trunk
2006-08-11 Hans FugalRect fix
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-10 Taybin RutkinMoved PluginInfo::Type to ARDOUR::PluginType in ardour...
2006-08-10 David RobillardMerged with trunk R776
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-03 Taybin RutkinMost PluginManager refactoring is out of the way. ...
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-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-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-04-25 Paul Davisremove unintentional addition of PortInsert::silence()
2006-04-25 Paul Davisa) fixed pseudo-grab-retention in plugin UIs
2006-02-12 Sampo SavolainenA band aid for plugin editor related crash. Something...
2006-02-10 Jesse Chappellcommitted INCOMPLETE 24bit filesource support
2006-01-24 Sampo SavolainenWhen a plugin name changes, the new name is now reflect...
2006-01-22 Sampo SavolainenAdded the property "unique-id" to PluginInserts so...
2005-10-06 Paul Davisfix compose mess, and a number of 64 bit printf specs
2005-09-24 Taybin Rutkinlibardour added.