[bugs:#1245] vline~ doesn't output starting value

Status: open
Group: v0.47
Labels: bug
Created: Thu May 12, 2016 11:25 PM UTC by Anonymous
Last Updated: Thu May 12, 2016 11:25 PM UTC
Owner: nobody

[0, 44100 1000( -> [line~] outputs 0, 1, 2, 3, 4, 5 etc.
Unlike this, vline~ starts with 1, not with 0 ! I suspect this is not as intended.

Please find a test patch below. Replace line~ by vline~ for comparison.

#N canvas 68 90 450 300 10;
#X obj 26 98 print~;
#X obj 26 16 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1;
#X msg 58 42 0 \, 44100 1000;
#X obj 58 65 line~;
#X text 99 66 or vline~;
#X connect 1 0 2 0;
#X connect 1 0 0 0;
#X connect 2 0 3 0;
#X connect 3 0 0 0;

Sent from sourceforge.net because pd-dev@lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/bugs/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.