mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-29 11:01:27 +00:00
now remove debug messages
This commit is contained in:
parent
aa1a3f8aab
commit
efee5c3d7a
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue