Well, I had been noticing that the music with the music engine I have has been doing things like having notes be delayed at random intervals. I found that this was due to the tempo not being a power of 2...
The best example I can give is a 150 tempo song, which ended up translating into this with the engine:
Tempo of $55 and 32 beats = one measure...
These songs would skip fairly often and it was annoying, so I went ahead and made these changes:
Tempo of $80 and 48 beats = one measure. This has no skipping, and that's great. These settings also have the desired tempo of 150.
My problem lies with having both tempo control and skipping avoidance... I can use weird numbers for the tempo control and hope no one notices TOO MUCH, but I'm wondering if there's a better way...
The best example I can give is a 150 tempo song, which ended up translating into this with the engine:
Tempo of $55 and 32 beats = one measure...
These songs would skip fairly often and it was annoying, so I went ahead and made these changes:
Tempo of $80 and 48 beats = one measure. This has no skipping, and that's great. These settings also have the desired tempo of 150.
My problem lies with having both tempo control and skipping avoidance... I can use weird numbers for the tempo control and hope no one notices TOO MUCH, but I'm wondering if there's a better way...