hi, list, im using the mux~ object to route several audio signals, and im getting nasty clicks , it seems it doesnt apply any kind of interpolation: |1, 0 10( | |line~|
is that true? how can i do for avoiding these clicks using mux~??
many thanx
pun chik punchik@fastmail.fm
Hallo, pun chik hat gesagt: // pun chik wrote:
hi, list, im using the mux~ object to route several audio signals, and im getting nasty clicks , it seems it doesnt apply any kind of interpolation: |1, 0 10( | |line~|
is that true? how can i do for avoiding these clicks using mux~??
Use [matrix~] instead.
Frank Barknecht _ ______footils.org__
_ __latest track: "plak" @ http://footils.org/cms/show/44
hi, list, im using the mux~ object to route several audio signals, and im getting nasty clicks , it seems it doesnt apply any kind of interpolation: |1, 0 10( | |line~|
is that true? how can i do for avoiding these clicks using mux~??
Use [matrix~] instead.
or if you want to save cpu power: volctl~
t
Hallo, Tim Blechmann hat gesagt: // Tim Blechmann wrote:
or if you want to save cpu power: volctl~
volctl~ is only for one channel, though, or do you have a newer version? It also seems to require the devel-branch of Pd, IIR?
Frank Barknecht _ ______footils.org__
_ __latest track: "plak" @ http://footils.org/cms/show/44
or if you want to save cpu power: volctl~
volctl~ is only for one channel, though, or do you have a newer version? It also seems to require the devel-branch of Pd, IIR?
sure, it requires the developer's branch ... i don't want to write duplicate code, nor do i want people to blame me if their system crashes, since they use miller's gui communication, that's known to be not threadsafe ...
t