We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 043f877 + daa836e commit e74b177Copy full SHA for e74b177
2 files changed
.gitignore
@@ -66,3 +66,5 @@ drum_separation_model_output/
66
ectocore-default/
67
soxstatic/
68
69
+zeptocore.uf2
70
+pico-examples
lib/button_handler.h
@@ -879,6 +879,11 @@ bool button_handler(ButtonMatrix *bm) {
879
#ifdef INCLUDE_MIDI
880
// send out midi notes
881
MidiOut_off(midiout[mode_buttons16], bm->off[i] - 4);
882
+#endif
883
+#ifdef INCLUDE_SINEBASS
884
+ if (mode_buttons16 == MODE_BASS) {
885
+ WaveBass_release(wavebass);
886
+ }
887
#endif
888
}
889
0 commit comments