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

New feature: produce drum sounds instead of notes #25

Open
pitag-ha opened this issue Apr 3, 2023 · 0 comments
Open

New feature: produce drum sounds instead of notes #25

pitag-ha opened this issue Apr 3, 2023 · 0 comments
Labels

Comments

@pitag-ha
Copy link
Owner

pitag-ha commented Apr 3, 2023

Let's add a new feature to cardio-crumble: a --drum flag, which sends the output of any of the two engines to the drum MIDI channel, i.e. to channel number 9. See #18 (comment) for more info on the "drum MIDI channel". Currently, the output is always sent to channel 0.

So, concretely the issue consists in adding a new flag to cardio-crumble, which when passed in makes that channel 9 is used instead of channel 0.

I'll tag this as medium even though it's only a few lines of code, because it means dealing with cmdliner, the library we use for command line handling.

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

No branches or pull requests

1 participant