From 6241e9a81defa41b2264e72b5c7ee85ac29eb41a Mon Sep 17 00:00:00 2001 From: Chipmunk <65827213+ChipmunkMC@users.noreply.github.com> Date: Mon, 13 Mar 2023 01:26:04 +0000 Subject: [PATCH] small nbs fix lol --- util/nbs_converter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/nbs_converter.js b/util/nbs_converter.js index bbe95b0..74cbb0a 100644 --- a/util/nbs_converter.js +++ b/util/nbs_converter.js @@ -37,7 +37,7 @@ function convertNBS (buf) { instrument = instrumentNames[note.instrument] } else continue - if (note.key < 33 || note.key > 55) continue + if (note.key < 33 || note.key > 57) continue const layerVolume = 100 // will add layer volume later