Here is more info that I left out. I am running debian unstable on an x86 cpu. I have not tested it on the ppc yet. I have : python 2.3.5-1 Let me know what other info you may need or how I can help. Maybe there is a problem with the function csound.exportForPerformance(). I also noticed that it would only create the test.orc file. and not the test.sco file. Then I changed the csound options flags '-RWdo' and began getting different results. One time it produced a test.sco but it was the orchestra code. Thanks, Jeremiah On Fri, Mar 18, 2005 at 12:45:38AM -0600, Jeremiah Benham wrote: > I don't know if this is a bug in python or CsoundVST. > > I typed in the follwing code into a python interpreter: > > import CsoundVST > csound.setCommand('csound -RWdo ./Trapped.py.wav test.orc test.sco') > > csound.setOrchestra(''' > > sr = 44100 > ksmps = 4410 > kr = 10 > nchnls = 1 > > instr 1 > a1 oscil 10000,440,1 > out a1 > endin > ''') > > csound.setScore(''' > > f1 0 8192 10 1 > > i1 0.0 5 > > ''') > > csound.exportForPerformance() > csound.perform() > > This segfaults when I get to: > > csound.exportForPerformance() > > Thanks, > Jeremiah > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net