Csound Csound-dev Csound-tekno Search About

Convolution

Date2017-07-27 22:50
FromCelso Machado
SubjectConvolution
Hi guys, 

i don’t take part on the discussions here but I read often the emails and feel always very inspired with everything you guys do.

At the moment I want to try somethings with convolution and wondered what opcode you guys are using. I used pconvolve for some live convolution which i found good, but i didn’t try any other opcode. In this case now I don’t plan to use for live but for experimenting with samples. What do you guys use?

Looking forward for some ideas ;)

God bless
Celso
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-07-28 09:15
Fromjoachim heintz
SubjectRe: Convolution
hi celso -

ftconv is very useful:
http://csound.github.io/docs/manual/ftconv.html

i once wrote a small example for csoundqt.  you can find it in
Examples > Miscellaneous > Universal Convolution

oeyvind has recently written (together with sigurd) a new opcode for 
live convolution:
http://csound.github.io/docs/manual/liveconv.html

and as i am now on the manual site for liveconv, i see that there is 
also tvconv:
http://csound.github.io/docs/manual/tvconv.html

this looks very intersting, but i never used it.  maybe you can try and 
we contribute an example for csoundqt ...

viel spaß -

	joachim



On 27/07/17 23:50, Celso Machado wrote:
> Hi guys,
>
> i don’t take part on the discussions here but I read often the emails and feel always very inspired with everything you guys do.
>
> At the moment I want to try somethings with convolution and wondered what opcode you guys are using. I used pconvolve for some live convolution which i found good, but i didn’t try any other opcode. In this case now I don’t plan to use for live but for experimenting with samples. What do you guys use?
>
> Looking forward for some ideas ;)
>
> God bless
> Celso
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-07-28 09:47
FromVictor Lazzarini
SubjectRe: Convolution
yes, that’s right. Just also note that a bug crept into the Windows version of tvconv (6.09.1), but other
platforms are OK.
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 28 Jul 2017, at 09:15, joachim heintz  wrote:
> 
> hi celso -
> 
> ftconv is very useful:
> http://csound.github.io/docs/manual/ftconv.html
> 
> i once wrote a small example for csoundqt.  you can find it in
> Examples > Miscellaneous > Universal Convolution
> 
> oeyvind has recently written (together with sigurd) a new opcode for live convolution:
> http://csound.github.io/docs/manual/liveconv.html
> 
> and as i am now on the manual site for liveconv, i see that there is also tvconv:
> http://csound.github.io/docs/manual/tvconv.html
> 
> this looks very intersting, but i never used it.  maybe you can try and we contribute an example for csoundqt ...
> 
> viel spaß -
> 
> 	joachim
> 
> 
> 
> On 27/07/17 23:50, Celso Machado wrote:
>> Hi guys,
>> 
>> i don’t take part on the discussions here but I read often the emails and feel always very inspired with everything you guys do.
>> 
>> At the moment I want to try somethings with convolution and wondered what opcode you guys are using. I used pconvolve for some live convolution which i found good, but i didn’t try any other opcode. In this case now I don’t plan to use for live but for experimenting with samples. What do you guys use?
>> 
>> Looking forward for some ideas ;)
>> 
>> God bless
>> Celso
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> 
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>       https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-07-28 22:28
FromCelso Machado
SubjectRe: Convolution
Hi Joachim, 
thank you for the links and suggestions. I will definitely check them out and when I have something done I let you know. 

Lg
Celso

> On Jul 28, 2017, at 10:15, joachim heintz  wrote:
> 
> hi celso -
> 
> ftconv is very useful:
> http://csound.github.io/docs/manual/ftconv.html
> 
> i once wrote a small example for csoundqt.  you can find it in
> Examples > Miscellaneous > Universal Convolution
> 
> oeyvind has recently written (together with sigurd) a new opcode for live convolution:
> http://csound.github.io/docs/manual/liveconv.html
> 
> and as i am now on the manual site for liveconv, i see that there is also tvconv:
> http://csound.github.io/docs/manual/tvconv.html
> 
> this looks very intersting, but i never used it.  maybe you can try and we contribute an example for csoundqt ...
> 
> viel spaß -
> 
> 	joachim
> 
> 
> 
> On 27/07/17 23:50, Celso Machado wrote:
>> Hi guys,
>> 
>> i don’t take part on the discussions here but I read often the emails and feel always very inspired with everything you guys do.
>> 
>> At the moment I want to try somethings with convolution and wondered what opcode you guys are using. I used pconvolve for some live convolution which i found good, but i didn’t try any other opcode. In this case now I don’t plan to use for live but for experimenting with samples. What do you guys use?
>> 
>> Looking forward for some ideas ;)
>> 
>> God bless
>> Celso
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> 
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>       https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here