small nbs fix lol

This commit is contained in:
Chipmunk 2023-03-13 01:26:04 +00:00 committed by GitHub
parent 7057a75ab8
commit 6241e9a81d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ function convertNBS (buf) {
instrument = instrumentNames[note.instrument] instrument = instrumentNames[note.instrument]
} else continue } else continue
if (note.key < 33 || note.key > 55) continue if (note.key < 33 || note.key > 57) continue
const layerVolume = 100 const layerVolume = 100
// will add layer volume later // will add layer volume later