implement the linear pitch flag

This commit is contained in:
tildearrow 2022-02-03 02:24:11 -05:00
parent d638af2017
commit 5086bc1097
6 changed files with 8 additions and 8 deletions

View file

@ -266,7 +266,7 @@ class DivEngine {
int calcBaseFreq(double clock, double divider, int note, bool period);
// calculate frequency/period
int calcFreq(int base, int pitch, bool period=false);
int calcFreq(int base, int pitch, bool period=false, int octave=0);
// find song loop position
void walkSong(int& loopOrder, int& loopRow, int& loopEnd);