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 94 MiniDexed issues
Sort by recently updated
recently updated
newest added

So far, MiniDexed Performances were not entirely editable via MIDI commands. To change this, and to allow for interactive ways to change the performance parameters in user interfaces like this,...

Closes #920 - When a MIDI CC 07 message is received on the PCCH (if enabled), it sets the global Master Volume (`setMasterVolume`), allowing direct control from a MIDI keyboard...

The synth-wide Master Volume is exposed only as MIDI SysEx but not as MIDI CC if I am not mistaken. Hence, we should interpret volume MIDI CC on the PCCH...

enhancement

Hello, First of all, thanks to all the people that made and still make this project so great and fun I recently installed the latest version onto a pi zero...

@Skerjanc in https://github.com/probonopd/MiniDexed/pull/884#issuecomment-2872484797: > **Portamento Memory** is implemented wrong: currently it only enables/disables portamento. > But on the HW it does the following (**only in Monophonic Mode**): > - Off:...

bug

@Skerjanc in https://github.com/probonopd/MiniDexed/pull/884#issuecomment-2872484797: > **Pitch Bend Step**: > The quantisation range is too low. E.g. set PB to 12 and PBstep to 1, you shall hear a chromatic glissando until...

bug

Sending bank dumps does not work over USBMIDI nor rtpMIDI at the moment, whether we use the MIDISysExChunker or not. Probably I am doing something completely wrong.

Closes #315 This needs intensive review and testing, since it heavily modifies the sound path. ``` MiniDexed ├── TGn │ ├── Unison │ │ ├── Voices │ │ ├── Detune...

Cartridge dumps are larger than we can send out over MIDI. Currently, - With 512 bytes of data, it WORKS both over USB MIDI and rtpMIDI - With 514 bytes,...

@skerjanc [reported](https://github.com/probonopd/MiniDexed/pull/884#issuecomment-2828982690): > Glissando SYSEX catches the right function, but the glissando effect seems to affect all operators differently, thus it sounds detuned in steps. An issue of Dexed also?...

bug