This commit is contained in:
Chayapak 2023-04-01 11:45:52 +07:00
parent 99a773a116
commit c9b02159bc

View file

@ -168,10 +168,7 @@ public class NBSConverter {
// key += customInstrument.pitch;
}
// when the imposter is sus!!1!
// if (key < 33 || key > 57) {
// continue;
// }
if (key < 30 || key > 60) continue;
byte layerVolume = 100;
if (nbsLayers.size() > note.layer) {