[Csnd-dev] a little better
John ffitch <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <[email protected]> |
error: error: boolean expression '&&' with arg types cB not found, line 266
from file tt.csd (1)
error: Unable to verify arg types for boolean expression '=='
Line 266
from file tt.csd (1)
Parsing failed due to syntax errors
Stopping on parser failure
cannot compile orchestra
end of score. overall amps: 0.0
overall samples out of range: 0
1 errors in performance
lines near 266 are
if gksstate[ki]=1 && gkstate[ki] = 2 then
event "i", 31+ki, 0, -1, 48+ki
gksstate[ki] = 2
endif
Used to work last week
==John ffitch