I would to create a soundfont and try to somehow implement all possible functions that a Kontakt instrument has. Does anyone have some tricks to effectively introduce round robins, non-vibrato and vibrato layers, automatic portamento when overlapping notes or maybe even a control for different mic positions, etc. using modulators, for example?
1. In order to use round robin samples for soundfonts, these are used as velocity layers, but aren't there alternative possibilities? Because this means that you no longer have full control over the velocity range and it is more complicated to implement, especially if an instrument uses multiple velocity layers. Isn't there a way to introduce round robin using modulators?
2. When it comes to vibrato, I think you have to use an artificial vibrato, which you can trigger with an undefined MIDI CC, for example.
3. To mimic mod wheel layers, I tried to use a cutoff filter that cuts high frequencies by lowering the MIDI CC-11 value, making the instrument sound "smoother", although this doesn't seem to be the case with all DAWs work, because the filter remains always active there...