Making a circular NSSlide look and behave like in GarageBand

Posted by Koning Baard on Stack Overflow See other posts from Stack Overflow or by Koning Baard
Published on 2010-06-13T12:23:31Z Indexed on 2010/06/13 12:32 UTC
Read the original article Hit count: 264

I am new to drawing with Cocoa, and I am making some software which will have sliders similar to these found in GarageBand:

GB Sliders

These look beautiful and can be controld by moving the mouse up and down.

Can you help me with customizing NSSliders by subclassing them, so I can make them look and behave exactly as in GarageBand? Thanks.


I have one image for the knob which should be rotated as they do not need to be in 3D .

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa