mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 23:13:01 +00:00
prepare for decimal Hz?
This commit is contained in:
parent
d8be1ddc4b
commit
9b3e0d45bd
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue