[Csnd] syntax error with no offending line of code?
| Date | 2011-06-08 13:40 |
| From | Louis Cohen |
| Subject | [Csnd] syntax error with no offending line of code? |
Can anyone explain how I can find my error, given the messages below?
many thanks!
-Lou Cohen
-->CSoundLib found.
PortMIDI real time MIDI plugin for Csound
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
WARNING: could not open library '/Library/Frameworks/
CsoundLib.Framework/Resources/Opcodes/libjackTransport.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/
CsoundLib.Framework/Resources/Opcodes/librtjack.dylib' (-1)
-->WARNING: CsoundLib may not compatible with this version
-->Starting CsoundLib.
0dBFS level = 32768.0
Csound version 5.12 (float samples) Jun 4 2010
libsndfile-1.0.21
UnifiedCSD: /Volumes/A_G5Int1TB/Documents1/Lou's compositions/shape07/
shape07_03.csd
STARTING FILE
Creating orchestra
Creating score
orchname: /var/folders/r6/r6Z-7IuZHzexTY-MxH9LPU+++TI/-Tmp-//
csound-2nXlaG.orc
scorename: /var/folders/r6/r6Z-7IuZHzexTY-MxH9LPU+++TI/-Tmp-//csound-
g10CoB.sco
Loading command-line libraries:
Macro definition for omacro:MacCsound
Macro definition for omacro:MacCsound
orch compiler:
opcode subtableget k kkkk
opcode subtableput 0 kkkkk
opcode scalestep k kk
opcode rndval k kk
opcode rndtable k i
opcode findentry k kk
opcode findentryold k kk
opcode notenumbertopitch k k
opcode pitchtonotenumber k k
opcode linearinterpolate k kkkkk
opcode expinterpolate k kkkkk
opcode countupdown kk kkk
opcode rangecrawl kkkk kkkkkk
opcode oddeven k k
opcode flip01 k k
opcode random3 k 0
instr 1
instr 10
instr 19
instr 20
instr 21
instr 22
instr 23
instr 30
instr 31
instr 32
instr 45
error: perf-pass statements illegal in header blk
error: perf-pass statements illegal in header blk
error: perf-pass statements illegal in header blk
error: perf-pass statements illegal in header blk
error: perf-pass statements illegal in header blk
5 syntax errors in orchestra. compilation invalid
-->CsoundLib Terminated...
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2011-06-08 14:26 |
| From | Victor Lazzarini |
| Subject | Re: [Csnd] syntax error with no offending line of code? |
You seem have k-rate opcodes in your header block.
Victor
On 8 Jun 2011, at 13:40, Louis Cohen wrote:
>
> Can anyone explain how I can find my error, given the messages below?
>
> many thanks!
>
> -Lou Cohen
>
>
> -->CSoundLib found.
> PortMIDI real time MIDI plugin for Csound
> PortAudio real-time audio module for Csound
> virtual_keyboard real time MIDI plugin for Csound
> WARNING: could not open library '/Library/Frameworks/
> CsoundLib.Framework/Resources/Opcodes/libjackTransport.dylib' (-1)
> WARNING: could not open library '/Library/Frameworks/
> CsoundLib.Framework/Resources/Opcodes/librtjack.dylib' (-1)
> -->WARNING: CsoundLib may not compatible with this version
> -->Starting CsoundLib.
> 0dBFS level = 32768.0
> Csound version 5.12 (float samples) Jun 4 2010
> libsndfile-1.0.21
> UnifiedCSD: /Volumes/A_G5Int1TB/Documents1/Lou's compositions/
> shape07/shape07_03.csd
> STARTING FILE
> Creating orchestra
> Creating score
> orchname: /var/folders/r6/r6Z-7IuZHzexTY-MxH9LPU+++TI/-Tmp-//
> csound-2nXlaG.orc
> scorename: /var/folders/r6/r6Z-7IuZHzexTY-MxH9LPU+++TI/-Tmp-//csound-
> g10CoB.sco
> Loading command-line libraries:
> Macro definition for omacro:MacCsound
> Macro definition for omacro:MacCsound
> orch compiler:
> opcode subtableget k kkkk
> opcode subtableput 0 kkkkk
> opcode scalestep k kk
> opcode rndval k kk
> opcode rndtable k i
> opcode findentry k kk
> opcode findentryold k kk
> opcode notenumbertopitch k k
> opcode pitchtonotenumber k k
> opcode linearinterpolate k kkkkk
> opcode expinterpolate k kkkkk
> opcode countupdown kk kkk
> opcode rangecrawl kkkk kkkkkk
> opcode oddeven k k
> opcode flip01 k k
> opcode random3 k 0
> instr 1
> instr 10
> instr 19
> instr 20
> instr 21
> instr 22
> instr 23
> instr 30
> instr 31
> instr 32
> instr 45
> error: perf-pass statements illegal in header blk
> error: perf-pass statements illegal in header blk
> error: perf-pass statements illegal in header blk
> error: perf-pass statements illegal in header blk
> error: perf-pass statements illegal in header blk
> 5 syntax errors in orchestra. compilation invalid
> -->CsoundLib Terminated...
>
>
>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> "unsubscribe csound"
>
Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2011-06-08 14:43 |
| From | Louis Cohen |
| Subject | Re: [Csnd] syntax error with no offending line of code? |
Victor, thank you! that's the problem.
best,
Lou
On Jun 8, 2011, at 9:26 AM, Victor Lazzarini wrote:
> You seem have k-rate opcodes in your header block.
>
> Victor
>
> On 8 Jun 2011, at 13:40, Louis Cohen wrote:
>
>>
>> Can anyone explain how I can find my error, given the messages below?
>>
>> many thanks!
>>
>> -Lou Cohen
>>
>>
>> -->CSoundLib found.
>> PortMIDI real time MIDI plugin for Csound
>> PortAudio real-time audio module for Csound
>> virtual_keyboard real time MIDI plugin for Csound
>> WARNING: could not open library '/Library/Frameworks/
>> CsoundLib.Framework/Resources/Opcodes/libjackTransport.dylib' (-1)
>> WARNING: could not open library '/Library/Frameworks/
>> CsoundLib.Framework/Resources/Opcodes/librtjack.dylib' (-1)
>> -->WARNING: CsoundLib may not compatible with this version
>> -->Starting CsoundLib.
>> 0dBFS level = 32768.0
>> Csound version 5.12 (float samples) Jun 4 2010
>> libsndfile-1.0.21
>> UnifiedCSD: /Volumes/A_G5Int1TB/Documents1/Lou's compositions/
>> shape07/shape07_03.csd
>> STARTING FILE
>> Creating orchestra
>> Creating score
>> orchname: /var/folders/r6/r6Z-7IuZHzexTY-MxH9LPU+++TI/-Tmp-//
>> csound-2nXlaG.orc
>> scorename: /var/folders/r6/r6Z-7IuZHzexTY-MxH9LPU+++TI/-Tmp-//
>> csound-g10CoB.sco
>> Loading command-line libraries:
>> Macro definition for omacro:MacCsound
>> Macro definition for omacro:MacCsound
>> orch compiler:
>> opcode subtableget k kkkk
>> opcode subtableput 0 kkkkk
>> opcode scalestep k kk
>> opcode rndval k kk
>> opcode rndtable k i
>> opcode findentry k kk
>> opcode findentryold k kk
>> opcode notenumbertopitch k k
>> opcode pitchtonotenumber k k
>> opcode linearinterpolate k kkkkk
>> opcode expinterpolate k kkkkk
>> opcode countupdown kk kkk
>> opcode rangecrawl kkkk kkkkkk
>> opcode oddeven k k
>> opcode flip01 k k
>> opcode random3 k 0
>> instr 1
>> instr 10
>> instr 19
>> instr 20
>> instr 21
>> instr 22
>> instr 23
>> instr 30
>> instr 31
>> instr 32
>> instr 45
>> error: perf-pass statements illegal in header blk
>> error: perf-pass statements illegal in header blk
>> error: perf-pass statements illegal in header blk
>> error: perf-pass statements illegal in header blk
>> error: perf-pass statements illegal in header blk
>> 5 syntax errors in orchestra. compilation invalid
>> -->CsoundLib Terminated...
>>
>>
>>
>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe csound"
>>
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> "unsubscribe csound"
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|