[CM] variable arguments to definstrument?

Bill Schottstaedt bil at ccrma.Stanford.EDU
Wed, 13 Feb 2008 14:39:30 -0800


> Is it possible to have variable argument count with definstrument

yes, an example is v.scm.  definstrument expands into define* plus
other stuff, so all the "lambda*" argument handling should work.  If you
want def-optkey-fun, there's def-optkey-instrument.