fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / audio_unit.cc
2016-07-16 Robin Gareushandle no audio-output AUs
2016-07-16 Robin Gareusimprove AU Latency PropertyChange Events
2016-07-16 Robin GareusAU: install latency listener
2016-07-16 Robin GareusAU: remove cruft, fix parameter initialization
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-08 Robin Gareusuntested hack for AU multi-bus outputs which are not...
2016-07-07 Robin Gareusfix AU bus sidechaining
2016-07-04 Robin Gareusfix AU sidechain busses
2016-07-04 Robin Gareusexperimental support for AU sidechain busses
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-05-27 Robin GareusAU tempo API updates
2016-05-27 nick_mTempo ramps - fix OSX compilation.
2016-05-27 nick_mTempo ramps - define_one_bar() delivers constant tempo.
2016-05-27 nick_mTempo ramps - port audio unit and midi clock slave.
2016-05-26 Robin Gareusfix maths thinko
2016-05-26 Robin Gareusfix Audio Unit BBT
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-05-03 Robin Gareushandle single-bus, non-variable i/o Audio Units w/multi...
2016-04-22 Robin Gareusfix single-bus AU rendering & related updates
2016-04-22 Robin Gareusinvalidate AU cache on re-scan
2016-04-22 Robin Gareususe coreaudio wrapper
2016-04-22 Robin GareusSingle instance AUs only, use variable i/o
2016-04-22 Robin GareusAU multibus support
2016-04-15 Robin Gareusfix duplicate definition (typo in 5242aeb8)
2016-04-15 Robin Gareusvariable plugin port config.
2016-04-15 Robin GareusAU synth inplace processing
2016-04-15 Robin Gareusfind a good match for variable i/o plugins
2016-04-13 Robin Gareusfix typo
2016-04-13 Robin Gareusfix configurable IO MIDI FX w/strict-i/o
2016-04-02 Robin Gareusadd some AU debug message
2016-04-02 Robin GareusNO-OP whitespace
2016-03-30 Robin Gareusfix prev commit.
2016-03-30 Robin Gareusadd i/o map support for Audio Unit
2016-03-30 Robin Gareusfix copy/paste typo
2016-03-30 Robin GareusDelegated plugin configuration is now always successful...
2016-03-29 Robin Gareusfix AU configure_io return value (bool not int)
2016-01-27 Robin GareusFix AU port-name encoding.
2016-01-09 Paul Davisfix const-ness issue.
2016-01-09 Robin GareusAPI evolution
2016-01-08 Robin Gareusexclude AU factory presets from favorite list
2016-01-07 Robin Gareusdiscover AU presets without instantiating plugin
2015-12-29 Robin Gareuskeep AU cache in cache-dir
2015-12-25 Robin Gareusdon't assume plugin presets start their numbering at...
2015-12-01 Robin Gareusfix AU preset list
2015-10-20 Paul Davisfix AudioUnit parameter listening to work with new...
2015-10-20 Paul Davisrename Plugin::ParameterChanged to ParameterChangedExte...
2015-10-18 Paul Davislibs/* changes use new AppleUtility Library
2015-10-05 Robin Gareususe quotes for in-tree pbd/glib wrapper include
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-17 Robin Gareususe pbd's gstdio compatibility wrapper
2015-09-02 Robin Gareusrework AudioUnit variable input port count.
2015-09-01 Robin Gareusfix AU port count - NI Reaktor5
2015-08-08 Robin Gareusamend 0e3991e (can_support.. AND configure..)
2015-08-07 Robin GareusAU: discard relationship with master-bus channel count.
2015-08-07 Robin GareusAU: fix debug output
2015-08-03 Robin Gareusclose file before unlink
2015-07-23 Robin Gareussigned/unsigned comparison
2015-07-20 Robin Gareuscopy AU parameters with plugin
2015-07-17 Robin Gareusprint name instead of ID for skipped AUs
2015-07-16 Ben Loftismerge fix
2015-07-16 Robin Gareusrework AU scanning/discovery
2015-04-29 Robin Gareusremove AU crashlog assert.
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-10 Colin FletcherMerge branch 'uk-english'
2015-04-05 Robin GareusAU preset debuging
2015-03-01 Robin Gareusfix typo in c936c97
2015-02-28 Robin GareusAU blacklist
2015-02-28 Robin GareusAU fix potential endless loop during discovery
2015-02-28 Robin GareusAU presets: allow to save & directly use.
2015-02-28 Robin Gareusinclude AU control outputs (as meters on generic UI)
2015-02-28 Robin Gareusautomated toggles? yes we can!
2015-02-28 Robin Gareusfix AU generic GUI and automation lanes
2015-02-26 Robin Gareusfix generic GUI for AU.
2015-02-24 Robin Gareusannotate prev commit.
2015-02-24 Robin Gareusno more AU warnings…
2015-02-24 Robin GareusAU synth. prefer stereo variant if available.
2015-02-22 Robin Gareussupport AudioUnit Generators without global Channel...
2015-01-19 Ben Loftisuse C locale, because POSIX locale is not supported...
2014-12-24 David RobillardSupport fancy controls for some AU units.
2014-11-30 Robin Gareususe update_steps() instead of custom function
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-12 Robin Gareusadd popup message and error log for AU crash reports
2014-11-12 Robin GareusPrepare AU-discovery crashlog.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-25 Tim MayberryRemove limit parameter from PBD::find_files_matching_regex
2014-06-17 Paul DavisMerge branch 'pathscanner-refactor' of https://github...
2014-06-17 Tim MayberryReplace all use of PathScanner with equivalent function...
2014-06-15 Robin Gareusfix pathscanner / stl_vector related memory leaks
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-25 Robin Gareusimplement plugin-scan cancel-button sensitivity
2014-02-24 Robin Gareusprepare GUI notifications for plugin scan
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
next