Contents

AUAudioUnitPreset

A class that describes an interface for custom parameter settings provided by the audio unit developer.

Declaration

class AUAudioUnitPreset

Overview

These presets often produce a useful sound or starting point.

For more details on working with Audio Unit presets, see Audio Units - How to correctly save and restore Audio Unit presets. Note that the version 3 fullState property is bridged to the version 2 kAudioUnitProperty_ClassInfo API. Similarly, the version 3 fullStateForDocument property is bridged to the version 2 kAudioUnitProperty_ClassInfoFromDocument API.

Topics

Preset Properties

Initializers

See Also

Audio Units