summaryrefslogtreecommitdiff
path: root/libs/ardour/insert.cc
AgeCommit message (Expand)Author
2010-04-22finally change the misnamed ::reposition_for_rt_add(); never save automation_...Paul Davis
2010-04-22more realtime automation fixes: only do realtime automation while rolling, a...Ben Loftis
2010-04-20append Auto_ to auto modes so they are more easily searchableBen Loftis
2010-02-15make it easier to measure insert latency. do our best to save and recall itBen Loftis
2010-02-12fixes for OS X compile of last commitPaul Davis
2010-02-12provide Redirect::requires_fixed_sized_buffers() as a way to handle UAD plugi...Paul Davis
2010-02-04add new Redirect::flush() model to accomodate plugin models where flush != de...Paul Davis
2009-10-30part two of: don't reset panner or plugin parameter values when switching aut...Paul Davis
2009-10-28Make sure PluginInfo.type is always set plus replace a mindless class cast kl...Sampo Savolainen
2009-10-05provide jdelay-based hardware/port insert latency measurementPaul Davis
2009-08-21enable very basic plugin boolean automation via Write and Read. no Touch. g...Ben Loftis
2009-04-14EXPERIMENTAL! NEEDS TESTING! remove "offset" from almost everything in the pr...Paul Davis
2009-03-25do not pass a non-zero offset to plugins AFTER the first call to connect_and_...Paul Davis
2009-03-24VST omnibus commit edition: use wine_pthread_create() everywhere instead of p...Paul Davis
2008-11-13Save symbols along with indices for LV2 ports (as required by LV2r3).David Robillard
2008-09-19Fix a bunch of stupid warnings.David Robillard
2008-08-14Fix glitches in automation events due to the other glitch fix made a few week...Sampo Savolainen
2008-08-09Embedded LV2 GTK GUI support.David Robillard
2008-06-17fix deep design problem with redirect parameter automation being handled as a...Paul Davis
2008-05-15lots and lots of work to correctly deduce AU IO configurations and related is...Paul Davis
2008-04-01clean up port insert port count/config mess, maybePaul Davis
2008-02-23fix up use of plugin input counts when running; SAE menu tweaks; fix up manag...Paul Davis
2008-02-15fix use of basename; AU automation now working; add gtk event reporter back i...Paul Davis
2008-02-13allow ardour to use the (hard) maximum number of open files (this one's for y...Paul Davis
2008-01-18audun's waveview outline patch; some diskstream fixes; real splash screen; mo...Paul Davis
2008-01-15LV2 support.David Robillard
2007-12-10AU support, plus changes in Plugin to make unique_id a stringPaul Davis
2007-09-26retain controllable info for pluginsPaul Davis
2007-08-13engine dialog work, new -m option for menu file selection, new obolean automa...Paul Davis
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