<div class="markdown_content"><hr/>
<p><strong> <a class="alink" href="https://sourceforge.net/p/pure-data/bugs/1245/">[bugs:#1245]</a> vline~ doesn't output starting value</strong></p>
<p><strong>Status:</strong> open<br/>
<strong>Group:</strong> v0.47<br/>
<strong>Labels:</strong> bug <br/>
<strong>Created:</strong> Thu May 12, 2016 11:25 PM UTC by Anonymous<br/>
<strong>Last Updated:</strong> Thu May 12, 2016 11:25 PM UTC<br/>
<strong>Owner:</strong> nobody</p>
<p><span>[0, 44100 1000( -> [line~]</span> outputs 0, 1, 2, 3, 4, 5 etc.<br/>
Unlike this, vline~ starts with 1, not with 0 ! I suspect this is not as intended.</p>
<p>Please find a test patch below. Replace line~ by vline~ for comparison.</p>
<div class="codehilite"><pre>#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;
</pre></div>


<hr/>
<p>Sent from sourceforge.net because pd-dev@lists.iem.at is subscribed to <a href="https://sourceforge.net/p/pure-data/bugs/">https://sourceforge.net/p/pure-data/bugs/</a></p>
<p>To unsubscribe from further messages, a project admin can change settings at <a href="https://sourceforge.net/p/pure-data/admin/bugs/options.">https://sourceforge.net/p/pure-data/admin/bugs/options.</a>  Or, if this is a mailing list, you can unsubscribe from the mailing list.</p></div>