Csound Csound-dev Csound-tekno Search About

[Csnd] Re: Re: batch processing / rendering CSDs using anything

Date2007-11-01 12:28
From"Michael Gogins"
Subject[Csnd] Re: Re: batch processing / rendering CSDs using anything
They are not new, and they are not unique to the Python interface. They are 
defined in csnd/CsoundFile.hpp. Also see csnd/CppSound.hpp.

Regards,
Mike

----- Original Message ----- 
From: "Rory Walsh" 
To: 
Sent: Thursday, November 01, 2007 7:14 AM
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
>>
>>
> 


Date2007-11-01 12:55
FromRory Walsh
Subject[Csnd] Re: Re: Re: batch processing / rendering CSDs using anything
Thanks Mike.

Rory.


Michael Gogins wrote:
> They are not new, and they are not unique to the Python interface. They 
> are defined in csnd/CsoundFile.hpp. Also see csnd/CppSound.hpp.
> 
> Regards,
> Mike
> 
> ----- Original Message ----- From: "Rory Walsh" 
> To: 
> Sent: Thursday, November 01, 2007 7:14 AM
> 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
>>>
>>>
>>
> 
> 
>