Skip to content

Commit a1c128d

Browse files
add instrument in interface
1 parent beed91a commit a1c128d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sounds/samples/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ on one line.
5656
{'name': 'piano', 'data': PIANO_SAMPLE},
5757
```
5858

59-
60-
61-
6259
* Add your new sample name to the list of string that need translation
6360
in `js/utils/musicutils.js`
6461

@@ -67,3 +64,5 @@ in `js/utils/musicutils.js`
6764
const SELECTORSTRINGS = [
6865
_('piano'),
6966
```
67+
68+
* Ensure that your new instrument is recognized in the interface in `js/js-export/interface.js`

0 commit comments

Comments
 (0)