Kontakt Script Design
-
- KVRer
- 6 posts since 1 Jan, 2017
Hello. I am making a Kontakt library and stuck on the design.
I used Kontakt's factory "Change Velocity" script preset, but I can not change the knobs' position by move. How can I place all these things at lower place?
Please Help...
I used Kontakt's factory "Change Velocity" script preset, but I can not change the knobs' position by move. How can I place all these things at lower place?
Please Help...
You do not have the required permissions to view the files attached to this post.
- KVRAF
- 1729 posts since 17 Jul, 2001 from Milan, Italy
you can move controls
by
or
in the first example you are using Kontakt grid system (a grid of 6 rows x 16 rows) in the second example pixels
see: http://blog.yummybeats.com/ksp-kontakt- ... -vs-pixel/
by
Code: Select all
move_control($myControl, 1,5) Code: Select all
move_control_px($myControl, 200,250) see: http://blog.yummybeats.com/ksp-kontakt- ... -vs-pixel/
-
- KVRer
- Topic Starter
- 6 posts since 1 Jan, 2017
Thanks for great answer! But how can I change all of these in one command?autodafe wrote:you can move controls
by
orCode: Select all
move_control($myControl, 1,5)in the first example you are using Kontakt grid system (a grid of 6 rows x 16 rows) in the second example pixelsCode: Select all
move_control_px($myControl, 200,250)
see: http://blog.yummybeats.com/ksp-kontakt- ... -vs-pixel/
- KVRAF
- 1729 posts since 17 Jul, 2001 from Milan, Italy
you can't unless you declared them as an array of controls.
do it one by one
do it one by one
