...
For more details on creating custom modules, please refer to Developing Custom Modules: Guide and MATLAB Scripting API. To reference module pack source code, please see Examples Module Library and the local files contained in the following directory:
C:\DSP Concepts\<AudioWeaver>\AWEModules\Source\Examples.
Subsystems
A subsystem encapsulates a collection of modules and wires inside a single block without affecting the overall layout’s processing performance or resource requirements. Implementing an algorithm inside a subsystem using modules developed by DSP Concepts allows Audio Weaver users to take advantage of DSP Concepts’ processor-optimized code while maintaining visual organization of their overall layout’s distinct sections.
...