summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_unit.cc
AgeCommit message (Expand)Author
2019-10-15Fix typos in AU channel-count calcRobin Gareus
2019-10-15API to count max multi-channel plugin outputsRobin Gareus
2019-10-02remove all use of NO_PLUGIN_STATE #ifdefPaul Davis
2019-09-11Who needs semicolons?Robin Gareus
2019-09-11AU: fix optional buffersRobin Gareus
2019-09-11AU: don't consider in-place if there are no inputsRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-05-12Make the configuration penalty subtler about inputsJulien "_FrnchFrgg_" RIVAUD
2019-05-12Remove ad-hoc handling of possible_in == 0Julien "_FrnchFrgg_" RIVAUD
2019-05-12Enable overriding the configuration penaltyJulien "_FrnchFrgg_" RIVAUD
2019-05-12Merge input-imprecise pass into the main passJulien "_FrnchFrgg_" RIVAUD
2019-05-12Introduce a macro for imprecise configurationsJulien "_FrnchFrgg_" RIVAUD
2019-05-12Merge some cases to avoid duplicated logicJulien "_FrnchFrgg_" RIVAUD
2019-05-12Replace the exact_match logic by a negative penaltyJulien "_FrnchFrgg_" RIVAUD
2019-05-12Remove never-matching assertJulien "_FrnchFrgg_" RIVAUD
2019-05-12Prefer int32_t to int for channel countsJulien "_FrnchFrgg_" RIVAUD
2019-04-13NO-OP: <tab> after <space> fixes in libsRobin Gareus
2019-03-11Remove generic parameter-printerRobin Gareus
2019-02-28Copy state when replicating an AU pluginRobin Gareus
2019-02-17Clean up Latency API (Processor vs Plugin)Robin Gareus
2018-12-03Consistent AU factory Preset IDsRobin Gareus
2018-12-02Don't invalidate AU preset on loadRobin Gareus
2018-12-02Implement AU plugin-preset removalRobin Gareus
2018-12-02Towards fixing AU preset invalidationRobin Gareus
2018-12-01AU: mark preset dirty when parameter changesRobin Gareus
2018-12-01Fix AU preset handlingRobin Gareus
2018-11-04Optimize Plugin connect & run API, use const mapsRobin Gareus
2018-04-26Fix issue with AU plugin-analysisRobin Gareus
2018-04-24Use URIs to identify plugin-presetsRobin Gareus
2018-01-30Update plugin classificationRobin Gareus
2018-01-12Refine 31f79489, de-duplicate AU I/O configurationsRobin Gareus
2018-01-11Fix AU i/o busses accounting.Robin Gareus
2017-09-19More Coreaudio SDK fixes, after 30b087ab3Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-06-21remove min/max unbound -- LADSPA special case.Robin Gareus
2017-05-25Implement basic AU parameter-printingRobin Gareus
2017-04-19Use XMLNode::get/set_property API in AudioUnit related classesTim Mayberry
2017-03-21Improve plugin Ccategory consistency somewhatRobin Gareus
2017-03-11Fix possible segfault in multi-bus AUs.Robin Gareus
2017-01-20Add a note.Robin Gareus
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2016-11-11fix compilation on osxnick_m
2016-11-11audio units uses quarter_notes_per_minute().nick_m
2016-11-10Add AU support for output-channel/bus groupingRobin Gareus
2016-08-19and another typo gone in in 9702020Robin Gareus
2016-08-19fix typo in 9702020Robin Gareus
2016-08-18Report quarter note rather than beat position to AU plugins.nick_m
2016-08-17fix ramped BPM reporting to AU and VST pluginsRobin Gareus
2016-07-16handle no audio-output AUsRobin Gareus
2016-07-16improve AU Latency PropertyChange EventsRobin Gareus