i forgor nbs converter
This commit is contained in:
parent
bdb606c62d
commit
857ec08116
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ public class NBSConverter {
|
||||||
// key += customInstrument.pitch;
|
// key += customInstrument.pitch;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (key < 30 || key > 60) continue;
|
// if (key < 30 || key > 60) continue;
|
||||||
|
|
||||||
byte layerVolume = 100;
|
byte layerVolume = 100;
|
||||||
if (nbsLayers.size() > note.layer) {
|
if (nbsLayers.size() > note.layer) {
|
||||||
|
|
Loading…
Reference in a new issue