[Csnd] skip instrument initialization in score
| Date | 2017-11-22 21:44 |
| From | lorangeverte |
| Subject | [Csnd] skip instrument initialization in score |
Hello Csound community,
I control Csound within a Max interface and can generate a kind of Csound
score within an antescofo text (sequencing of a succession of " i "
instruction).
I would like to know a way (if it is possible) to realize the same thing
exclusively within the Csound score, it's means that I have to skip certain
instrument initialization, and make per exemple a sort of evolution at
k-rate without reinitialize a called instrument...
In fact, considering a simple oscillator :
p4= a frequency control for example
i1.1 0 -1 440
i1.1 2 -1 880
That I would like to realize, that the second instruction of the same
instrument skip the initialization and just play the frequency changement...
Do you know a way to make that?
Thanks for your responses!
(and apologizes for my English...)
Best regards,
Lorangeverte
--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2017-11-22 21:48 |
| From | John ff |
| Subject | Re: [Csnd] skip instrument initialization in score |
Tied notes?
Sent from Blue
On 22 Nov 2017, at 21:44, lorangeverte <sosa.jeanbasile@GMAIL.COM> wrote: Hello Csound community, |
| Date | 2017-11-22 21:58 |
| From | Johann Philippe <000002c2c0737523-dmarc-request@LISTSERV.HEANET.IE> |
| Subject | Re: [Csnd] skip instrument initialization in score |
Did you try ? itiv tival tigoto noinit aout oscil ... noinit: etc...
Le mercredi 22 novembre 2017 à 22:49:05 UTC+1, John ff <jpff@CODEMIST.CO.UK> a écrit :
Tied notes?
Sent from Blue
On 22 Nov 2017, at 21:44, lorangeverte <sosa.jeanbasile@GMAIL.COM> wrote: Hello Csound community,
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2017-11-22 22:00 |
| From | lorangeverte |
| Subject | Re: [Csnd] skip instrument initialization in score |
Hi jpff,
yes maybe there is a link with tied notes, I dont understand the way to skip
in the score, when I call a succession of same instances of a same
instrument (with i instruction), just all parameters of initialization to
just pass control parameters...
--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2017-11-22 22:37 |
| From | lorangeverte |
| Subject | Re: [Csnd] skip instrument initialization in score |
Hi Johann Philippe,
it's works! Thanks! And sorry for the basic question..
Best,
Lorangeverte
--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |