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

Only 2 drives work on imported MIDI #180

Open
mentaluproar opened this issue Dec 1, 2022 · 5 comments
Open

Only 2 drives work on imported MIDI #180

mentaluproar opened this issue Dec 1, 2022 · 5 comments

Comments

@mentaluproar
Copy link

With the included MIDI, I can get 3 drives working, round robin gets 4 working (with pauses since it supports 8 and I haven't hooked those up yet). But when I throw some of my stuff at it, it wont play any more than the first 2 drives. I'm guessing there's something wrong with my MIDI files but when I throw them into GarageBand, all the instruments are there. Is there a known issue with exported midi from flat.io?

@Sammy1Am
Copy link
Owner

Sammy1Am commented Dec 1, 2022

Could you upload/link the MIDI file? There needs to be at least as many separate channels (not tracks) as you want drives. So for 4 drives, you'd need 4 separate channels.

@mentaluproar
Copy link
Author

mentaluproar commented Dec 1, 2022

Here are a few of my MIDIs. Are they correct?

https://mega.nz/file/NERDlaJL#iaA1rHnbd2SID9GsZb_DU0bo1zc0ITk1t_CjEU8xbX4

@Sammy1Am
Copy link
Owner

Sammy1Am commented Dec 2, 2022

They are not (which is good news, because I think that's the source of the issue). As you can see in the image below, there are only two MIDI channels in that file (channel 1 and 2). Channel 1 (pictured) contains instances where multiple notes are being played at the same time (i.e. chords), but because each channel is being mapped to a single floppy drive, only one of those notes will play.

It does look like there is a second channel for the electric bass though, so those notes would be sent to the second drive (hence two drives working). You'll need to split the first channel into at least three channels for these to sound correct (there's a couple instances of 4 notes at a time, but they look like maybe an error (? not a music major, haha) so probably 2 will be fine).

image

@mentaluproar
Copy link
Author

Which file did you look at? I think flat is collapsing my staffs on export.

@Sammy1Am
Copy link
Owner

Sammy1Am commented Dec 2, 2022 via email

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

No branches or pull requests

2 participants