Name
OpenAudio -- open audio device (V6.0)
Synopsis
APTR handle = OpenAudio(ULONG flags, struct hwTagList *tags);
Function
This function must open your plugin's audio device and return a handle to it. The flags and tags parameters are currently unused and reserved for future use.

Inputs
flags
reserved for future use (currently 0)
tags
reserved for future use (currently NULL)
Results
handle
handle to audio device or NULL on error

Show TOC