stereo gizmo~?
is there a way to make gizmo~ stereo? or an alternative for it maybe?
i'm using one gizmo~ for my left channel and one for my right channel but it seems they get out of phase when they receive a new pitch scaling factor.
AFAIK the only way is to use 2 gizmos. The gizmo object only deals with mono signals... post your patch here so people can help you with whatever the problem is!
n
is there maybe an external like gizmo~ wich does handle stereo signals?
I've not tried this, so it may not work, but if you set the transposition factor of both gizmo~ objects with a single sig~ into 2 snapshot~ objects with an interval of 1 sample, and changed the signal value of sig~ with a flonum would that help at all? I'm assuming that the cause of the phase difference is due to left-to-right ordering of the messages that change the transposition factor. But that might not be at all related to the problem you describe.
I'll have a go in the morning with two gizmo's to see what you mean regarding the phasing.