five args in macro cause "wrong" error
| Date | 1999-08-26 15:12 |
| From | Torsten Anders |
| Subject | five args in macro cause "wrong" error |
If one uses five args in _any_ macro definition in the *.orc file, csound
annonces a failure of the _last_ macro. Althought csound happily moves on,
programs as cecilia will stop then.
On something like:
sr = 44100
kr = 441
ksmps = 100
nchnls = 1
; only two dummys
#define FIVEARGS(A'B'C'D'E) #
#
#define DUMMY #
#
instr 1
endin
csound answers:
error: Too many arguments to macroMacro definition for DUMMY
|