Csound Csound-dev Csound-tekno Search About

[Csnd] how to floop

Date2018-06-14 12:34
FromMenno Knevel
Subject[Csnd] how to floop
about flooper and the way of the fading in and fading out: 
am i right to think that, while the fade out of the loop is fading out, at
the same time the fade in is running as well?

So: cross-fade = fade out + fade in?

And: where can i find the code that shows this (c code) ?



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2018-06-14 13:24
FromRory Walsh
SubjectRe: [Csnd] how to floop
I don't think think cross is equal to fade in and fade out. As both the fade in and out are the same length, I think it's more like cross fade = fade in/out times. The C-code should be there in github, but you can also see how crossfading is done here in one of Victor's UDOs:


On 14 June 2018 at 12:34, Menno Knevel <magknevel@gmail.com> wrote:
about flooper and the way of the fading in and fading out:
am i right to think that, while the fade out of the loop is fading out, at
the same time the fade in is running as well?

So: cross-fade = fade out + fade in?

And: where can i find the code that shows this (c code) ?



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2018-06-15 01:26
FromPeter Burgess
SubjectRe: [Csnd] how to floop
That's the best email subject I've ever seen, hahahaha

On Thu, 14 Jun 2018, 13:24 Rory Walsh, <rorywalsh@ear.ie> wrote:
I don't think think cross is equal to fade in and fade out. As both the fade in and out are the same length, I think it's more like cross fade = fade in/out times. The C-code should be there in github, but you can also see how crossfading is done here in one of Victor's UDOs:


On 14 June 2018 at 12:34, Menno Knevel <magknevel@gmail.com> wrote:
about flooper and the way of the fading in and fading out:
am i right to think that, while the fade out of the loop is fading out, at
the same time the fade in is running as well?

So: cross-fade = fade out + fade in?

And: where can i find the code that shows this (c code) ?



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2018-06-15 10:51
FromVictor Lazzarini
SubjectRe: [Csnd] how to floop
The crossfade means exactly that: a fade out at the same time as the fade in, to
smooth the transition.

The code is in Opcodes/sndloop.c
========================
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 14 Jun 2018, at 13:24, Rory Walsh  wrote:
> 
> I don't think think cross is equal to fade in and fade out. As both the fade in and out are the same length, I think it's more like cross fade = fade in/out times. The C-code should be there in github, but you can also see how crossfading is done here in one of Victor's UDOs:
> http://www.csounds.com/udo/displayOpcode.php?opcode_id=55
> 
> 
> On 14 June 2018 at 12:34, Menno Knevel  wrote:
> about flooper and the way of the fading in and fading out: 
> am i right to think that, while the fade out of the loop is fading out, at
> the same time the fade in is running as well?
> 
> So: cross-fade = fade out + fade in?
> 
> And: where can i find the code that shows this (c code) ?
> 
> 
> 
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> 
> 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

Date2018-06-15 12:46
FromMenno Knevel
SubjectRe: [Csnd] how to floop
thanks Rory, Victor, for the information :)
It's hard to find code on this on the interweb...



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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