Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The API is compatible with MATLAB 64-bit version 2017b R2021b or later.  You’ll  You’ll need a standard MATLAB license and the Signal Processing Toolbox.  32-bit and 64-bit versions of MATLAB are supported.The MATLAB  The MATLAB API is included with the “Pro” versions of Audio Weaver; it is not part of the Standard version.

...

Note: This guide describes high-level usage of the Audio Weaver.  The code generator of Audio Weaver is able to take the bass tone control and generate code for a “BassTone” class that resides on the target.  This process is described in the (8.D.2.45) Custom Modules Developer's Guide.

...

Note: The function classid_lookup.m can be used to determine if a class name is already in use.  Refer to (8.D.2.45) Custom Modules Developer's Guide for more information.

...

We describe some of the fields which are commonly edited here.  Refer to (8.D.2.45) Custom Modules Developer's Guide for a complete description. 

...

...

AWE_INFO.docControl – Controls aspects of documentation generation.  Refer to (8.D.2.45) Custom Modules Developer's Guide for more details.

...

AWE_INFO.buildControl – Refer to (8.D.2.45) Custom Modules Developer's Guide.  Most of the fields are used internally by the build.m command.  Two user settable ones are:

...

'Bypassed' – the module's inputs are copied directly to its outputs.  The generic version copies the ith input pin to the ith output pin.  A module may also define a custom bypass function if the generic version is not appropriate.  Refer to (8.D.2.45) Custom Modules Developer's Guide for further details about custom bypass functions.

...

Some modules may utilize the same wire for both input and output. This "straight across" wire buffer allocation is specified within the module's constructor function.  Further details are found in (8.D.2.45) Custom Modules Developer's Guide (No modules in the limiter_example.m have straight across wiring).

...