views:

214

answers:

3

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?

A: 
eed3si9n
A: 

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/

+1  A: 

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

Khurram Aziz
I like the first one. The behaviour of the LBKnob may not be exactly what I need, but since it's free and the source is included, I might get by with some tweaking. Thanks!
Dave Van den Eynde