SuperDisk / hUGEDriver

An easy-to-use, fast, tracker-based, public domain sound driver for Game Boy homebrew
https://nickfa.ro/index.php/HUGETracker
55 stars 10 forks source link

Swing mode #4

Open SuperDisk opened 5 years ago

SuperDisk commented 5 years ago

You can implement a sort of swing rhythm in a song by using effect $Fxx and alternating between 2 tempos. We could probably build this in so it alternates between 2 (or even more) tick speeds automatically without hogging an effect channel doing it manually.

ISSOtm commented 5 years ago

The way DevSound does it is by having each song store two tempos, and it alternates between both; for single-tempo songs, those two are just equal.