variable
var audio
Returns the audio signal (between -127 and 128).
Remarque:
It must have been audio ini(n). The returned vector is of dimension 2^n.
var audio(id)
Returns the samples of object audio id
Options:
var(t,dt): for samples from time t to t+dt (in seconds).
var local
var local("f")obj(id)
Returns the list of the names static variables of the
local function f() of the object id.
var("x")local("f")obj(id)
Returns the evaluation of variable xof the local fonction f()
of object id.
See also: