[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] MultiSlider issues




Duh. Now I see that that is the same issue you are reporting. 0 is an integer. 0.0 works fine..

On Dec 17, 2003, at 6:32 PM, James McCartney wrote:

There are some other bugs with SCMultiSliderView.
initializing to a value of zero draws no thumb:

(
w = SCWindow("test", Rect(200 , 450, 200, 200));
v = SCMultiSliderView(w, Rect(0, 0, 180, 180));
v.value = [0, 0.1, 0, 0.1, 0.1, 0, 0, 0.1];
w.front;
)

--
--- james mccartney   james@xxxxxxxxxxxxxx   <http://www.audiosynth.com>
SuperCollider - a real time audio synthesis programming language