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

midi instruments should all play the same midi riff #31

Open
RustoMCSpit opened this issue Jul 13, 2024 · 2 comments
Open

midi instruments should all play the same midi riff #31

RustoMCSpit opened this issue Jul 13, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@RustoMCSpit
Copy link

there should be a single lead melody which all the instruments play

@kmturley
Copy link
Member

Yes good idea, I thought of something similar. There are some issues with implementing this:

  1. Different instruments require different articulations e.g. Violin vs Piano vs Synth which would not show off the instrument to it's full potential
  2. Creating the samples would be alot of work. I was hoping for a GitHub workflow solution, but there are some limitations.
    Sampled instruments in sfz could be played with something like https://github.com/sfztools/sfizz-render but other instruments would need a to run headless and capture the audio somehow.

Or would have to do it manually. Maybe a middle-ground solution would be to provide a template authors can use as a starting point.

For now I created all previews using a middle-C note, but that does not really show off the low instruments vs high.

Ideal long term solution is to actually let the user play the isntrument in the browser.
I made some progress in this space, and with web modules it may be possible. But this would be a long-term goal and I have plenty of other features to fix/build before that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants