MiniDexed icon indicating copy to clipboard operation
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)

Results 61 MiniDexed issues
Sort by recently updated
recently updated
newest added

To speed-up testing, I use several Micro SD-cards. One of them was a 128MB card - which is absolutely fine: even with 26 sound banks, the entire MiniDexed only takes...

bug

Currently, If two clicks are needed for a single movement. `mt32-pi.cfg` has this information: ``` # Set the rotary encoder type (if used by control scheme). # # Different rotary...

deprioritized

Looks like, e.g., the Korg opsix has a __Unison__ mode, where you set up one voice, and then just enable Unison with three parameters: * How many voices to use...

Adding random sound-design feature for: * Performance * Effects * Preset * Operators As FM synthesis is a really complex synthesis model compared to simple subtractive synthesis, this feature provide...

The master volume SysEx System Common message is only valid if used with the special manufacturers ID of 0x7F, so this should be included in the test in mididevice.cpp (https://github.com/probonopd/MiniDexed/blob/main/src/mididevice.cpp#L178)....

Finally!! This PR includes a complete mixer with the following characteristics: - Mixing all the 8 TG - Send individual TG signal to any of the FX units: Tube, Chorus,...

In MiniDexed.cpp the functions GetVoiceName (https://github.com/probonopd/MiniDexed/blob/main/src/minidexed.cpp#L930) and SetVoiceName (https://github.com/probonopd/MiniDexed/blob/main/src/minidexed.cpp#L1566) use Dexed::setName/getName (https://codeberg.org/dcoredump/Synth_Dexed/src/branch/master/src/dexed.cpp#L1699), but I'm wondering if the sense of these functions in the Dexed library might be incorrect? GetVoiceName uses...

I have completely rewritten the bash script with several improvements including: - Using cUrl which has been included in most of the modern Unix distros (macOS included) - Check for...

- Unison mode #315 - Add a All TG menu #396

**Feature request** its been mentioned before, but it seems more logical and useful to have the MidiThru settings available,editable, and savable in the performance menu, allowing for different hardware configurations/routings...

enhancement