This commit is contained in:
ChomeNS 2022-12-23 14:03:04 +07:00
parent 74a7c6776f
commit 9e19348ded

View file

@ -1,4 +1,4 @@
const instruments = require('./instruments.json');
const instruments = require('./instruments.json')
module.exports = [
...new Array(35).fill(null), // offset
@ -54,5 +54,5 @@ module.exports = [
{ pitch: 24, instrument: instruments.chime },
{ pitch: 21, instrument: instruments.hat },
{ pitch: 14, instrument: instruments.basedrum },
{pitch: 7, instrument: instruments.basedrum},
];
{ pitch: 7, instrument: instruments.basedrum }
]