Csound Csound-dev Csound-tekno Search About

Re: batch processing / rendering CSDs using anything

Date2007-10-29 23:51
From"Michael Gogins"
SubjectRe: batch processing / rendering CSDs using anything
AttachmentsTrappedCsd.py  
This works. Note the command line. The exportForPerformance function needs 
to be able to parse the orc and sco filenames out of the command line -- it 
breaks up the CSD file into an orc file and a sco file before performance.

Regards,
Mike

----- Original Message ----- 
From: "Michael Gogins" 
To: 
Sent: Sunday, October 28, 2007 9:11 PM
Subject: Re: [Csnd] batch processing / rendering CSDs using anything


>I will redo trapped.py to use a unified CSD (or create another example), 
>and post it here.
>
> Regards,
> Mike
>
> -----Original Message-----
>>From: Tim Mortimer 
>>Sent: Oct 28, 2007 7:41 PM
>>To: csound@lists.bath.ac.uk
>>Subject: Re: [Csnd] batch processing / rendering CSDs using anything
>>
>>
>>Yes thanks Michael,
>>
>>Just glanced at Trapped but as i explained in my previous post, trapped.py
>>also uses separate csound.setOrchestra() & csound.setScore() statements &
>>not a unified CSD.
>>
>>i have run several python scripts sucessfully using this orc/sco model, 
>>but
>>am yet to run one with a CSD nested within it.
>>
>>so the query i'm afraid still stands
>>
>>thanks
>>
>>Tim
>>-- 
>>View this message in context: 
>>http://www.nabble.com/batch-processing---rendering-CSDs-using-Python-tf4675931.html#a13459485
>>Sent from the Csound - General mailing list archive at Nabble.com.
>>
>>-- 
>>Send bugs reports to this list.
>>To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
>
>
>
> -- 
> Send bugs reports to this list.
> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk 

Date2007-11-01 11:14
FromRory Walsh
Subject[Csnd] Re: batch processing / rendering CSDs using anything
I looked through csound.hpp and csound.h for the setCSD() and 
exportForPerformance() methods but couldn't find them. Are they new or 
just unique to the python interface?

Michael Gogins wrote:
> This works. Note the command line. The exportForPerformance function 
> needs to be able to parse the orc and sco filenames out of the command 
> line -- it breaks up the CSD file into an orc file and a sco file before 
> performance.
> 
> Regards,
> Mike
> 
>
>