GUI: better DPCM mapping, part 1
UI needs to be better it does not work yet
This commit is contained in:
parent
1dd46274d5
commit
e51ca07acb
4 changed files with 163 additions and 84 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue