Skip to main content

Developing an audio app

tip

Consider reading the app guide before this section.

Audio apps must be module-based. Audio apps may have additional properties in their manifest:

PropertyTypeDescription
hasAudioInputbooleanREQUIRED FOR ALL AUDIO EFFECT APPS - registers app as an audio effect app
hideBypassButtonbooleanWhether to hide the bypass button on the top left corner of the window
hideAudioIOButtonbooleanWhether to hide the Audio IO settings button in the top right of the window

Audio apps will also return a new property within the app parameter, audioPipe.

Notes

This is all that exists for audio apps in this documentation. I understand none of the code used by effects, etc.