| The csd for this is in CVS. Hope this helps. The -z1 option shows all the
Python opcodes loaded.
$ csound Opcodes/py/examples/pycall3.csd
Using csound.xmg
0dBFS level = 32767.0
Csound version 5.00 beta (double samples) Jul 26 2004
libsndfile-1.0.10pre6
UnifiedCSD: Opcodes/py/examples/pycall3.csd
STARTING FILE
Creating options
Creating orchestra
Creating C:/DOCUME~1/mkg/LOCALS~1/Temp\cs844.orc (77C5AD20)
Creating score
orchname: C:/DOCUME~1/mkg/LOCALS~1/Temp\cs844.orc
scorename: C:/DOCUME~1/mkg/LOCALS~1/Temp\cs845.sco
orch compiler:
56 lines read
Token length extended to 898
error: expression syntax, line 34:
}}
incorrect cond value format: {{
def f0(a, b, c, d, e, f, g, h):
pass
def f1(a, b, c, d, e, f, g, h):
return a
def f2(a, b, c, d, e, f, g, h):
return a, b
def f3(a, b, c, d, e, f, g, h):
return a, b, c
def f4(a, b, c, d, e, f, g, h):
return a, b, c, d
def f5(a, b, c, d, e, f, g, h):
return a, b, c, d, e
def f6(a, b, c, d, e, f, g, h):
return a, b, c, d, e, f
def f7(a, b, c, d, e, f, g, h):
return a, b, c, d, e, f, g
def f8(a, b, c, d, e, f, g, h):
return a, b, c, d, e, f, g, h
}}
instr 1
1 syntax errors in orchestra. compilation invalid
inactive allocs returned to freespace
end of score. overall amps: 0.0
overall samples out of range: 0
0 errors in performance
----- Original Message -----
From:
To: "Csound Developers Discussion List"
Sent: Tuesday, July 27, 2004 4:02 AM
Subject: [CSOUND-DEV:5104] Re: [Csnd] Python opcodes added to CsoundVST
> re {{ }} can we have an example in order to remove the bug? I just
> included Mauricio's code
>
> ==John ffitch
>
> |