You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can use the schedule opcode to run an instrument without score events
Can use the event opcode to issue events within an instrument
Instruments as Generators
-- Can use loop and conditionals within an instrument
-- Can stagger multiple schedule calls over a looping instrument to create patterns
-- Can have one instrument schedule another instrument in the same CSD, so can arbitrarily chain instrument calls
-- Can have an instrument schedule itself -- recursion
Can create your own custom opcodes - functions, and call them from within instruments or other opcodes. These come after the init block but before the instrument blocks.
The text was updated successfully, but these errors were encountered:
CSound Support Improvements
What about the rest of CSound? It is still the host language.
Scoreless CSound Approaches
and the entire "Csound: A Sound and Music Computing System" book in Scribd
schedule
opcode to run an instrument without score eventsevent
opcode to issue events within an instrument-- Can use loop and conditionals within an instrument
-- Can stagger multiple schedule calls over a looping instrument to create patterns
-- Can have one instrument schedule another instrument in the same CSD, so can arbitrarily chain instrument calls
-- Can have an instrument schedule itself -- recursion
The text was updated successfully, but these errors were encountered: