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

Remove is_drum from _load_instruments #87

Merged
merged 1 commit into from
Sep 2, 2016
Merged

Remove is_drum from _load_instruments #87

merged 1 commit into from
Sep 2, 2016

Conversation

craffel
Copy link
Owner

@craffel craffel commented Sep 1, 2016

Resolves #86. Now that channel is used as a key for note_on_index and __get_instrument, we no longer need to separately key by is_drum, which is just defined as channel == 9.

@douglaseck can you check to see if this breaks any of your code? There should be no change in behavior here.

@douglaseck
Copy link
Contributor

This seems fine. Please go ahead and submit.

On Thu, Sep 1, 2016 at 3:29 PM, Colin Raffel notifications@github.com
wrote:

Resolves #86 #86. Now that
channel is used as a key for note_on_index and __get_instrument, we no
longer need to separately key by is_drum, which is just defined as channel
== 9.

@douglaseck https://github.com/douglaseck can you check to see if this

breaks any of your code? There should be no change in behavior here.

You can view, comment on, or merge this pull request online at:

#87
Commit Summary

  • Remove is_drum from _load_instruments

File Changes

Patch Links:


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#87, or mute the thread
https://github.com/notifications/unsubscribe-auth/APQ6QnWAfgj0Tf5uOOozyg4ALoVi90ePks5ql1G7gaJpZM4JzMgn
.

@craffel
Copy link
Owner Author

craffel commented Sep 2, 2016

Please go ahead and submit.

Is this a genteel way of saying LGTM? :) Merging.

@craffel craffel merged commit 574532d into master Sep 2, 2016
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.

2 participants