I want to be able to write some code that only runs once on startup of a patch, the Axo will be connected to some other hardware via the GPIO, and I want it to be able to send only one set of instructions via the GPIO so it is a kind of initialization and synchronization for the other hardware and Axo.
Where best should the code go and are their any objects that need to be referenced for the startup event etc ?
And sort of related to the above, we know the starting of a patch can be stopped from starting automatically by holding down S1 during power up, but how do you start it ? Can this stopping and starting done through code ?
Thanks in advance..