Oscillator bug ? max is hlaf range

Discuss D-Pro Python macro programming, and post any new macros here!
rv2931
Posts: 4
Joined: Sun Aug 04, 2013 10:20 pm

Oscillator bug ? max is hlaf range

Post by rv2931 »

Hello,
I'm using Oscilator functionnality in pyhton script
When I look in the DMX output, it looks to be limited to half of the max value.
If you take the "Attribute Oscillator" effect supplied with the software as example, and put the "Amount" to 100%, you only get half of the maximum value in output.
In the documentation, it is written the "Amount", so the "amp" parameter can be from 0.0 to 2.0.
I tried to multiply by 2 the "Amount" value in the script and it goes wrong with value over 1.0
Is there a bug here ?
Is there a reason why amp can reach 2.0 instead of 1.0 ?
Thank you
RV
jyb
Posts: 6
Joined: Fri Sep 23, 2016 10:11 pm

Re: Oscillator bug ? max is hlaf range

Post by jyb »

I have exactly the same question !!! still working on finding a workaround :) ...
Bmann44
Posts: 1
Joined: Sat Jan 21, 2017 7:34 am

Re: Oscillator bug ? max is hlaf range

Post by Bmann44 »

In D-pro the oscillator can only affect an attribute by 50% of its setting... so if you want something to go from 0% to 100% then you have to set its base attribute in the programmed to 50% then apply the oscillator
Post Reply