clicks when changing controllers
hi all, i've made a picture slider controller which acts
as a crossfader between 6 speakers, yet i get these odd clicks
when i start crossfading. i tryd to solve it whith the pack line method whith every change fading in quickly but it doesn't seem to work, can anybody give me some advice on how to do this best. thanx in advance
greetz thom
I assume you're using [*~ ] to control the amplitude of audio sent to each speaker. If you use [sig~ ] to convert the output of pictslider into a signal, then you can use [rampsmooth~ ], [slide~ ] or [onepole~ ] to smooth the value changes. Or, go back to the [pack ] [line~ ] method, but make sure you use [line~ ] not [line ].
Are you using [line~] the signal rate object? You will get clicks if you're modifying something at control rate. Perhaps post a patch to show what you have so far.
lh