[Csnd] stretching_in_RT
Date | 2013-03-11 18:43 |
From | Enrico Francioni |
Subject | [Csnd] stretching_in_RT |
Hi, I would like to do the stretching (on the pitch and duration) of audio samples of a few seconds (wav file) in real time. Opcodes which do you recommend? thank you, enrico -- View this message in context: http://csound.1045644.n5.nabble.com/stretching-in-RT-tp5720930.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-03-11 21:40 |
From | Oeyvind Brandtsegg |
Subject | Re: [Csnd] stretching_in_RT |
This could be done in several ways, one suggestion for time stretching realtimm audio input described here: Code reference at the end of the paper. best Oeyvind 2013/3/11 Enrico Francioni <francioni61021@libero.it> Hi, Oeyvind Brandtsegg Professor of Music Technology NTNU 7491 Trondheim Norway Cell: +47 92 203 205 http://flyndresang.no/ http://www.partikkelaudio.com/ http://soundcloud.com/brandtsegg http://soundcloud.com/t-emp |
Date | 2013-03-11 22:25 |
From | Rory Walsh |
Subject | Re: [Csnd] stretching_in_RT |
I'd completely forgotten to look this paper up again after the conference. Thank for the reminder! On 11 March 2013 21:40, Oeyvind Brandtsegg |
Date | 2013-03-12 00:35 |
From | Dave Seidel |
Subject | Re: [Csnd] stretching_in_RT |
Oeyvind, this is very interesting stuff! I noticed that both CSD files refer to included files (e.g. PartikkelArgs.inc). Are these file also available? - Dave On Mon, Mar 11, 2013 at 5:40 PM, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
|
Date | 2013-03-12 08:27 |
From | Oeyvind Brandtsegg |
Subject | Re: [Csnd] stretching_in_RT |
Oh, that should have been linked too, I must inform Kim. In the meantime, you find it here:http://folk.ntnu.no/kimer/csoundconference2011/PartikkelArgs.inc Oeyvind 2013/3/12 Dave Seidel <dave.seidel@gmail.com>
-- Oeyvind Brandtsegg Professor of Music Technology NTNU 7491 Trondheim Norway Cell: +47 92 203 205 http://flyndresang.no/ http://www.partikkelaudio.com/ http://soundcloud.com/brandtsegg http://soundcloud.com/t-emp |
Date | 2013-03-12 11:54 |
From | Dave Seidel |
Subject | Re: [Csnd] stretching_in_RT |
Thanks, Oeyvind! On Tue, Mar 12, 2013 at 4:27 AM, Oeyvind Brandtsegg <oyvind.brandtsegg@ntnu.no> wrote:
|
Date | 2013-03-12 19:49 |
From | francesco |
Subject | [Csnd] Re: stretching_in_RT |
A easy way is using mincer or temposcal http://www.csounds.com/manual/html/mincer.html http://www.csounds.com/manual/html/temposcal.html ciao, francesco. -- View this message in context: http://csound.1045644.n5.nabble.com/stretching-in-RT-tp5720930p5720967.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-03-12 21:31 |
From | Enrico Francioni |
Subject | [Csnd] Re: stretching_in_RT |
your advice is like "manna" from heaven! thanks francesco e *** il tuo consiglio è come la "manna" dal cielo! grazie francesco e -- View this message in context: http://csound.1045644.n5.nabble.com/stretching-in-RT-tp5720930p5720969.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-03-13 09:16 |
From | Enrico Francioni |
Subject | [Csnd] Re: stretching_in_RT |
about: /kpitch - grain pitch scaling (1 = normal pitch, <1 lower,> 1 higher; negative backwards)/ in */mincer/* I do not remember which opcode conversion could be used for a tempered tuning system …any ideas? -- View this message in context: http://csound.1045644.n5.nabble.com/stretching-in-RT-tp5720930p5720975.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-03-13 14:09 |
From | Justin Smith |
Subject | Re: [Csnd] Re: stretching_in_RT |
This is a ratio of the original frequencies in the input ihalfstep = 2^(1/12) kpitch = ihalfstep^ksteps where ksteps is the number of halfsteps of transposition you want (7 to go up a fifth, -7 to down a fifth, etc.)
On Wed, Mar 13, 2013 at 2:16 AM, Enrico Francioni <francioni61021@libero.it> wrote:
|
Date | 2013-03-13 17:34 |
From | Enrico Francioni |
Subject | [Csnd] Re: stretching_in_RT |
this is good to get the quarter-tone? /ihalfstep = 2^(1/24)/ -- View this message in context: http://csound.1045644.n5.nabble.com/stretching-in-RT-tp5720930p5720991.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-03-13 17:37 |
From | Justin Smith |
Subject | Re: [Csnd] Re: stretching_in_RT |
yes, exactly On Wed, Mar 13, 2013 at 10:34 AM, Enrico Francioni <francioni61021@libero.it> wrote:
|
Date | 2013-03-13 17:38 |
From | Justin Smith |
Subject | Re: [Csnd] Re: stretching_in_RT |
also, ksteps of 0.5 would give a quarter tone transposition, and that has the advantage of keeping the 12 steps to the octave familiarity On Wed, Mar 13, 2013 at 10:37 AM, Justin Smith <noisesmith@gmail.com> wrote:
|