JaredVargason / BigSequencer

A big sequencer. VST experimentation
0 stars 0 forks source link

Cursors going out of sync over time #14

Closed JaredVargason closed 1 hour ago

JaredVargason commented 3 days ago

Likely floating point math differences are causing our cursors to gradually go out of sync over time

JaredVargason commented 2 days ago

this doesn't seem to be as big an issue as I thought, but adjusting the tempo does make them go out of sync I think

JaredVargason commented 1 hour ago

fixed because we were using the time given to us by the host instead of using next expected note time as our standard. now the timing is actually a little too perfect, we could consider adding a bit of randomness or "human touch" to give the feel of non-robotic playing.