Csound Csound-dev Csound-tekno Search About

Re: moscil not responding to krate values

Date1999-01-29 10:17
FromGabriel Maldonado
SubjectRe: moscil not responding to krate values
> In the following code the MIDI output is only the first value for knum,
> i.e,
> the linseg envelope has no effect on moscil output. A similar orc/sco
> for the midion (formerly kon) opcode works fine.

It is normal, because you have set kdur = p3, so moscil wait p3 seconds before next
note-on, but after p3 second the score note is deactivated. Try to set kdur = p3/10

gab