View Single Post
Old 10-05-2016, 03:46 PM   #14
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,175
Default

Quote:
Originally Posted by RJHollins View Post
will others be able to make custom knobs on their own to use within your script ???

Following this with interest for what you plan.

thx
Hey RJ,

Yep - any vertically stitched knob stacks (ie - each new frame under previous one). Just place them in the controls folder - each control needs an additional text file (same filename as knob but with .knb suffix). This holds 3 parameters - number of frames, frame height, filename :

{{
["frames"]=101,
["cellh"]=128,
["fn"]="shinyknob.png",
},
}

you can use any width or height for the knob/slider/meter etc.
That's all there is to using your own knobs. Thinking about having an import button on the script which will create the .knb file for you).
lb0 is offline   Reply With Quote