Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Conversation

aryanharitsh123
Copy link

No description provided.

@walterbender
Copy link
Member

Please indicate in a comment at the top of the sound files where the samples came from.

@Hrishi1999
Copy link
Contributor

Please check spacing. Indentation doesn't match the format

@@ -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 }

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 ?

@aryanharitsh123
Copy link
Author

screenshot from 2018-12-10 20-36-01

@Hrishi1999 Indentation looks fine on my system. I don't know why it gets wierd after pushing.. :(
@walterbender added audio source websites
@pro-panda added commas, It was working fine before.

@rhl-bthr
Copy link

rhl-bthr commented Dec 10, 2018

It was working fine before.

I highly doubt it. If that is the case, then the changes you made in synthutils.js are never being called, and not required.

@aryanharitsh123
Copy link
Author

Is it fine now?

@@ -255,6 +255,8 @@ const SELECTORSTRINGS = [
_('violin'),
_('cello'),
_('bass'),
_('mandolin'),

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",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bad Indent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants