Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| au_features [2019/11/03 23:41] – Added midi tag _ki | au_features [2020/02/15 05:48] (current) – Added AU multi bus audio _ki | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| < | < | ||
| - | ##AU | + | ##AU / AUv3 / Audio Unit |
| * AUv3 or Audio Unit version 3 is an iOS audio app protocol created by Apple. | * AUv3 or Audio Unit version 3 is an iOS audio app protocol created by Apple. | ||
| Line 26: | Line 26: | ||
| * AUv3 MIDI apps output MIDI which can be routed by AUv3 host app to other hosted apps, MIDI controlled hardware (e.g. a synth like a Korg Minilogue, or non-hosted apps. | * AUv3 MIDI apps output MIDI which can be routed by AUv3 host app to other hosted apps, MIDI controlled hardware (e.g. a synth like a Korg Minilogue, or non-hosted apps. | ||
| * AUv3 MIDI effect apps can receive and modify MIDI which can then be route by the AUv3 host like AUv3 MIDI apps. | * AUv3 MIDI effect apps can receive and modify MIDI which can then be route by the AUv3 host like AUv3 MIDI apps. | ||
| + | * MIDI which can be routed by AUv3 host app to other hosted apps, MIDI controlled hardware (e.g. a synth like a Korg Minilogue, or non-hosted apps. | ||
| + | #### | ||
| + | * AUv3 apps can use several stereo input and output busses (for multi-output or side-chaining) - this feature also needs to be supported by the AU host | ||
| + | * [List of AU multi-bus audio units and hosts](https:// | ||
| + | |||
| #### | #### | ||
| * There are currently no known bugs similar to IAA zombies for AUv3 apps as all instances of an AUv3 app are closed when you closed the AUv3 host app they' | * There are currently no known bugs similar to IAA zombies for AUv3 apps as all instances of an AUv3 app are closed when you closed the AUv3 host app they' | ||
| Line 36: | Line 41: | ||
| </ | </ | ||
| - | {{tag> AU AU_fx AU_host | + | {{tag> AU AU_fx AU_host AU_midi_fx AU_inst}} |