Csound Csound-dev Csound-tekno Search About

event_i opcode

Date2006-05-30 17:11
FromSimon Schampijer
Subjectevent_i opcode
Hi,
I am using the event_i opcode to generate a score event. When this event 
is finished I would like to stop the (turnoff) the instrument from which 
the call is made. Calling turnoff after the event_i call does not seem 
to work. How it is supposed to work - to return after the event is 
finished? Any other way round that?

Thank you in advance,
Simon

Date2006-05-30 18:37
FromRory Walsh
SubjectRe: event_i opcode
Hi Simon. You can use an 'e' scorechar to stop the instrument like this:

event "e", 1, 0, 0

for instrument 1. The above syntax may not be correct, I'm guessing a 
little...

Rory.

p.s. are you enjoying you stay in Ireland?




Simon Schampijer wrote:
> Hi,
> I am using the event_i opcode to generate a score event. When this event 
> is finished I would like to stop the (turnoff) the instrument from which 
> the call is made. Calling turnoff after the event_i call does not seem 
> to work. How it is supposed to work - to return after the event is 
> finished? Any other way round that?
> 
> Thank you in advance,
> Simon