Re: [Linuxsampler-devel] qsampler - bug - volume slider

2008-06-25 Thread Emanuel Rumpf
2008/6/24 Christian Schoenebeck <[EMAIL PROTECTED]>: > Try: > > LANG=C qsampler > > That's a local dependent bug (comma vs. point for decimal separator in > floating point numbers). hm.. I set LANG=C and tested with: # echo $LANG C then compiled QS, LS, etc.. , but the problem remained. as soo

Re: [Linuxsampler-devel] qsampler - bug - volume slider

2008-06-24 Thread Christian Schoenebeck
Es geschah am Sunday 22 June 2008 als Emanuel Rumpf schrieb: > hi > > I'd like to report, that in > the cvs-version of qsampler (or liblscp, etc.) > the volume sliders do not work. Try: LANG=C qsampler That's a local dependent bug (comma vs. point for decimal separator in floating point numbers

[Linuxsampler-devel] qsampler - bug - volume slider

2008-06-22 Thread Emanuel Rumpf
hi I'd like to report, that in the cvs-version of qsampler (or liblscp, etc.) the volume sliders do not work. Values of 0 or 100 have effect, but no values between. This applies to channel volume sliders and global volume slider. It seems, that volume is muted (or set to 0) for values < 1. -