heavy icon indicating copy to clipboard operation
heavy copied to clipboard

[pow~] unexpected behaviour

Open danielrothmann opened this issue 8 years ago • 2 comments

I've encountered an issue using the signal-rate [pow~] object. In my patch, I am calculating [sig~ 2] to the [pow~] of an [adc~] signal. However, when implemented in Unity, this always returns 2, where it should return a range between 0.5 and 2 depending on the signal. The normal [pow] object works as expected.

Replacing [pow~] with [hv.pow] resolved the issue without further changes in the patch. I have attached the two PD patches, osc_wavetable_single.26 using the built-in [pow~] and osc_wavetable_single.30 using [hv.pow].

osc_wavetable_single.26.pd.src.zip

osc_wavetable_single.30.pd.src.zip

danielrothmann avatar Jun 21 '17 07:06 danielrothmann

@danielrothmann I've pushed a hotfix to the current release (r2017.06). You should be good to go.

mhroth avatar Jun 21 '17 08:06 mhroth

That's great, thanks!

danielrothmann avatar Jun 21 '17 09:06 danielrothmann