...
Most modules supplied with Audio Weaver take advantage of this overflow behavior to smoothly transition from internal to external memory once the heaps have filled up.
Module Function Details
Anchor | ||||
---|---|---|---|---|
|
Each audio module has a set of 5 functions associated with it. This section describes the arguments to each of the functions.
...
Info |
---|
There is no need to manually call the Set function within the Constructor. The framework takes care of this. |
Processing Function
Anchor | ||||
---|---|---|---|---|
|
The processing function has the signature
...
When called, the function should update instance variables and can use the mask argument to determine which variables should be updated.
BypassFunction
Anchor | ||||
---|---|---|---|---|
|
This function implements a module's bypass functionality. The function signature is identical to the processing function
...