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 = [ module.exports = [
...new Array(35).fill(null), // offset ...new Array(35).fill(null), // offset
@ -54,5 +54,5 @@ module.exports = [
{ pitch: 24, instrument: instruments.chime }, { pitch: 24, instrument: instruments.chime },
{ pitch: 21, instrument: instruments.hat }, { pitch: 21, instrument: instruments.hat },
{ pitch: 14, instrument: instruments.basedrum }, { pitch: 14, instrument: instruments.basedrum },
{pitch: 7, instrument: instruments.basedrum}, { pitch: 7, instrument: instruments.basedrum }
]; ]