My managed control machine wants to know ticks and subticks
Posted: Mon Feb 17, 2014 12:20 pm
In the c# API, you make a control machine by not giving it any Work function. But i need to handle ticks and subticks ! If my machine wants to do anything without patterns (ie controlling other machines according to the song time), as far as i can tell there is no way of doing this in the current API.
I tried subscribing to Song.PlayPosition and got some strange results : it gets fired multiple times per tick in a seemingly random way (and anyways it doesn't have subticks.) So it would be useful to have an event or a special version of Work() for control machines (maybe void Work() ?)
Peace
I tried subscribing to Song.PlayPosition and got some strange results : it gets fired multiple times per tick in a seemingly random way (and anyways it doesn't have subticks.) So it would be useful to have an event or a special version of Work() for control machines (maybe void Work() ?)
Peace