if I’m using Dexed with my Zynthian V5.1 and my Linnstrument MPE is not working. But if I use Dexed with my PC it is working out of the box. So how do I make it work in Zynthian?
With Surge XT MPE has to be activated with the webconf application but with Dexed it works usually out of the box.
I created the LV2 version of Dexed because there was only a Juce-LV2-wrapper available which mapped all parameters to 0.0-1.0. I didn’t know how to fix it and use the integer values for a voice configuration (so we could use the big available sound library in an easy way), so I decided to create the LV2 package for using it on a MOD-Duo.
Luckily this also was fitting for Zythian (with or without MOD). After that I started to port the engine to Teensy (MicroDexed) and later helped to get it running on Circle (MiniDexed).
In this time we fixed some broken things and added a patch for portamento. Due to the fact that we only used the “basic” sound engine all other features which Dexed added (e.g. microtonal tuning, MPE, …) was not our focus.
So, I think there’s currently no need anymore to not use the original version, but we should be sure that reading/writing voices should work as it currently does. AFAIK all of “our” fixes should be also found its way to the original Dexed.
I mean that I am not sure how the original Dexed is reading voice parameters (from a bank). Currently we have on a Zynthian a (more or less) big *.ttl per bank (which is generated by a script), right?
I know that Dexed can read SYSEX banks directly. But can it also read “our” banks? And if not, how to smoothly migrate to another bank storage system (with all the side effects)?
I would really appreciate it if the main dexed version would come to zynthian . This way it might be the first synth on zynthian which would use MPE out of the box without using webconf. This way zynthian would be the most affordable existing MPE synth. Big companies have to buckle up then
P.S.: And it would also be great if the Surge XT interface in Zynthian would get an activate MPE button in the future. Until now you can only activate it with webconf.