-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Audio Samples #1626
Added Audio Samples #1626
Conversation
Please indicate in a comment at the top of the sound files where the samples came from. |
Please check spacing. Indentation doesn't match the format |
js/utils/synthutils.js
Outdated
@@ -441,6 +448,8 @@ function Synth() { | |||
{'name': 'koto', 'data': KOTO_SAMPLE}, | |||
{'name': 'dulcimer', 'data': DULCIMER_SAMPLE}, | |||
{'name': 'electric guitar', 'data': ELECTRICGUITAR_SAMPLE} | |||
{'name': 'autoharp', 'data': AUTOHARP_SAMPLE } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are missing commas here. @aryanharitsh123, did you test the changes ?
feff3ca
to
f8744ae
Compare
@Hrishi1999 Indentation looks fine on my system. I don't know why it gets wierd after pushing.. :( |
I highly doubt it. If that is the case, then the changes you made in |
Is it fine now? |
@@ -255,6 +255,8 @@ const SELECTORSTRINGS = [ | |||
_('violin'), | |||
_('cello'), | |||
_('bass'), | |||
_('mandolin'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bad Indent
@@ -142,6 +146,7 @@ var SOUNDSAMPLESDEFINES = [ | |||
"samples/slap", "samples/clang", "samples/cup", "samples/floortom", | |||
"samples/snare", "samples/piano", "samples/acguit", "samples/banjo", | |||
"samples/koto", "samples/gong", "samples/dulcimer", "samples/electricguitar" | |||
"samples/autoharp","samples/mandolin", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bad Indent
No description provided.