Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] Problem with ftgen

Date2005-04-24 14:23
From"Michael Gogins"
SubjectRe: [Cs-dev] Problem with ftgen
Actually I think my orc was creating instr 0. More later, but I think this 
is OK.

----- Original Message ----- 
From: "Michael Gogins" 
To: 
Sent: Sunday, April 24, 2005 8:53 AM
Subject: Re: [Cs-dev] Problem with ftgen


> Not intentional.
>
> ----- Original Message ----- 
> From: "Istvan Varga" 
> To: 
> Sent: Sunday, April 24, 2005 6:15 AM
> Subject: Re: [Cs-dev] Problem with ftgen
>
>
>> Michael Gogins wrote:
>>
>>> I built with CVS just now and performances using ftgen (as mine all do) 
>>> tend to go into a loop and keep re-compiling the orchestra. The problem 
>>> exists both with console csound 5 and CsoundVST. Example:
>> > [...]
>>> B  0.450 ..  0.600 T  0.600 TT  0.600 M:      0.0      0.0
>>> new alloc for instr 0:
>>> WARNING: instr 0 uses 3 p-fields but is given 11
>>
>> The orchestra is not actually recompiled, but you seem to create an
>> instance of instr 0, which will re-run the orchestra header statements
>> (possibly including ftgen and soundfont loading). Is this intentional ?
>>
>>
>> -------------------------------------------------------
>> 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
> 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

Date2005-04-24 14:45
FromIstvan Varga
SubjectRe: [Cs-dev] Problem with ftgen
Attachmentsftconv.csd  
Michael Gogins wrote:

> Actually I think my orc was creating instr 0. More later, but I think 
> this is OK.

Is the problem really caused by ftgen ? The attached CSD which uses this
opcode seems to render OK.