Csound Csound-dev Csound-tekno Search About

[Csnd] Note-slides

Date2011-02-01 19:42
FromAlex Hofmann
Subject[Csnd] Note-slides
Hi,

I'm searching for a way to do something mono-synth often have, that you 
can slide/glide from note to note. I'd like to use it with qtcs 
Live-Events. So I need to send score-events for note-changes.
An idea would be to have one long note and do an update of that event, 
but I don't know how to do this?

inst, start, stop, freq
i 1    0      60     440
How to update that event?

The best way would be that I could send a new score-event for every new 
note and than it slides to it...
i 1    0      1     440
i 1    1      2      880
i 1    3      3     440


Thanks,
Alex




Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-02-01 20:05
FromSteven Yi
SubjectRe: [Csnd] Note-slides
Hi Alex,

I would recommend using tied-notes.  I wrote an article on it here:

http://www.csounds.com/journal/2005fall/tiedNotes.html


The example mp3 should show the tied notes being used for pitch slide,
and hopefully the CSD and article code can be used as a template for
you.

Hope that helps!
steven

On Tue, Feb 1, 2011 at 2:42 PM, Alex Hofmann  wrote:
> Hi,
>
> I'm searching for a way to do something mono-synth often have, that you can
> slide/glide from note to note. I'd like to use it with qtcs Live-Events. So
> I need to send score-events for note-changes.
> An idea would be to have one long note and do an update of that event, but I
> don't know how to do this?
>
> inst, start, stop, freq
> i 1    0      60     440
> How to update that event?
>
> The best way would be that I could send a new score-event for every new note
> and than it slides to it...
> i 1    0      1     440
> i 1    1      2      880
> i 1    3      3     440
>
>
> Thanks,
> Alex
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-02-01 20:12
FromAlex Hofmann
SubjectRe: [Csnd] Note-slides
Hi Steven,

thanks for that fast reply.. Thats it!

Best,
Alex

Am 01.02.11 21:05, schrieb Steven Yi:
> Hi Alex,
>
> I would recommend using tied-notes.  I wrote an article on it here:
>
> http://www.csounds.com/journal/2005fall/tiedNotes.html
>
>
> The example mp3 should show the tied notes being used for pitch slide,
> and hopefully the CSD and article code can be used as a template for
> you.
>
> Hope that helps!
> steven
>
> On Tue, Feb 1, 2011 at 2:42 PM, Alex Hofmann  wrote:
>> Hi,
>>
>> I'm searching for a way to do something mono-synth often have, that you can
>> slide/glide from note to note. I'd like to use it with qtcs Live-Events. So
>> I need to send score-events for note-changes.
>> An idea would be to have one long note and do an update of that event, but I
>> don't know how to do this?
>>
>> inst, start, stop, freq
>> i 1    0      60     440
>> How to update that event?
>>
>> The best way would be that I could send a new score-event for every new note
>> and than it slides to it...
>> i 1    0      1     440
>> i 1    1      2      880
>> i 1    3      3     440
>>
>>
>> Thanks,
>> Alex
>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
> Send bugs reports to the Sourceforge bug tracker
>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"