Replies: 1 comment 4 replies
-
Hi @nhemsley. MiniDexed is a MIDI instrument. So it receives commands on the serial line and/or on USB via MIDI. So your software would need to send MIDI commands to MiniDexed. The command set is that of the DX7, but for each of the 8 tone generators you can use a different MIDI channel. Any software or controller that can control a DX7 (using MIDI SYSEX) should be able to control MiniDexed, too. MiniDexed does not send out logging over serial, since the serial port is used for MIDI. Logging goes out via HDMI (if enabled in the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have recently found MiniDex, and as advertised it boots up and outputs sound from my keyboard (nice!).
I believe I have setup my midi control codes properly, however I do not have an LCD screen attached, so I cannot view the menu system. I may watch a tutorial, and guesstimate in the short term, but that is tricky.
However I'm also interested in adding a TUI, controlled via a minidex.ini setting (EnableTUI?).
I have downloaded the repo, and am going to look at it. However a few questions:
Would this be something that the devs would like to see?
Does Minidex expose a working TTY? Or is it just printf style debugging?
Is there anything else I havent thought of that makes this infeasible?
The other thought is a web interface, allowing to view/select performances etc. Edit settings, set control codes via 'press midi key'. Keyboard presets would be very good.
This would require write access to the SD card to persist changes, which I'm not sure is currently the default (I imagine that's feasible).
Any thoughts welcome. If a web interface is feasible and sounds better, that probably has more feature possibilities.
I can add a separate discussion / issue for web if that is deemed preferable
Beta Was this translation helpful? Give feedback.
All reactions