Csound Csound-dev Csound-tekno Search About

[Csnd] turn off Csound from orchestra

Date2012-08-18 19:43
FromThomas Hass
Subject[Csnd] turn off Csound from orchestra
Is there a trick to turn off Csound from the orchestra as soon as a certain instrument completes?

For instance:

kcount timeinsts

if (kcount >= p3) then

    turn off Csound here...

endif  


Thanks,
Thomas

Date2012-08-18 19:46
FromSteven Yi
SubjectRe: [Csnd] turn off Csound from orchestra

Maybe send a score event "e"?

On Aug 18, 2012 11:44 AM, "Thomas Hass" <thass@berklee.edu> wrote:
Is there a trick to turn off Csound from the orchestra as soon as a certain instrument completes?

For instance:

kcount timeinsts

if (kcount >= p3) then

    turn off Csound here...

endif  


Thanks,
Thomas

Date2012-08-18 19:49
FromJustin Smith
SubjectRe: [Csnd] turn off Csound from orchestra
event "e", 0, p3, 0

No need for the if statement or timeinsts, it will end the score after
the end of the note.

On Sat, Aug 18, 2012 at 11:43 AM, Thomas Hass  wrote:
> Is there a trick to turn off Csound from the orchestra as soon as a certain
> instrument completes?
>
> For instance:
>
> kcount timeinsts
>
> if (kcount >= p3) then
>
>     turn off Csound here...
>
> endif
>
>
> Thanks,
> Thomas

Date2012-08-18 19:50
FromThomas Hass
SubjectRe: [Csnd] turn off Csound from orchestra
Great! The "e" score event did the trick.

Thanks,
Thomas

On Sat, Aug 18, 2012 at 2:49 PM, Justin Smith <noisesmith@gmail.com> wrote:
event "e", 0, p3, 0

No need for the if statement or timeinsts, it will end the score after
the end of the note.

On Sat, Aug 18, 2012 at 11:43 AM, Thomas Hass <thass@berklee.edu> wrote:
> Is there a trick to turn off Csound from the orchestra as soon as a certain
> instrument completes?
>
> For instance:
>
> kcount timeinsts
>
> if (kcount >= p3) then
>
>     turn off Csound here...
>
> endif
>
>
> Thanks,
> Thomas


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"