Using Ticks With And Without Transport
Hello,
Not sure if anyone can help? I was having timing issues with transport so I have attempted to rebuild what I was doing without it. Simply implementing timing values. Most of the time the patch works fine running against/mirroring transport. However, I'm having an issue going from, in one example the tick value of 16n to 1n. They go out of sync. Moving to a tick value equivalent of 1n and 2n from other values seems to be problematic, most of the other values are fine. The bars will still begin and end together. I haven't posted what I've done as it's mess, but I'm sure if I've misunderstood something anyway.
Thank you
without transport, you have to calculate all values in ms,
based on current tempo.
Neither metro, delay, translate etc will adapt to tempo change without transport.
At least that was so last time I checked it.
Hello,
Yes, that's what I'm doing with one of the conversion patches you gave me. Most of the time it's good. It just seems to be a particular issue going from a faster to a slower rate. I'm not using delay or translate. It seems to be a particular problem going to the tick value equivalent of 1n or 2n. I'm not sure why it's these values giving issues.
Thank you