Help with Kontakt script bug
-
- KVRist
- 46 posts since 23 May, 2006
Hello everybody,
I have a 4 layers instrument.
I have a bug in the script, the volume, pan and pitch of Layer 2 ar not saved properly within the instrument.
When I reopen it the position of the knobs in the GUI are the same when i saved but if I check the "real" value in the edit window it's different.... how is possible?
There is a specific string of code I have to add in order to make sure Kontakt save and reopen the instrument exactly as i have saved it?
Thanks in advance for any help
I have a 4 layers instrument.
I have a bug in the script, the volume, pan and pitch of Layer 2 ar not saved properly within the instrument.
When I reopen it the position of the knobs in the GUI are the same when i saved but if I check the "real" value in the edit window it's different.... how is possible?
There is a specific string of code I have to add in order to make sure Kontakt save and reopen the instrument exactly as i have saved it?
Thanks in advance for any help
- KVRAF
- 24462 posts since 7 Jan, 2009 from Croatia
Did you make_persistent() all those knobs on init?
- KVRAF
- 24462 posts since 7 Jan, 2009 from Croatia
If you have any get_engine_par() commands in init callback (there is no need for them if you use make_persistent(), by the way), check the group indices in them.
