tjingboem / Blue-effects

older Blue effects, improved and standardized
3 stars 0 forks source link

check stereo setting spectralscale_shift #29

Open tjingboem opened 3 years ago

tjingboem commented 3 years ago

stereo does not work when flipping to mono

tjingboem commented 3 years ago

solved by using

if changed2(<sample start>) == 1  then
    reinit  STARTPLAYBACK
endif

STARTPLAYBACK:

but without the rireturn

Not quite happy with that- will have to check later