Csound Csound-dev Csound-tekno Search About

[Csnd] Interpolating between waveforms...

Date2009-05-06 15:23
Fromapalomba
Subject[Csnd] Interpolating between waveforms...
I would like to create two tables, each with different waveforms. Is there
a way in csound that I can interpolate between the two of them?
-- 
View this message in context: http://www.nabble.com/Interpolating-between-waveforms...-tp23407590p23407590.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2009-05-06 15:42
Fromfrancibal
Subject[Csnd] Re: Interpolating between waveforms...
You can try ftmorf opcode, that is a way to morph tables.
See manual opcode page and example.

Just a little help from another beginner. Maybe there will be others 
and better advices from experts users.

ciao,

franci


apalomba wrote:
> 
> I would like to create two tables, each with different waveforms. Is there
> a way in csound that I can interpolate between the two of them?
> 

-- 
View this message in context: http://www.nabble.com/Interpolating-between-waveforms...-tp23407590p23407608.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2009-05-06 16:36
FromAndres Cabrera
Subject[Csnd] Re: Re: Interpolating between waveforms...
Hi,

The vectorial opcodes can also do this and give you more control:
http://www.csounds.com/manual/html/vectorial.html
http://www.csounds.com/manual/html/vectorialscalar.html
http://www.csounds.com/manual/html/vectorialvectorial.html

Cheers,
Andrés

On Wed, May 6, 2009 at 9:42 AM, francibal  wrote:
>
> You can try ftmorf opcode, that is a way to morph tables.
> See manual opcode page and example.
>
> Just a little help from another beginner. Maybe there will be others
> and better advices from experts users.
>
> ciao,
>
> franci
>
>
> apalomba wrote:
>>
>> I would like to create two tables, each with different waveforms. Is there
>> a way in csound that I can interpolate between the two of them?
>>
>
> --
> View this message in context: http://www.nabble.com/Interpolating-between-waveforms...-tp23407590p23407608.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>



-- 


Andrés


Date2009-05-07 06:23
FromAdam
Subject[Csnd] Re: Interpolating between waveforms...
AttachmentsNone  

Date2009-05-07 17:46
FromAnthony Kozar
Subject[Csnd] Re: Interpolating between waveforms...
The tabmorph family of opcodes is relatively new and allows you to easily
calculate the weighted average of tables without having to write an entire
table every k-cycle like ftmorf and the vectorial opcodes do.

http://csounds.com/manual/html/tabmorph.html

Anthony Kozar
mailing-lists-1001 AT anthonykozar DOT net
http://anthonykozar.net/

Adam wrote on 5/7/09 1:23 AM:

> On Thursday 07 May 2009 02:23 am, apalomba wrote:
>> I would like to create two tables, each with different waveforms. Is there
>> a way in csound that I can interpolate between the two of them?
> 
> ftmorf  perhaps. 
> 
> http://www.csounds.com/manual/html/ftmorf.html


Date2009-05-08 15:01
Frommenno
Subject[Csnd] Re: Interpolating between waveforms...
it would be nice to see an working example of how to use tabmorph in the
Csound Manual.
There are still some opcodes that i do not know how to use them or
understand the use of them, because working csd's are missing in the manual.
Can somebody provide me with such a csd (and why not - put it in the
manual)?

thanks,
Menno

 

Anthony Kozar-2 wrote:
> 
> The tabmorph family of opcodes is relatively new and allows you to easily
> calculate the weighted average of tables without having to write an entire
> table every k-cycle like ftmorf and the vectorial opcodes do.
> 
> http://csounds.com/manual/html/tabmorph.html
> 
> Anthony Kozar
> mailing-lists-1001 AT anthonykozar DOT net
> http://anthonykozar.net/
> 
> Adam wrote on 5/7/09 1:23 AM:
> 
>> On Thursday 07 May 2009 02:23 am, apalomba wrote:
>>> I would like to create two tables, each with different waveforms. Is
>>> there
>>> a way in csound that I can interpolate between the two of them?
>> 
>> ftmorf  perhaps. 
>> 
>> http://www.csounds.com/manual/html/ftmorf.html
> 
> 
> 
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
> 
> 

