This command must be called before any others.
The purpose is to get a valid connection to AnyWave and to retrieve all the global settings AnyWave set for the plugin.
function main(varargin)
anywave('init', varargin);
When using the anywave() function, you MUST use the varargin parameter.