Sammy1Am / Moppy2

The evolution of the Musical flOPPY controller
Other
311 stars 51 forks source link

Multiple Drive Setup #136

Closed GMRGaming closed 3 years ago

GMRGaming commented 3 years ago

Hello it's me again lol In terms of hardware I have everything set up, the drives are in the proper pins and the ground pins are daisy-chained to the ground pin on the Arduino. What I want to know is how to make the Control GUI know that I have multiple drives in order to play more tracks in the MIDI. Thanks so much for the help and I'm loving Moppy so far.

Sammy1Am commented 3 years ago

There's nothing that needs to be done in the Control GUI for adding additional drives. If you have more than 8 or 9, you'll need to modify the Arduino code (not sure how many drives you have).

By default the settings in the GUI will assign notes one MIDI channel at a time to the drives. So channel 1 will be drive 1, &c.

GMRGaming commented 3 years ago

The amount of drives I have is 6 with only 2 plugged in right now for testing. When I select COM4 which is where my Arduino is I get the startup tone from the first drive and 2 steps from the other one but when I go to play a MIDI only the first one plays music.

Sammy1Am commented 3 years ago

Only the first drive will normally play startup tones, so that's fine. What MIDI file are you playing? Does it have notes on channels 1 and 2? Try connecting your second drive as if it were one of the other drives (maybe the MIDI file only have notes on channel 3, 4, 5, &c.)

GMRGaming commented 3 years ago

I was using different MIDI files but to make troubleshooting easier I'm using the Tetris sample song included with the program and I'm still getting the same problem. I swapped out the drive and still got the same issue.

Sammy1Am commented 3 years ago

Can you provide a screenshot of the GUI just to make sure there's no configuration issues?

On Thu, Apr 15, 2021, 21:15 GMRGaming @.***> wrote:

I was using different MIDI files but to make troubleshooting easier I'm using the Tetris sample song included with the program and I'm still getting the same problem. I swapped out the drive and still got the same issue.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Sammy1Am/Moppy2/issues/136#issuecomment-820893550, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADSF6CYP637RY5USVNEYVTTI62VZANCNFSM425U7TDQ .

GMRGaming commented 3 years ago

image

Sammy1Am commented 3 years ago

The Device Address script should just be set to 1 since you only have one Arduino hooked up and its Device Address is 1 (see panel on upper right).

On Thu, Apr 15, 2021, 21:26 GMRGaming @.***> wrote:

[image: image] https://user-images.githubusercontent.com/81779492/114971482-64275580-9e4a-11eb-8c52-12a925c31914.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Sammy1Am/Moppy2/issues/136#issuecomment-820896907, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADSF6GEX3S6DG4SE47BCDTTI64BDANCNFSM425U7TDQ .

GMRGaming commented 3 years ago

Oh I see! I thought that was talking about drives and not Arduinos. That's why I selected one per channel. Thanks again for the help. Now I can hook up the rest, make a table for them to sit on, and I'll be done!