Kontakt Transient Master and other bugs....
- KVRAF
- 2696 posts since 19 Apr, 2005 from The City Beneath the Sea
Anyone know the engine parameter for the Kontakt Transient Master's Smooth button?
It can either be on or off, but the only engine parameters I can find in the scripting manual are these:
$ENGINE_PAR_TR_INPUT
$ENGINE_PAR_TR_ATTACK
$ENGINE_PAR_TR_SUSTAIN
I tried $ENGINE_PAR_TR_SMOOTH but it does not work......
It can either be on or off, but the only engine parameters I can find in the scripting manual are these:
$ENGINE_PAR_TR_INPUT
$ENGINE_PAR_TR_ATTACK
$ENGINE_PAR_TR_SUSTAIN
I tried $ENGINE_PAR_TR_SMOOTH but it does not work......
Last edited by dnekm on Sat Oct 29, 2016 11:48 pm, edited 1 time in total.
- KVRAF
- Topic Starter
- 2696 posts since 19 Apr, 2005 from The City Beneath the Sea
I also noticed something else, but I could just be doing something wrong.....
If you go under the hood and select a preset for a FX, the changed values are not updated in the gui on the surface....
Have to do some more testing....
If you go under the hood and select a preset for a FX, the changed values are not updated in the gui on the surface....
Have to do some more testing....
- KVRAF
- 4801 posts since 1 Aug, 2005 from Warszawa, Poland
I think, it's like distortion type or phase invert switch, there is no engine parameter. If you really need this in the GUI, you may need to use up two effect slots and switch them with bypass button.
- KVRAF
- Topic Starter
- 2696 posts since 19 Apr, 2005 from The City Beneath the Sea
Thanks for the answer....
I have also found that there is no engine parameter for the Saturation choices of classic, enhanced and drums on the Saturation FX.
The only engine parameter of for "shape" and yet it controls the Satur knob which goes from -100% to 100% - so it really does not tell you what it is doing.
Oh, and the presets for the Saturator which states "Down -100" actually sets the control to -50, while the presets that states "Down -50" sets the control to -100......
I have also found that there is no engine parameter for the Saturation choices of classic, enhanced and drums on the Saturation FX.
The only engine parameter of for "shape" and yet it controls the Satur knob which goes from -100% to 100% - so it really does not tell you what it is doing.
Oh, and the presets for the Saturator which states "Down -100" actually sets the control to -50, while the presets that states "Down -50" sets the control to -100......
- KVRAF
- Topic Starter
- 2696 posts since 19 Apr, 2005 from The City Beneath the Sea
There is a solution for Phase invert - set the knob (or slider acting as a knob) range to 0,1000000.
I started out setting this to 500000,1000000 thinking I would only need positive states but realized to trigger the "invert" button the range had to be negative....
Unless you are talking about modulating the start phase in which case there is no solution....
....Maybe $Mod_Target_Invert_Source?
I have not tried this yet but saw it in the documentation...?
I started out setting this to 500000,1000000 thinking I would only need positive states but realized to trigger the "invert" button the range had to be negative....
Unless you are talking about modulating the start phase in which case there is no solution....
....Maybe $Mod_Target_Invert_Source?
I have not tried this yet but saw it in the documentation...?
- KVRAF
- 4801 posts since 1 Aug, 2005 from Warszawa, Poland
- KVRAF
- Topic Starter
- 2696 posts since 19 Apr, 2005 from The City Beneath the Sea
I see.... my mistake. I am still sorting through all of this.....
