mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-01 04:21:44 +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) {
|
if (chan[i].inPorta && chan[i].keyOn) {
|
||||||
chan[i].portaNote=chan[i].note;
|
chan[i].portaNote=chan[i].note;
|
||||||
} else {
|
} else {
|
||||||
printf("TURNING A NOTE ON\n");
|
|
||||||
dispatchCmd(DivCommand(DIV_CMD_NOTE_ON,i,chan[i].note,chan[i].volume>>8));
|
dispatchCmd(DivCommand(DIV_CMD_NOTE_ON,i,chan[i].note,chan[i].volume>>8));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
chan[i].doNote=false;
|
chan[i].doNote=false;
|
||||||
if (!chan[i].keyOn && chan[i].scheduledSlideReset) {
|
if (!chan[i].keyOn && chan[i].scheduledSlideReset) {
|
||||||
printf("RESET PORTA\n");
|
|
||||||
chan[i].portaNote=-1;
|
chan[i].portaNote=-1;
|
||||||
chan[i].portaSpeed=-1;
|
chan[i].portaSpeed=-1;
|
||||||
chan[i].scheduledSlideReset=false;
|
chan[i].scheduledSlideReset=false;
|
||||||
|
|
Loading…
Reference in a new issue