KnobMan, the VSTGUI AnimationKnob bitmap generator
- KVRAF
- 4760 posts since 26 Apr, 2002 from the bogely factory
can't wait to get some time to play with the new version.thanks so much,enjoy your break.
- KVRAF
- 3772 posts since 5 Mar, 2004 from Gold Coast Australia
+1000 on the thanks for this as it is a magic tool and I have used it already to skin a future synth. It puts me so much more in control

Benedict Roff-Marsh
http://www.benedictroffmarsh.com
http://www.benedictroffmarsh.com
-
- KVRAF
- 6241 posts since 26 Sep, 2003 from right here, as you can see ...
this is amazing! thanks, just played around with it, really saves a _lot_ of work ... thank you so much!
just one question, forgive me, i haven't read the whole thread:
is it possible to load in an image/screenshot of the ready-made gui as background (without the knobs/sliders/buttons), then align the knob (or the gui, which could be of course only a part of the gui) to that place exactly, so that i can see the testmode in the desired gui-part?
that would be the bomb!
just one question, forgive me, i haven't read the whole thread:
is it possible to load in an image/screenshot of the ready-made gui as background (without the knobs/sliders/buttons), then align the knob (or the gui, which could be of course only a part of the gui) to that place exactly, so that i can see the testmode in the desired gui-part?
that would be the bomb!
Last edited by brok landers on Sun Oct 28, 2007 1:31 pm, edited 1 time in total.
regards,
brok landers
BIGTONEsounddesign
gear is as good as the innovation behind it-the man
brok landers
BIGTONEsounddesign
gear is as good as the innovation behind it-the man
- KVRAF
- 4760 posts since 26 Apr, 2002 from the bogely factory
the font number primitive is great,but a lot of fonts don't show,is there only a certain type of font it can see?
- KVRian
- 1302 posts since 4 Oct, 2005 from London, UK
I'm really enjoying this update.
one minor request (that may seem odd). Is it possible to have an option to switch off the anti-alias on the text primitives?
For very small fonts, aliased fonts look a bit crap and I'm trying to match a text based knob with some other non-aliased fonts on a GUI
cheers again for this mighty tool
one minor request (that may seem odd). Is it possible to have an option to switch off the anti-alias on the text primitives?
For very small fonts, aliased fonts look a bit crap and I'm trying to match a text based knob with some other non-aliased fonts on a GUI
cheers again for this mighty tool
-
- KVRAF
- 2042 posts since 22 Nov, 2003 from Mars, Solar System
-
- KVRAF
- 6241 posts since 26 Sep, 2003 from right here, as you can see ...
+1 for the antialiasing to be switchable ... for each layer seperate of course, not only for text ... 
regards,
brok landers
BIGTONEsounddesign
gear is as good as the innovation behind it-the man
brok landers
BIGTONEsounddesign
gear is as good as the innovation behind it-the man
- KVRAF
- 4760 posts since 26 Apr, 2002 from the bogely factory
-
- KVRist
- Topic Starter
- 485 posts since 22 May, 2004 from Yokohama, Japan
hmmm..
im testing but doubting is this result you expect?
AA on
AA off
im testing but doubting is this result you expect?
AA on
AA offYes. but i had better remove this restricton. especially 'SmallFont' or 'FixedSys' for very small size may be useful.asseca wrote:spacedad wrote:
the font number primitive is great,but a lot of fonts don't show,is there only a certain type of font it can see?
I think you can only use TrueType fonts ...
- KVRian
- 1302 posts since 4 Oct, 2005 from London, UK
g200kg, that's exactly what I would expect. It doesn't look great in your example, but with certain fonts and colour combinations, it would be fine
thanks for listening to your public, we love you!
thanks for listening to your public, we love you!
- KVRAF
- 4760 posts since 26 Apr, 2002 from the bogely factory
cool,thanks.g200kg wrote:i had better remove this restricton. especially 'SmallFont' or 'FixedSys' for very small size may be useful.
is an alphabetical character A-Z primitive not possible?
-
- KVRAF
- 6241 posts since 26 Sep, 2003 from right here, as you can see ...
g200kg,
spacedad is right,
additionally a possibility to combine of a-z primitives and numeric primitives in one layer would be even greater, such as for a panning knob, f.e.:
oh, and how about my first question here:
http://www.kvraudio.com/forum/viewtopic ... 34#2789334
could you make this possible?
spacedad is right,
additionally a possibility to combine of a-z primitives and numeric primitives in one layer would be even greater, such as for a panning knob, f.e.:
Code: Select all
Left, -49>-01, Center, 01>49, Righthttp://www.kvraudio.com/forum/viewtopic ... 34#2789334
could you make this possible?
regards,
brok landers
BIGTONEsounddesign
gear is as good as the innovation behind it-the man
brok landers
BIGTONEsounddesign
gear is as good as the innovation behind it-the man
-
- KVRist
- Topic Starter
- 485 posts since 22 May, 2004 from Yokohama, Japan
i understand you want. the problem is how can we specify the complex dynamic texts.brok landers wrote:g200kg,
spacedad is right,
additionally a possibility to combine of a-z primitives and numeric primitives in one layer would be even greater, such as for a panning knob, f.e.:
Code: Select all
Left, -49>-01, Center, 01>49, Right
spacedad,
your 'a-z primitives' also means like this? ive thought possibly more simple one. im now thinking about some switchable texts allocate between frames.
hmm.... that is great but....brok landers wrote: oh, and how about my first question here:
http://www.kvraudio.com/forum/viewtopic ... 34#2789334
could you make this possible?
probably i should start the development of the entire GUI tool if I implement this
-
- KVRAF
- 6241 posts since 26 Sep, 2003 from right here, as you can see ...
make it dependently. e.g., staying with the above example:g200kg wrote:i understand you want. the problem is how can we specify the complex dynamic texts.brok landers wrote:g200kg,
spacedad is right,
additionally a possibility to combine of a-z primitives and numeric primitives in one layer would be even greater, such as for a panning knob, f.e.:
Code: Select all
Left, -49>-01, Center, 01>49, Right
values are numeric. dependency:
Code: Select all
if value is "0", set alphabetic defined [placeholder] "Center"
if value is "-50" set alphabetic defined [placeholder] "Left"
if value is "50" set alphabetic defined [placeholder] "Right"you could turn around the dependency, too, so that the values are default on alphabetic, in dependency the alphabetic changes to numbers, if a certain "keyword" in the placeholder is used, however, i right now can't recall a situation where this is necessary ... that doesn't say anything, though ...
well, such a tool would be just great!!!g200kg wrote:hmm.... that is great but....brok landers wrote: oh, and how about my first question here:
http://www.kvraudio.com/forum/viewtopic ... 34#2789334
could you make this possible?
probably i should start the development of the entire GUI tool if I implement thisthough it will become very long way, give me a little more break.
but meanwhile my suggestion would really benefit, as it's one thing, to design a knob, but the other thing, to make it fit to a certain gui ....
get me right:
the background image of the "un-knobed" gui would be just a jpg, png or whatever. then all one would have to do is move this image 2d so that the center of the knob is corresponding to the place where you woud like to have the knob on the gui ... in test mode that is ....
of course that wouldn't make any sense in the strip-preview mode ...
would that be so hard to implement?
btw, if you need a break, of course, take any time you need ...
regards,
brok landers
BIGTONEsounddesign
gear is as good as the innovation behind it-the man
brok landers
BIGTONEsounddesign
gear is as good as the innovation behind it-the man

