Kontakt Script Design

Sampler and Sampling discussion (techniques, tips and tricks, etc.)
Post Reply New Topic
RELATED
PRODUCTS

Post

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.
bandicam 2017-01-15 17-18-09-683.jpg
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.

Post

you can move controls
by

Code: Select all

move_control($myControl, 1,5) 
or

Code: Select all

move_control_px($myControl, 200,250) 
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/

Post

autodafe wrote:you can move controls
by

Code: Select all

move_control($myControl, 1,5) 
or

Code: Select all

move_control_px($myControl, 200,250) 
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/
Thanks for great answer! But how can I change all of these in one command?

Post

you can't unless you declared them as an array of controls.
do it one by one

Post Reply

Return to “Samplers, Sampling & Sample Libraries”