Search code examples
winformsgraphics.net-2.0

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?


Solution

  • 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