summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_unit.cc
AgeCommit message (Expand)Author
2016-01-07discover AU presets without instantiating pluginRobin Gareus
2015-12-29keep AU cache in cache-dirRobin Gareus
2015-12-25don't assume plugin presets start their numbering at zero.Robin Gareus
2015-12-01fix AU preset listRobin Gareus
2015-10-20fix AudioUnit parameter listening to work with new ParameterChangedExternally...Paul Davis
2015-10-20rename Plugin::ParameterChanged to ParameterChangedExternally to reflect its ...Paul Davis
2015-10-18libs/* changes use new AppleUtility LibraryPaul Davis
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-02rework AudioUnit variable input port count.Robin Gareus
2015-09-01fix AU port count - NI Reaktor5Robin Gareus
2015-08-08amend 0e3991e (can_support.. AND configure..)Robin Gareus
2015-08-08AU: discard relationship with master-bus channel count.Robin Gareus
2015-08-08AU: fix debug outputRobin Gareus
2015-08-03close file before unlinkRobin Gareus
2015-07-23signed/unsigned comparisonRobin Gareus
2015-07-20copy AU parameters with pluginRobin Gareus
2015-07-17print name instead of ID for skipped AUsRobin Gareus
2015-07-16rework AU scanning/discoveryRobin Gareus
2015-04-29remove AU crashlog assert.Robin Gareus
2015-04-05AU preset debugingRobin Gareus
2015-03-01fix typo in c936c97Robin Gareus
2015-02-28AU blacklistRobin Gareus
2015-02-28AU fix potential endless loop during discoveryRobin Gareus
2015-02-28AU presets: allow to save & directly use.Robin Gareus
2015-02-28include AU control outputs (as meters on generic UI)Robin Gareus
2015-02-28automated toggles? yes we can!Robin Gareus
2015-02-28fix AU generic GUI and automation lanesRobin Gareus
2015-02-26fix generic GUI for AU.Robin Gareus
2015-02-25annotate prev commit.Robin Gareus
2015-02-25no more AU warnings…Robin Gareus
2015-02-24AU synth. prefer stereo variant if available.Robin Gareus
2015-02-22support AudioUnit Generators without global Channel InfoRobin Gareus
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-12-24Support fancy controls for some AU units.David Robillard
2014-11-30use update_steps() instead of custom functionRobin Gareus
2014-11-12add popup message and error log for AU crash reportsRobin Gareus
2014-11-12Prepare AU-discovery crashlog.Robin Gareus
2014-06-25Remove limit parameter from PBD::find_files_matching_regexTim Mayberry
2014-06-17Replace all use of PathScanner with equivalent functions from pbd/file_utils.hTim Mayberry
2014-06-15fix pathscanner / stl_vector related memory leaksRobin Gareus
2014-02-25implement plugin-scan cancel-button sensitivityRobin Gareus
2014-02-24prepare GUI notifications for plugin scanRobin Gareus
2013-08-09changes to allow window branch to build on OS XPaul Davis
2013-08-02Merge branch 'master' into windowsPaul Davis
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2013-07-31fix merge conflict from masterPaul Davis
2013-07-29Return an empty string instead of a boolMichael Fisher