ae
This commit is contained in:
parent
99a773a116
commit
c9b02159bc
1 changed files with 1 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue