Page 1 of 1
Vst Preset Parameter ID ?
Posted: Sat Oct 19, 2024 10:10 pm
by radido
I try to set my "Vst Preset Parameter" in a certain series sequence.
So that a VST host always finds them in the same order.
Example from VST-Host:
<VSTParametersStructure name="Tx2" id="XXT2">
<!-- Global: -->
<Param id="0" name="0 UD0" shortName="0 T2"
<Param id="1" name="1 UD1" shortName="1 T3"
<Param id="2" name="3 UD2" shortName="3 T4"
<Param id="3" name="4 UD3" shortName="4 T5"
<Param id="4" name="5 UD4" shortName="5 T5"
<Param id="5" name="6 UD5" shortName="6 T6"
...
Does anyone have an idea about it?
Can't find a setting in Modul "Preset Parameter" for it!?
Re: Vst Preset Parameter ID ?
Posted: Sun Oct 20, 2024 9:34 am
by adamszabo
Preset parameters have a input called "order", that sets the preset order sequence. This might only be available in the alpha versions though, i cannot remember.
Re: Vst Preset Parameter ID ?
Posted: Sun Oct 20, 2024 9:53 am
by Spogg
The order input is in the alpha only.
I think the order in 3.06 is based on the order in which modules with presets parameters are added to the schematic.
That would mean disconnecting all the P inputs and reconnecting them in the sequence you want. I never tried this and I don’t know if it would work, but you could experiment…
If you try it, please let us know.
Re: Vst Preset Parameter ID ?
Posted: Sun Oct 20, 2024 10:37 am
by radido
First of all, Spogg again infinite thanks for reviving the websites!!!
And many, many thanks, for the quick answers as always!
In the old 3.0xx version, the order was quite easy to handle:
Preset Name:
1-1000... or A-Z.
In Alpha, of course, I tried out "Order", but it doesn't want to work..?
What syntax?
0-100...?, 0.001- 1 ?
Does anyone have experience with it?
Re: Vst Preset Parameter ID ?
Posted: Sun Oct 20, 2024 2:44 pm
by Spogg
radido wrote:
In the old 3.0xx version, the order was quite easy to handle:
Preset Name:
1-1000... or A-Z.
In Alpha, of course, I tried out "Order", but it doesn't want to work..?
What syntax?
0-100...?, 0.001- 1 ?
Does anyone have experience with it?
Very interesting!
That suggests there’s alphabetic sorting of names of course. Or could that just be in your DAW?
Re: Vst Preset Parameter ID ?
Posted: Sun Oct 20, 2024 7:21 pm
by adamszabo
The preset order works fine over here. You have to use numbers 0, 1, 2, etc. To check your preset order add the "preset show order" module to check which order your presets will appear to the daw
Re: Vst Preset Parameter ID ?
Posted: Sun Oct 20, 2024 7:23 pm
by radido
In Alpha:
Okay, I have now put "ALL" parameters in the order and lo and behold, it works.
In 3.0xx
Yes, VST-host independent a numerical as well as an alphabetical order is possible.
Thanks all for help