Get information about the Modalys workspace using the standard (get-info ... ) function.
(get-info data_type )
The (get-info ... ) function requires just one arguments to get information about the workspace:
The following types of workspace-specific data can be requested using the standard (get-info ...) function:
Respectively, they let you get the sample rate, sample period, number of output channels, and the maximum sample value (absolute value) of the samples calculated so far.
Examples of using these:
(get-info 'sample-rate)
(get-info 'sample-period)
(get-info 'num-outputs)
(get-info 'max-sample)
(get-info 'time)
There are no special options for this function.
Modalys Tutorial Example [examples coming soon!]