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.
-
FX:
Reverb, Compressor, Delay and/or EQ as Master FX or even per TG
Fx full by @jnonis #795
LAN/WLAN:
Access to the SD card via LAN/WLAN
do not wait network to be available #783
Keyboard Zone setting:
Zone settings should also be adjustable directly from the UI.
NoteLimitLow1=0 NoteLimitHigh1=127
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.
has already been done: 👍
Is it possible to change the performance via MIDI program change?
In minidexed.ini
PerformanceSelectChannel
determines if MIDI Program Change (PC) and Bank Selection (CC BANKSEL) messages should select individual voices/banks within a tone generator or act at the system level and select performances. This mirrors the similarly named control on a DX7II. Setting this to 0 (the default) means PC messages select voices/banks on any tone generators set to the receiving MIDI channel. Setting this to a MIDI channel (1 to 16) means PC messages on that channel will select performances. Setting this to a value >16 selects "Omni" mode so any PC messages received select performances. Note when in performance mode, no PC messages will be passed on to tone generators. Also note that MIDIRXProgramChange has to be set to 1 for this to have any affect.Ideas that cannot be implemented in this way and were therefore discarded: 👎
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 LFO and route them to the filter?
There is only one filter per instance, so a filter envelope is not possible as hoped. However, the filter can be influenced externally via MIDI CC or directly in the menu.
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?
The panorama can only be set per TG (instance) and not "per voice per TG". But a MIDI effect "Auto Pan" would be possible.
What ideas do you have?
Beta Was this translation helpful? Give feedback.
All reactions