summaryrefslogtreecommitdiff
path: root/libs/ardour/insert.cc
AgeCommit message (Expand)Author
2007-05-22Stop sends and inserts from re-registering their own ID when set_state() is c...Sampo Savolainen
2007-04-28fixed potential infinite loop when searching for automation events.Jesse Chappell
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-01-05use dynamic bitsets for send + port insert naming; fix up ardev, arval etc mo...Paul Davis
2006-11-28save plugin automation statePaul Davis
2006-10-31massive changes in automation state handling, not entirely complete; some bug...Paul Davis
2006-10-26remove StateManager code entirely and more debugging output cruftPaul Davis
2006-10-25fixes for endemic (compiler?) issues with virtual inheritance of sigc::tracka...Paul Davis
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-08-31Fixed compilation of CoreAudioSourceTaybin Rutkin
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-10Moved PluginInfo::Type to ARDOUR::PluginType in ardour/types.h.Taybin Rutkin
2006-08-03Most PluginManager refactoring is out of the way. Time to begin on AudioUnit...Taybin Rutkin
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-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-04-25remove unintentional addition of PortInsert::silence()Paul Davis
2006-04-25a) fixed pseudo-grab-retention in plugin UIsPaul Davis
2006-02-12A band aid for plugin editor related crash. Something needs to beSampo Savolainen
2006-02-10committed INCOMPLETE 24bit filesource supportJesse Chappell
2006-01-24When a plugin name changes, the new name is now reflected in the GUISampo Savolainen
2006-01-22Added the property "unique-id" to PluginInserts so that ladspa pluginsSampo Savolainen
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-24libardour added.Taybin Rutkin