Clamps Dictionary
digest-form-to-preset
Macro
(digest-form-to-preset preset-no form)
A call to this macro will trigger compiling the dtime-fn
and params-fn~q
definitions of /form/ and store the compiled functions and /form/ into
the ~*poolplayer-presets*
variable with index preset-no.
Arguments
preset-no |
Number in the range [0.99] denoting the index of the preset to compile into. |
form |
Preset form to digest. |