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

Chord block and custom sound effect block #1289

Merged
merged 13 commits into from
Dec 7, 2015

Conversation

alexjsmac
Copy link
Contributor

Not ready to merge, chord block is done, just need to make sound effect block.

@CelticMinstrel
Copy link
Contributor

Are you thinking of synthesized or sampled sound effects?

@alexjsmac
Copy link
Contributor Author

Synthesized, like the two that are in the list of the current sound effect block. The new block will allow users to make their own though.

@CelticMinstrel
Copy link
Contributor

Okay, so what if you want a chord consisting of G4, B5, and D5? From what I can tell your interface won't allow that.

@alexjsmac
Copy link
Contributor Author

@CelticMinstrel Ahh yeah that's true. Thanks I didn't mean to leave that out. It's fixed now.

@CelticMinstrel
Copy link
Contributor

So rows can contain multiple values, huh? I guess that's good to know.

@alexjsmac
Copy link
Contributor Author

Okay ready to merge!

@alexjsmac
Copy link
Contributor Author

My tests added some output to npm test is that okay?

},
playInstrument: function(sound){
playNotes: function(sound){
console.log(song);
Copy link
Member

Choose a reason for hiding this comment

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

Can you pull out the console logging?

@dethe
Copy link
Member

dethe commented Dec 6, 2015

Looks good, just a couple of minor things to address and then :shipit:

@alexjsmac
Copy link
Contributor Author

Okay I removed the log and alert. The issue for providing info with the keys block is #1311. Merging now 👍

alexjsmac added a commit that referenced this pull request Dec 7, 2015
Chord block and custom sound effect block
@alexjsmac alexjsmac merged commit 61b42ba into waterbearlang:master Dec 7, 2015
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.

3 participants