i forgor nbs converter

This commit is contained in:
Chayapak 2023-04-13 15:02:08 +07:00
parent bdb606c62d
commit 857ec08116

View file

@ -168,7 +168,7 @@ public class NBSConverter {
// key += customInstrument.pitch;
}
if (key < 30 || key > 60) continue;
// if (key < 30 || key > 60) continue;
byte layerVolume = 100;
if (nbsLayers.size() > note.layer) {