Csound Csound-dev Csound-tekno Search About

[Csnd] Sectionless score instrument

Date2014-09-19 15:51
FromAskwazzup
Subject[Csnd] Sectionless score instrument
Hello friends.

I'm trying to create a delay instrument, that runs independently from score
sections, however i'm not sure how this is acomplished. 

i 2 0 3600
i 1 0 5
s

I tried to put the {} sectionless looptags around it, but it doedn't help. 

P.S Does this forum require cookies? I can't post from a text browser.



--
View this message in context: http://csound.1045644.n5.nabble.com/Sectionless-score-instrument-tp5737571.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-09-19 15:56
FromRory Walsh
SubjectRe: [Csnd] Sectionless score instrument
You mean you wish to start a delay instrument outside of the score
section? If so you can use an event opcodes for that. Otherwise I'm
not sure I follow.

On 19 September 2014 16:51, Askwazzup  wrote:
> Hello friends.
>
> I'm trying to create a delay instrument, that runs independently from score
> sections, however i'm not sure how this is acomplished.
>
> i 2 0 3600
> i 1 0 5
> s
>
> I tried to put the {} sectionless looptags around it, but it doedn't help.
>
> P.S Does this forum require cookies? I can't post from a text browser.
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Sectionless-score-instrument-tp5737571.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-09-19 15:58
Fromzappfinger
Subject[Csnd] Re: Sectionless score instrument
You can use alwayson. So if your delay instrument is 200, use

alwayson 200

in the instrument 0 section
BTW, effect instruments are usually high instrument numbers, since they
should be processed last in the chain.

Richard 



--
View this message in context: http://csound.1045644.n5.nabble.com/Sectionless-score-instrument-tp5737571p5737573.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-09-19 16:47
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re:
AttachmentsNone  

Date2014-09-19 19:02
FromAskwazzup
Subject[Csnd] Re: Sectionless score instrument
Thanks for the answers, I'm using the b letter now. Also, i hate writing on a
smartphone, it seems i accidentally sent my answer as a personal message to
jff.



--
View this message in context: http://csound.1045644.n5.nabble.com/Sectionless-score-instrument-tp5737571p5737582.html
Sent from the Csound - General mailing list archive at Nabble.com.