Csound Csound-dev Csound-tekno Search About

[Csnd] passing fsigs to UDOs?

Date2009-10-17 19:33
FromDave Seidel
Subject[Csnd] passing fsigs to UDOs?
Is there any plan to add support for f-variables in UDOs?  It would be 
very handy.

In the meantime, can anyone suggest a technique for using an fsig in a 
UDO, where the fsig has been created in the instrument that calls the UDO?

In my scenario, I have (so far) two UDOs I want to call from my 
instrument, each of which would do different processing on the fsig and 
return an asig.  In my first cut, I just passed an asig into the UDO and 
each one did their own pvsanal, etc., but this seems too 
resource-intensive -- my goal is to factor out the pvsanal (and 
pvspitch/pvscent) from the UDOs and do it only once.

- Dave

Date2009-10-19 18:00
Fromjoachim heintz
Subject[Csnd] Re: passing fsigs to UDOs?
Perhaps you can use pvsbuffer/pvsbufread? This is one application in  
an UDO:
http://www.csounds.com/udo/displayOpcode.php?opcode_id=90
ciao -

	joachim


Am 17.10.2009 um 20:33 schrieb Dave Seidel:

> Is there any plan to add support for f-variables in UDOs?  It would  
> be very handy.
>
> In the meantime, can anyone suggest a technique for using an fsig in  
> a UDO, where the fsig has been created in the instrument that calls  
> the UDO?
>
> In my scenario, I have (so far) two UDOs I want to call from my  
> instrument, each of which would do different processing on the fsig  
> and return an asig.  In my first cut, I just passed an asig into the  
> UDO and each one did their own pvsanal, etc., but this seems too  
> resource-intensive -- my goal is to factor out the pvsanal (and  
> pvspitch/pvscent) from the UDOs and do it only once.
>
> - Dave
>
> -- 
> http://mysterybear.net
> http://twitter.com/DaveSeidel
> http://daveseidel.tumblr.com
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-19 23:24
FromDave Seidel
Subject[Csnd] Re: Re: passing fsigs to UDOs?
That's an interesting idea, thanks!  I will play around with it.

(But I also think it would be great if UDOs would someday work with 
fsigs for i/o.)

- Dave

joachim heintz wrote:
> Perhaps you can use pvsbuffer/pvsbufread? This is one application in an 
> UDO:
> http://www.csounds.com/udo/displayOpcode.php?opcode_id=90
> ciao -
> 
>     joachim
> 
> 
> Am 17.10.2009 um 20:33 schrieb Dave Seidel:
> 
>> Is there any plan to add support for f-variables in UDOs?  It would be 
>> very handy.
>>
>> In the meantime, can anyone suggest a technique for using an fsig in a 
>> UDO, where the fsig has been created in the instrument that calls the 
>> UDO?
>>
>> In my scenario, I have (so far) two UDOs I want to call from my 
>> instrument, each of which would do different processing on the fsig 
>> and return an asig.  In my first cut, I just passed an asig into the 
>> UDO and each one did their own pvsanal, etc., but this seems too 
>> resource-intensive -- my goal is to factor out the pvsanal (and 
>> pvspitch/pvscent) from the UDOs and do it only once.
>>
>> - Dave




Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-19 23:57
Frompeiman khosravi
Subject[Csnd] Re: Re: Re: passing fsigs to UDOs?
Also take a look at Matt Ingalls UDO. Here http://www.csounds.com/udo/displayOpcode.php?opcode_id=10

Using pvsftw and pvsftr.

Best,

Peiman

2009/10/20 Dave Seidel <dave@superluminal.com>
That's an interesting idea, thanks!  I will play around with it.

(But I also think it would be great if UDOs would someday work with fsigs for i/o.)

- Dave


joachim heintz wrote:
Perhaps you can use pvsbuffer/pvsbufread? This is one application in an UDO:
http://www.csounds.com/udo/displayOpcode.php?opcode_id=90
ciao -

   joachim


Am 17.10.2009 um 20:33 schrieb Dave Seidel:

Is there any plan to add support for f-variables in UDOs?  It would be very handy.

In the meantime, can anyone suggest a technique for using an fsig in a UDO, where the fsig has been created in the instrument that calls the UDO?

In my scenario, I have (so far) two UDOs I want to call from my instrument, each of which would do different processing on the fsig and return an asig.  In my first cut, I just passed an asig into the UDO and each one did their own pvsanal, etc., but this seems too resource-intensive -- my goal is to factor out the pvsanal (and pvspitch/pvscent) from the UDOs and do it only once.

- Dave




Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-10-20 11:57
FromDave Seidel
Subject[Csnd] Re: Re: Re: Re: passing fsigs to UDOs?
Thanks, Pieman, I will study that.

- Dave

peiman khosravi wrote:
> Also take a look at Matt Ingalls UDO. Here 
> http://www.csounds.com/udo/displayOpcode.php?opcode_id=10
> 
> Using pvsftw and pvsftr.
> 
> Best,
> 
> Peiman
> 
> 2009/10/20 Dave Seidel  >
> 
>     That's an interesting idea, thanks!  I will play around with it.
> 
>     (But I also think it would be great if UDOs would someday work with
>     fsigs for i/o.)
> 
>     - Dave
> 
> 
>     joachim heintz wrote:
> 
>         Perhaps you can use pvsbuffer/pvsbufread? This is one
>         application in an UDO:
>         http://www.csounds.com/udo/displayOpcode.php?opcode_id=90
>         ciao -
> 
>            joachim
> 
> 
>         Am 17.10.2009 um 20:33 schrieb Dave Seidel:
> 
>             Is there any plan to add support for f-variables in UDOs?
>              It would be very handy.
> 
>             In the meantime, can anyone suggest a technique for using an
>             fsig in a UDO, where the fsig has been created in the
>             instrument that calls the UDO?
> 
>             In my scenario, I have (so far) two UDOs I want to call from
>             my instrument, each of which would do different processing
>             on the fsig and return an asig.  In my first cut, I just
>             passed an asig into the UDO and each one did their own
>             pvsanal, etc., but this seems too resource-intensive -- my
>             goal is to factor out the pvsanal (and pvspitch/pvscent)
>             from the UDOs and do it only once.
> 
>             - Dave




Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-20 18:58
Fromjoachim heintz
Subject[Csnd] Re: Re: Re: passing fsigs to UDOs?
+1 for having fsigs in UDOs
	j


Am 20.10.2009 um 00:24 schrieb Dave Seidel:

> That's an interesting idea, thanks!  I will play around with it.
>
> (But I also think it would be great if UDOs would someday work with  
> fsigs for i/o.)
>
> - Dave
>
> joachim heintz wrote:
>> Perhaps you can use pvsbuffer/pvsbufread? This is one application  
>> in an UDO:
>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=90
>> ciao -
>>    joachim
>> Am 17.10.2009 um 20:33 schrieb Dave Seidel:
>>> Is there any plan to add support for f-variables in UDOs?  It  
>>> would be very handy.
>>>
>>> In the meantime, can anyone suggest a technique for using an fsig  
>>> in a UDO, where the fsig has been created in the instrument that  
>>> calls the UDO?
>>>
>>> In my scenario, I have (so far) two UDOs I want to call from my  
>>> instrument, each of which would do different processing on the  
>>> fsig and return an asig.  In my first cut, I just passed an asig  
>>> into the UDO and each one did their own pvsanal, etc., but this  
>>> seems too resource-intensive -- my goal is to factor out the  
>>> pvsanal (and pvspitch/pvscent) from the UDOs and do it only once.
>>>
>>> - Dave
>
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"