KnobMan, the VSTGUI AnimationKnob bitmap generator
- KVRAF
- 4760 posts since 26 Apr, 2002 from the bogely factory
-
- KVRAF
- 8519 posts since 7 Apr, 2003
this program is better and better. thanks so much for your work g200k. very generous and helpful. the design of knobman is innovative and dead simple to use. just wanted to say thank you for your efforts. donation sent.
-
- KVRist
- Topic Starter
- 485 posts since 22 May, 2004 from Yokohama, Japan
i found a problem because you mentioned about thatwhyterabbyt wrote:g200kg... could you tell me which other printf-type %-specifiers does your character generator support?
now i just pass formatstring to wsprintf() Win32 API. it will crash if you use "%s" formatting because that need a valid pointer.
anyway, from the document of wsprintf(),
%[-][#][0][width][.precision]type
and many types are defined but i think useful types in knobman are
%c a character
%d signed decimal
%x hexadecimal
and useful optional fields are
[0] for '0' padding
[width] for outputwidth
# probably i had better rewrite string formatting routine without wsprintf() in the next release.
- KVRAF
- 4760 posts since 26 Apr, 2002 from the bogely factory
this just keeps getting better.
i may have to steal some money from my mom's purse to get you a donation.
i may have to steal some money from my mom's purse to get you a donation.
-
- KVRist
- Topic Starter
- 485 posts since 22 May, 2004 from Yokohama, Japan
hey! spacemom! he is plotting evil!!spacedad wrote:i may have to steal some money from my mom's purse to get you a donation.
Ver 1.06
just fixed for avoid crash:
* "%s" on text primitive format string (available forms are described on help)
* duplicate layer of image primitive (thx report Paul)
http://www.g200kg.com/archives/software_knobman_e.html
- KVRian
- 1302 posts since 4 Oct, 2005 from London, UK
-
- KVRAF
- 6241 posts since 26 Sep, 2003 from right here, as you can see ...
quick question:
what's a good font (preferably free) for really small size w/o antialiasing?
any suggestions?
thanks in advance ...
what's a good font (preferably free) for really small size w/o antialiasing?
any suggestions?
thanks in advance ...
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
- 8389 posts since 11 Apr, 2003 from back on the hillside again - but now with a garden!
- KVRAF
- 12615 posts since 7 Dec, 2004
"what's a good font (preferably free) for really small size w/o antialiasing?"
terminal-6 and smallfonts-7 are both good for very small sizes. smallfonts-7 is actually smaller a lot of the time than terminal-6 if used for strings of characters because it is a variable-width font while terminal-6 is fixed width.
these are the best fonts i've ever seen really. there are a lot of bitmap fonts available out there but at these sizes there really is an optimum use of pixels to represent characters and i think smallfonts-7 and terminal-6 represent that optimum for both fixed and variable widths.
terminal-6 and smallfonts-7 are both good for very small sizes. smallfonts-7 is actually smaller a lot of the time than terminal-6 if used for strings of characters because it is a variable-width font while terminal-6 is fixed width.
these are the best fonts i've ever seen really. there are a lot of bitmap fonts available out there but at these sizes there really is an optimum use of pixels to represent characters and i think smallfonts-7 and terminal-6 represent that optimum for both fixed and variable widths.
-
- KVRAF
- 6241 posts since 26 Sep, 2003 from right here, as you can see ...
cool, will try to google them (or are they bildt in xp?) ... thanks for your fast help, acid and duncan!
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
ssshh!don't get me busted.g200kg wrote:hey! spacemom! he is plotting evil!!spacedad wrote:i may have to steal some money from my mom's purse to get you a donation.
thanks for the fixes.
-
- KVRAF
- 6241 posts since 26 Sep, 2003 from right here, as you can see ...
g200kg, a small bugreport:
knobman 1.06 doesn't save the antialias-state here ...
knobman 1.06 doesn't save the antialias-state here ...
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
- 56 posts since 20 Sep, 2006 from Hamburg, Germany
@g:
I've tested your tool yesterday and I'm impressed! I expected just a multilayer rotation renderer, but your's is much more. The most important feature is the shading.
I've 2 improvement ideas:
1. Quantisation option for every layer, so that you can render certain layers with a lower frame rate. Use case: If you want to create a knob with a LED-Circle around it and you don't want to see half glowing LEDs.
2. An option to let 2 or more layer use the same shadowing/highlighting process. Use case: If you want to create a part of your knob which should be one part on the same height and should be recognized as only one part. Maybe this breaks a little bit with your structure, but I think it could be done.
I've tested your tool yesterday and I'm impressed! I expected just a multilayer rotation renderer, but your's is much more. The most important feature is the shading.
I've 2 improvement ideas:
1. Quantisation option for every layer, so that you can render certain layers with a lower frame rate. Use case: If you want to create a knob with a LED-Circle around it and you don't want to see half glowing LEDs.
2. An option to let 2 or more layer use the same shadowing/highlighting process. Use case: If you want to create a part of your knob which should be one part on the same height and should be recognized as only one part. Maybe this breaks a little bit with your structure, but I think it could be done.

