We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beed91a commit a1c128dCopy full SHA for a1c128d
sounds/samples/README.md
@@ -56,9 +56,6 @@ on one line.
56
{'name': 'piano', 'data': PIANO_SAMPLE},
57
```
58
59
-
60
61
62
* Add your new sample name to the list of string that need translation
63
in `js/utils/musicutils.js`
64
@@ -67,3 +64,5 @@ in `js/utils/musicutils.js`
67
const SELECTORSTRINGS = [
68
65
_('piano'),
69
66
+
+* Ensure that your new instrument is recognized in the interface in `js/js-export/interface.js`
0 commit comments