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

Automatic separation of instruments into channels? #6

Open
Datseris opened this issue Sep 15, 2018 · 0 comments
Open

Automatic separation of instruments into channels? #6

Datseris opened this issue Sep 15, 2018 · 0 comments
Labels
documentation Question or something that should be documented enhancement

Comments

@Datseris
Copy link
Member

mplay(file) does not automatically separate different tracks into different channels, although it has supports for multiple channels and the documentation shows that it is possible.

using MIDI, Mplay
testmidi()

gives the location of a type-1 midifile with 1 track of metadata and 3 instrument tracks: bass, drums, piano. Loading this file into mplay puts everything into a single channel.

However, even if the same midi file is saved as either type 0 or type 2, the same result happens. Everything is in a single channel.

Would be very cool if this detection could happen automatically (How?).


For a documentation question, how can one separate instruments into channels?

@Datseris Datseris added enhancement documentation Question or something that should be documented labels Sep 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Question or something that should be documented enhancement
Projects
None yet
Development

No branches or pull requests

1 participant