Controlling Floppy Drives Directly From MIDI Controller (Keyboard etc.) #186
Replies: 1 comment 4 replies
-
So Moppy uses a proprietary protocol when sending messages between the Microcontroller and Arduino. Which makes it hard to control Moppy without a computer. The second problem is all the mappers used to control the logic of what note is playing is server side. Without fundamentally changing moppy you can't use it without the server. The best way is probably to uses Moppys Midi in functionality but that requires a computer. Are you using midi Din(OG Midi) or Midi Usb? You could use another microcontroller as an interpreter and write a script to convert the data. You could also get something like a LatePanda to run Moppy for you if you have the money. I've written my own program similar to Moppy but adhering to the MIDI standard and with distributors the counter part to mappers that run directly on the microcontroller. I haven't tested it without a computer yet but I designed it to work without a server. Only Problem is I only support ESP32 Atm 😕.. I can let you know when I add other platforms if your interested but I probably won't get around to it until this summer. |
Beta Was this translation helpful? Give feedback.
-
Hi,
How can I control floppy drives from a MIDI controller (MIDI keyboard) without a computer? Is it possible with Moppy2?
Beta Was this translation helpful? Give feedback.
All reactions