Closed umlaeute closed 8 years ago
using either [describe( or [dumpvars( gives an error on the Pd-console:
[describe(
[dumpvars(
Bad arguments for message 'describe' to object 'jsusfx~'
this is because the methods are declared to have A_CANT arguments (which marks the methods for internal-use only)
A_CANT
using either
[describe(
or[dumpvars(
gives an error on the Pd-console:this is because the methods are declared to have
A_CANT
arguments (which marks the methods for internal-use only)