Oorspronkelijk geplaatst door
massi1234
Triaxis is a good example of digitally controlled device. All the controls are implemented using opto resistors.
Opto resistors are great sounding components but have two main problems.
1) The resistance range between each components may vary 200-300%.
2) LDR (opto resistor) are slow components. From low resistance to high resistance, due to the dark current, the transition may take 500ms !
So LDRs are good for certain slow real time controls that do not require fast transition. (Eg. Tone, gain).
Using MIDI cc to control LDR currents is fine as long 128 levels resolution offers enough resolution (tone and gain controls)
The problem is that each technology used to control an analogue parameter (eg. digital pot, LDR) should to be selected according to their limitation and drawback.
Example:
If you try to control Tempo with LDR you will end up facing thermal drift.
If you try to control Tempo using a digital pot, you will not have enough resolution.
PedalPro is much more then LDRs and digital pots.
It is a waveform synthesizer capable of producing up to 8 modulation waveforms and real time controls that can be synchronized with a very high resolution and insensitive to temperature swings.
So if you need to span 16 bits for Tempo, 10bits for filter frequency, 8 bits for effect depths using midi RPN it would lead to a convoluted programming + latency .
Standard midi cc would be good for latency but poor from resolution point of view.
Thanks to the ADES protocol the user does not have to think about resolution and latency. He can modify the analogue parameters according to its measurement unit (eg. Hz for frequency, dB for gain, percentage for depth, BPM for tempo) and set the appropriate range without thinking about how max and min limits will be mapped.
For example with Pedalino you can set the Tempo of the tremolo to span between 100.0 BPM to 300 BPM in no time. Further you can see on the display when the expression is approaching to 200 BPM.
To conclude, Midi protocol was not designed for real time control of analogue parameters but for midi keyboards.