hi cyrille ...
i'm experiencing some problems with line ...
if i'm ramping from value a to value b, it's possible, that not value b is reached, but another value ... it's a problem when a new ramp is started, while another one is still active ....
i think this is a bug, since the value is going to exceed the requested region.
would be great if you could have a look at it ...
thanks ... tim
hello tim,
i can't reproduve this. di you have an example patch? thanks cyrille
Tim Blechmann a écrit :
hi cyrille ...
i'm experiencing some problems with line ...
if i'm ramping from value a to value b, it's possible, that not value b is reached, but another value ... it's a problem when a new ramp is started, while another one is still active ....
i think this is a bug, since the value is going to exceed the requested region.
would be great if you could have a look at it ...
thanks ... tim
i can't reproduve this. di you have an example patch? thanks cyrille
oops ... forgot to attach ...
tim
hello tim,
to have value outside of the [initial value, final value] is possiblee due to the 3d order interpolation.
but you're right, there is a bug with line3, while sending a message like [0, 127 1000< , the 0 does not work like sending [0< and later [127 1000<
i'm looking fot the bug.
cyrille
Tim Blechmann a écrit :
i can't reproduve this. di you have an example patch? thanks cyrille
oops ... forgot to attach ...
tim
fix and commited. please try again...
btw, here is an example of line3 output value outsite the [begin,end] range.
cyrille
cyrille henry a écrit :
hello tim,
to have value outside of the [initial value, final value] is possiblee due to the 3d order interpolation.
but you're right, there is a bug with line3, while sending a message like [0, 127 1000< , the 0 does not work like sending [0< and later [127 1000<
i'm looking fot the bug.
cyrille
Tim Blechmann a écrit :
i can't reproduve this. di you have an example patch? thanks cyrille
oops ... forgot to attach ...
tim
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
#N canvas 665 235 531 602 10; #X obj 32 161 line3 0 10; #X obj 32 58 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 32 105 delay 1000; #X obj 32 80 t b b; #X floatatom 32 185 5 0 0 0 - - -; #X obj 82 200 vsl 15 128 0 127 0 0 empty empty empty 0 -8 0 8 -262144 -1 -1 0 1; #X msg 32 134 100 2000; #X msg 100 134 0 , 100 1100; #X connect 0 0 4 0; #X connect 0 0 5 0; #X connect 1 0 3 0; #X connect 2 0 6 0; #X connect 3 0 2 0; #X connect 3 1 7 0; #X connect 6 0 0 0; #X connect 7 0 0 0;
fix and commited. please try again...
thanks ...
btw, here is an example of line3 output value outsite the [begin,end] range.
ok ... i've got you ... thanks for the explanation ...
cheers ... tim