MiniDexed
MiniDexed copied to clipboard
Dexed FM synthesizer similar to 8x DX7 (TX816/TX802) running on a bare metal Raspberry Pi (without a Linux kernel or operating system)
Sending cartridges over MIDI to MiniDexed fails, e.g., using https://bladesk.github.io/DX7II-Librarian/ "Send via MIDI DX7 voices". We get ``` 00:55:50.987 >1 - 192.168.0.59 mididevice - - - MIDI-SYSEX: channel: 0, len:...
Crash during boot if wlan enabled but firmware files missing
On RPi 3, MiniDexed crashes if it is configured to output sound over HDMI rather than i2s, in the main branch as of [0583421](https://github.com/probonopd/MiniDexed/commit/05834211383ae98e37c7a58f2ffec792e57d57af) ``` # Sound device #SoundDevice=i2s #SoundDevice=pwm...
Hello, When I want to save a performance, only the text "Overwrite" is shown. It would be very handy if the name of the performance is also shown. Now I...
Partly addresses #384, #860
Getting lots of `icmp - - - Time exceeded (0)` even though the [networking functionality](https://github.com/probonopd/MiniDexed/wiki/Networking) is working. The message is coming from `circle-stdlib/libs/circle/lib/net/icmphandler.cpp`, so it is not really under our...
Since doReverb was not called after reverb was turned off, so the cleanup was missed. Call the cleanup explicitly when enabling reverb. The cleanup() resets all values associated with the...
For consistent decay across different sample rates Closes #563
Like for Delete; closes #856
When the resonance is set to 127, cutoff change from 0 to 20 is heard very gradually, with clicks. It's very non-analog sounding. May be need to use logarythmic non...