Dave Van den Eynde
Dave Van den Eynde

Reputation: 17405

What's a good, affordable "knob" library?

I'm currently thinking of a new pet project, an "editor" for MIDI-enabled synths. I've got the MIDI side covered, I suppose, but what I'm looking for right now is something that can pass for nice "dials" and "knobs" like you see in Ableton Live, Reason, Reaktor, and so forth.

Putting my form full of trackbars, is sort of wasteful, y'know?

So, what is a nice affordable .NET 2.0 library that has that sort of graphical components?

Upvotes: 0

Views: 2250

Answers (3)

Eugene Yokota
Eugene Yokota

Reputation: 95614

I've never used this myself, but found KineticaRT controls. $67.06.

alt text
(source: eclipse.co.uk)

GMSI.Net Knob v2.0. $169.00.

alt text http://www.globalmajic.com/mc_images/product/thumbnail/net_knob150.jpg

Upvotes: 0

Khurram Aziz
Khurram Aziz

Reputation: 1498

1- http://www.codeproject.com/KB/cs/industrial_controls.aspx has some related controls (C#)

2- http://www.c-sharpcorner.com/UploadFile/desaijm/KnobControlusingWindowsForms11182005004925AM/KnobControlusingWindowsForms.aspx is another C# based Knob Control

Used the (2) personally on one project and it worked great (though not visually very strong). (1) looks cooler but havn't explored

Upvotes: 2

dreadjr
dreadjr

Reputation:

Check out some of these. If none just do search for ".net gauges". Most of the major UI control libraries have a gauge or dashboard library.

http://www.perpetuumsoft.com/Product.aspx?lang=en&pid=44 http://www.brothersoft.com/software_developer/microsoft_.net/.net_dashboard_suite_56186.html http://www.componentone.com/SuperProducts/GaugesSilverlight/ http://www.dundas.com/

Upvotes: 0

Related Questions