Hello everyone!
I’ve been learning Csound for a while (I consider my self as a beginner, but not a total one) and today I started the project of creating an entire piece using it. Since what I want is to create a classic composition (not realtime) I’m using Csound’s score. Nevertheless, I rapidly became aware of a difficulty: Suppose I want to automize a binaural movement of an instrument in different ways in different times. What would you think would be the easiest way to do this?
In my case, I started creating different instruments for automation (ex. instr 1001), but that requires me to create at least one instrument and one global variable for each variable I would like to automate. Other approach I had was to, inside the main instrument, create the automation line (expseg) for each variable to be automitize. But that starts to get messy if I want, for instance, to change 2 values in various ways (that led me to instantiate up until p17).
If you have done a piece like this, what did you do for this kind of automation? Do you know if there is an easy way of doing it?