Should hrange and vrange be ready for use?
I tested the following csd on Windows (most recent 32 bit with Cabbage’s own Csound version) but the result is an immediate crash. On Mac it doesn’t crash but the widget doesn’t appear. It’s obviously the hrange that is causing the crash on Windows as removing removes the crash. The widget code was taken from the manual example.
I’m looking forward to replacing the flaky hslider2s!
<Cabbage>
form caption("Test") size(410, 520)
hrange bounds(92, 16, 400, 30), channel("rangeone1", "rangetwo1"), range(-2000, 100, -100:100, 1, .001)
</Cabbage>
<CsoundSynthesizer>
<CsOptions>
-dm0 -n
</CsOptions>
<CsInstruments>
instr 1
endin
</CsInstruments>
<CsScore>
i 1 0 3600
</CsScore>
</CsoundSynthesizer>