prepare for decimal Hz?

This commit is contained in:
tildearrow 2022-03-15 18:36:34 -05:00
parent d8be1ddc4b
commit 9b3e0d45bd
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ struct DivSong {
unsigned char timeBase, speed1, speed2, arpLen;
bool pal;
bool customTempo;
// TODO: change Hz to float?
int hz, patLen, ordersLen, insLen, waveLen, sampleLen;
float masterVol;
float tuning;