-- 
View this message in context: http://www.nabble.com/Interpolating-between-waveforms...-tp23407590p23446546.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2009-05-09 02:11
From"Dr. Richard Boulanger"
Subject[Csnd] Re: Re: Interpolating between waveforms...
I agree.  We need simple and advanced/magical instruments for each  
opcode in the reference manual!
There is a lot of great stuff there, but it would be cool and  
informative and inspiring to have more!

-Dr. B.

Dr. Richard Boulanger  -  rboulanger@berklee.edu



On May 8, 2009, at 10:01 AM, menno wrote:

>
> it would be nice to see an working example of how to use tabmorph in  
> the
> Csound Manual.
> There are still some opcodes that i do not know how to use them or
> understand the use of them, because working csd's are missing in the  
> manual.
> Can somebody provide me with such a csd (and why not - put it in the
> manual)?
>
> thanks,
> Menno
>
>
>
> Anthony Kozar-2 wrote:
>>
>> The tabmorph family of opcodes is relatively new and allows you to  
>> easily
>> calculate the weighted average of tables without having to write an  
>> entire
>> table every k-cycle like ftmorf and the vectorial opcodes do.
>>
>> http://csounds.com/manual/html/tabmorph.html
>>
>> Anthony Kozar
>> mailing-lists-1001 AT anthonykozar DOT net
>> http://anthonykozar.net/
>>
>> Adam wrote on 5/7/09 1:23 AM:
>>
>>> On Thursday 07 May 2009 02:23 am, apalomba wrote:
>>>> I would like to create two tables, each with different waveforms.  
>>>> Is
>>>> there
>>>> a way in csound that I can interpolate between the two of them?
>>>
>>> ftmorf  perhaps.
>>>
>>> http://www.csounds.com/manual/html/ftmorf.html
>>
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe
>> csound"
>>
>>
>
> -- 
> View this message in context: http://www.nabble.com/Interpolating-between-waveforms...-tp23407590p23446546.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"


Date2009-05-10 14:27
Frommenno
Subject[Csnd] Re: Re: Interpolating between waveforms...
i hope i'm not being to pushy, but maybe there can be made a new corner on
csounds.com where we could drop the names of opcodes that needs to get an
example in the manual. I am a user - not a programmer -and encounter opcodes
with no working examples or not working examples. The only thing i can do is
report bugs and so on. Maybe other people can start gradually to make
examples or improve the examples that do not work that well.
Or i could put the list in my personal blog and wait for somebody (the
creator of the opcodes?) to come to the rescue?

feedback is appriciated.
Menno



csounder wrote:
> 
> I agree.  We need simple and advanced/magical instruments for each  
> opcode in the reference manual!
> There is a lot of great stuff there, but it would be cool and  
> informative and inspiring to have more!
> 
> -Dr. B.
> 
> Dr. Richard Boulanger  -  rboulanger@berklee.edu
> 
> 
> 
> On May 8, 2009, at 10:01 AM, menno wrote:
> 
>>
>> it would be nice to see an working example of how to use tabmorph in  
>> the
>> Csound Manual.
>> There are still some opcodes that i do not know how to use them or
>> understand the use of them, because working csd's are missing in the  
>> manual.
>> Can somebody provide me with such a csd (and why not - put it in the
>> manual)?
>>
>> thanks,
>> Menno
>>
>>
>>
>> Anthony Kozar-2 wrote:
>>>
>>> The tabmorph family of opcodes is relatively new and allows you to  
>>> easily
>>> calculate the weighted average of tables without having to write an  
>>> entire
>>> table every k-cycle like ftmorf and the vectorial opcodes do.
>>>
>>> http://csounds.com/manual/html/tabmorph.html
>>>
>>> Anthony Kozar
>>> mailing-lists-1001 AT anthonykozar DOT net
>>> http://anthonykozar.net/
>>>
>>> Adam wrote on 5/7/09 1:23 AM:
>>>
>>>> On Thursday 07 May 2009 02:23 am, apalomba wrote:
>>>>> I would like to create two tables, each with different waveforms.  
>>>>> Is
>>>>> there
>>>>> a way in csound that I can interpolate between the two of them?
>>>>
>>>> ftmorf  perhaps.
>>>>
>>>> http://www.csounds.com/manual/html/ftmorf.html
>>>
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>>> "unsubscribe
>>> csound"
>>>
>>>
>>
>> -- 
>> View this message in context:
>> http://www.nabble.com/Interpolating-between-waveforms...-tp23407590p23446546.html
>> Sent from the Csound - General mailing list archive at Nabble.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"
> 
> 

