Csound Csound-dev Csound-tekno Search About

[Csnd] Live Code - Feedback Delay

Date2018-07-30 03:47
FromSteven Yi
Subject[Csnd] Live Code - Feedback Delay
Hi All,

I thought I'd share a live code session from today working with Csound
and using Feedback Delay:

https://www.youtube.com/watch?v=CEiUC-E_lL0

The coding of the effect and instrument take up the first two minutes
and music making starts up after that is all set up.  I go through a
few methods of pitch generation (direct number, sequential, sampling
of an oscillator).  I will be covering these at the ICMC workshop and
will add to the project's documentation as time permits.

The video also shows some recent things from the csound-live-code project:

1. Updated User Interface
2. sbus UDOs (stereo bus):
https://github.com/kunstmusik/csound-live-code/blob/master/livecode.orc#L831-L864
3. start UDO for simpler singleton always-on effects:
https://github.com/kunstmusik/csound-live-code/blob/master/livecode.orc#L749-L756

Of these, the start UDO isn't shown much here, but I've been using it
a lot recently with continuous sound processes. (I have another video
planned that will show more of this in use. I will post when I have a
chance to record it.)

Thanks and enjoy!
steven

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-07-31 11:08
Fromthorin kerr
SubjectRe: [Csnd] Live Code - Feedback Delay
That was quite pleasant. Thank you. 

Thank you also for the Start udo. The amount of times I've accidentally piled up stacks of reverbs with no way to stop them!

Thorin


On Mon, 30 Jul. 2018, 12:48 pm Steven Yi, <stevenyi@gmail.com> wrote:
Hi All,

I thought I'd share a live code session from today working with Csound
and using Feedback Delay:

https://www.youtube.com/watch?v=CEiUC-E_lL0

The coding of the effect and instrument take up the first two minutes
and music making starts up after that is all set up.  I go through a
few methods of pitch generation (direct number, sequential, sampling
of an oscillator).  I will be covering these at the ICMC workshop and
will add to the project's documentation as time permits.

The video also shows some recent things from the csound-live-code project:

1. Updated User Interface
2. sbus UDOs (stereo bus):
https://github.com/kunstmusik/csound-live-code/blob/master/livecode.orc#L831-L864
3. start UDO for simpler singleton always-on effects:
https://github.com/kunstmusik/csound-live-code/blob/master/livecode.orc#L749-L756

Of these, the start UDO isn't shown much here, but I've been using it
a lot recently with continuous sound processes. (I have another video
planned that will show more of this in use. I will post when I have a
chance to record it.)

Thanks and enjoy!
steven

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-08-02 03:09
FromSteven Yi
SubjectRe: [Csnd] Live Code - Feedback Delay
Glad that's useful!  I also was getting into situations where I was
getting double effects and this ended up doing the tricky nicely. :)
I just recorded another live code session where I use the start UDO
for most of the video which I'll post in a separate email.

Thanks!
steven

On Tue, Jul 31, 2018 at 6:08 AM thorin kerr  wrote:
>
> That was quite pleasant. Thank you.
>
> Thank you also for the Start udo. The amount of times I've accidentally piled up stacks of reverbs with no way to stop them!
>
> Thorin
>
>
> On Mon, 30 Jul. 2018, 12:48 pm Steven Yi,  wrote:
>>
>> Hi All,
>>
>> I thought I'd share a live code session from today working with Csound
>> and using Feedback Delay:
>>
>> https://www.youtube.com/watch?v=CEiUC-E_lL0
>>
>> The coding of the effect and instrument take up the first two minutes
>> and music making starts up after that is all set up.  I go through a
>> few methods of pitch generation (direct number, sequential, sampling
>> of an oscillator).  I will be covering these at the ICMC workshop and
>> will add to the project's documentation as time permits.
>>
>> The video also shows some recent things from the csound-live-code project:
>>
>> 1. Updated User Interface
>> 2. sbus UDOs (stereo bus):
>> https://github.com/kunstmusik/csound-live-code/blob/master/livecode.orc#L831-L864
>> 3. start UDO for simpler singleton always-on effects:
>> https://github.com/kunstmusik/csound-live-code/blob/master/livecode.orc#L749-L756
>>
>> Of these, the start UDO isn't shown much here, but I've been using it
>> a lot recently with continuous sound processes. (I have another video
>> planned that will show more of this in use. I will post when I have a
>> chance to record it.)
>>
>> Thanks and enjoy!
>> steven
>>
>> 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-08-02 15:01
FromAaron Krister Johnson
SubjectRe: [Csnd] Live Code - Feedback Delay
Agreed that this was really quite pleasant and meditative!

Cheers,
AKJ

Aaron Krister Johnson
http://www.untwelve.org

On Tue, Jul 31, 2018 at 5:08 AM, thorin kerr <thorin.kerr@gmail.com> wrote:
That was quite pleasant. Thank you. 

Thank you also for the Start udo. The amount of times I've accidentally piled up stacks of reverbs with no way to stop them!

Thorin


On Mon, 30 Jul. 2018, 12:48 pm Steven Yi, <stevenyi@gmail.com> wrote:
Hi All,

I thought I'd share a live code session from today working with Csound
and using Feedback Delay:

https://www.youtube.com/watch?v=CEiUC-E_lL0

The coding of the effect and instrument take up the first two minutes
and music making starts up after that is all set up.  I go through a
few methods of pitch generation (direct number, sequential, sampling
of an oscillator).  I will be covering these at the ICMC workshop and
will add to the project's documentation as time permits.

The video also shows some recent things from the csound-live-code project:

1. Updated User Interface
2. sbus UDOs (stereo bus):
https://github.com/kunstmusik/csound-live-code/blob/master/livecode.orc#L831-L864
3. start UDO for simpler singleton always-on effects:
https://github.com/kunstmusik/csound-live-code/blob/master/livecode.orc#L749-L756

Of these, the start UDO isn't shown much here, but I've been using it
a lot recently with continuous sound processes. (I have another video
planned that will show more of this in use. I will post when I have a
chance to record it.)

Thanks and enjoy!
steven

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