Skip to content

Commit

Permalink
now remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed Jan 19, 2022
1 parent aa1a3f8 commit efee5c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/engine/playback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -656,13 +656,11 @@ void DivEngine::processRow(int i, bool afterDelay) {
if (chan[i].inPorta && chan[i].keyOn) {
chan[i].portaNote=chan[i].note;
} else {
printf("TURNING A NOTE ON\n");
dispatchCmd(DivCommand(DIV_CMD_NOTE_ON,i,chan[i].note,chan[i].volume>>8));
}
}
chan[i].doNote=false;
if (!chan[i].keyOn && chan[i].scheduledSlideReset) {
printf("RESET PORTA\n");
chan[i].portaNote=-1;
chan[i].portaSpeed=-1;
chan[i].scheduledSlideReset=false;
Expand Down

0 comments on commit efee5c3

Please sign in to comment.