Replies: 10 comments 16 replies
-
About using the envelope, LFO, modulation wheel, etc., wouldn't that mean that our patches ("voice data") would be incompatible with DX7 type instruments? |
Beta Was this translation helpful? Give feedback.
-
Just a quick glossary: VCED - DX7 (mark I) single voice data - basic data that we also use for MiniDexed. VoiceData in performance.ini is stored as VCED. SYX-files are in VMEM format. For DX7, DX7II, TX7, TX 816 etc - just the VMEM part of SYX-files is read if you transfer the voices from one to the other model. Every new parameter you want to implement in MiniDexed - define own additional data format as supplement. VCED/VMEM should remain the same for all 6 OP DX-synths. In the fact, we already have performance.ini files - it is MiniDexed's 8x Supplemental Data. btw. next version of MiniDexed Control Center will have conversion of PCED and ACED to MiniDexed Performance (also from Bank Dumps PMEM and AMEM). I am in a vacation at the moment, but I'll come with some whitepapers in January. We need to define a couple of things at this point (binary format for Performances - something like own xCED and xMEM formats, MIDI header ID for Performances, legal issues if we go under F0 43 00 xMEM - Yamaha is the owner of ID 43 etc.). |
Beta Was this translation helpful? Give feedback.
-
Zone settings should also be adjustable directly from the UI. NoteLimitLow1=0 |
Beta Was this translation helpful? Give feedback.
-
Performance change via MIDI ProgramChange I would imagine something like that: |
Beta Was this translation helpful? Give feedback.
-
Looked a bit into the features that the DX7 II has over the DX7. Would be nice to see them in MiniDexed. |
Beta Was this translation helpful? Give feedback.
-
Could you create a drum module version for the weaker Raspberry PI 1 or an RP Zero? By that I mean a version with 8 TG's but with 2 voice polyphony. This is how you could play drum sounds and FX sound on a PI-Zero :-D. Or generally with all other RP versions 8 additional TG's with 2-fold polyphony (TG 9 - TG16) |
Beta Was this translation helpful? Give feedback.
-
I'm always, well most of the times ;) , looking for a sound for droning, and the best so far is still when I play my didgeridoo... |
Beta Was this translation helpful? Give feedback.
-
I have absolutely no idea what I'm doing here. This is completely new territory that I am entering here. My naive implementation from the gut. TG1&2 Engine 1 Keyzone C0 - E1 Drone.mp4 |
Beta Was this translation helpful? Give feedback.
-
Hi Ed @DutchBigEd , 000106_Drone2.ini.zip
|
Beta Was this translation helpful? Give feedback.
-
Hi Banana71, |
Beta Was this translation helpful? Give feedback.
-
Cutoff:
The filter is not part of the DX7, but controlling it via an envelope, LFO, modulation wheel or aftertouch would take the sound to new dimensions.
Is it possible to pick up the envelopes of the EG's, PEG or LOF and route them to the filter?
Pan:
A powerful tool of the Yamaha SY99 is its own envelope with loop function for the panorama.
Is it possible to pick up the envelopes of the EG's, LFO or PEG and route them to the panorama?
Or is it possible to implement an auto pan effect?
FX:
Reverb, Compressor, Delay and/or EQ as Master FX or even per TG?
Audio recorder:
A nice tool would be an audio recorder that could write directly to the micro SD card. An additional switch via GPIO that can start and stop recording directly.
What ideas do you have?
EDIT JAN 04 2023:
Zone settings should also be adjustable directly from the UI.
NoteLimitLow1=0
NoteLimitHigh1=127
has already been done:
EDIT JAN 18 2023:
Performance change via MIDI ProgramChange
Is it possible to change the performance via MIDI program change?
I would imagine something like that:
Configurable in minidex.ini
E.g. PerformanceChange=0 (everything as before, ProgramChange does not change the performance)
PerformanceChange=2 (ProgramChange on channel 2 change the performance)
Beta Was this translation helpful? Give feedback.
All reactions