-- 
View this message in context: http://www.nabble.com/Interpolating-between-waveforms...-tp23407590p23470115.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2009-05-10 15:34
From"Dr. Richard Boulanger"
Subject[Csnd] Re: Interpolating between waveforms...
Great suggestion - and not pushy at all.  I will see if we can set  
something up!

Cesare?  What do you think?

-dB

Dr. Richard Boulanger  -  rboulanger@berklee.edu



On May 10, 2009, at 9:27 AM, menno wrote:

>
> i hope i'm not being to pushy, but maybe there can be made a new  
> corner on
> csounds.com where we could drop the names of opcodes that needs to  
> get an
> example in the manual. I am a user - not a programmer -and encounter  
> opcodes
> with no working examples or not working examples. The only thing i  
> can do is
> report bugs and so on. Maybe other people can start gradually to make
> examples or improve the examples that do not work that well.
> Or i could put the list in my personal blog and wait for somebody (the
> creator of the opcodes?) to come to the rescue?
>
> feedback is appriciated.
> Menno
>
>
>
> csounder wrote:
>>
>> I agree.  We need simple and advanced/magical instruments for each
>> opcode in the reference manual!
>> There is a lot of great stuff there, but it would be cool and
>> informative and inspiring to have more!
>>
>> -Dr. B.
>>
>> Dr. Richard Boulanger  -  rboulanger@berklee.edu
>>
>>
>>
>> On May 8, 2009, at 10:01 AM, menno wrote:
>>
>>>
>>> it would be nice to see an working example of how to use tabmorph in
>>> the
>>> Csound Manual.
>>> There are still some opcodes that i do not know how to use them or
>>> understand the use of them, because working csd's are missing in the
>>> manual.
>>> Can somebody provide me with such a csd (and why not - put it in the
>>> manual)?
>>>
>>> thanks,
>>> Menno
>>>
>>>
>>>
>>> Anthony Kozar-2 wrote:
>>>>
>>>> The tabmorph family of opcodes is relatively new and allows you to
>>>> easily
>>>> calculate the weighted average of tables without having to write an
>>>> entire
>>>> table every k-cycle like ftmorf and the vectorial opcodes do.
>>>>
>>>> http://csounds.com/manual/html/tabmorph.html
>>>>
>>>> Anthony Kozar
>>>> mailing-lists-1001 AT anthonykozar DOT net
>>>> http://anthonykozar.net/
>>>>
>>>> Adam wrote on 5/7/09 1:23 AM:
>>>>
>>>>> On Thursday 07 May 2009 02:23 am, apalomba wrote:
>>>>>> I would like to create two tables, each with different waveforms.
>>>>>> Is
>>>>>> there
>>>>>> a way in csound that I can interpolate between the two of them?
>>>>>
>>>>> ftmorf  perhaps.
>>>>>
>>>>> http://www.csounds.com/manual/html/ftmorf.html
>>>>
>>>>
>>>>
>>>> Send bugs reports to this list.
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>> "unsubscribe
>>>> csound"
>>>>
>>>>
>>>
>>> -- 
>>> View this message in context:
>>> http://www.nabble.com/Interpolating-between-waveforms...-tp23407590p23446546.html
>>> Sent from the Csound - General mailing list archive at Nabble.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"
>>
>>
>
> -- 
> View this message in context: http://www.nabble.com/Interpolating-between-waveforms...-tp23407590p23470115.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"