mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-24 05:25:12 +00:00
Amiga: get rid of a debug message
This commit is contained in:
parent
113a1577b6
commit
79b86da98b
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ void DivPlatformAmiga::tick() {
|
|||
if (chan[i].freqChanged || chan[i].keyOn || chan[i].keyOff) {
|
||||
//DivInstrument* ins=parent->getIns(chan[i].ins);
|
||||
chan[i].freq=parent->calcFreq(chan[i].baseFreq,chan[i].pitch,true);
|
||||
printf("freq[%d]=%d\n",i,chan[i].freq);
|
||||
if (chan[i].freq>4095) chan[i].freq=4095;
|
||||
if (chan[i].note>0x5d) chan[i].freq=0x01;
|
||||
if (chan[i].keyOn) {
|
||||
|
|
Loading…
Reference in a new issue