GUI: better DPCM mapping, part 1

UI needs to be better
it does not work yet
This commit is contained in:
tildearrow 2023-10-12 20:32:00 -05:00
parent 1dd46274d5
commit e51ca07acb
4 changed files with 163 additions and 84 deletions

View file

@ -420,7 +420,7 @@ void FurnaceGUI::drawPiano() {
break;
default:
if (sampleMapWaitingInput) {
alterSampleMap(true,note);
alterSampleMap(1,note);
} else {
e->synchronized([this,note]() {
e->autoNoteOn(-1,curIns,note);