Hi. I just wanted to call the developers' attention to the thread at http://lists.puredata.info/pipermail/pd-list/2011-10/092037.html. For a project I'm working on it would be great to know the reasons for this, and if there is a fix that can be made.
Thanks,
João Pais
On Tue, 2011-10-25 at 10:53 +0200, João Pais wrote:
Hi. I just wanted to call the developers' attention to the thread at http://lists.puredata.info/pipermail/pd-list/2011-10/092037.html. For a project I'm working on it would be great to know the reasons for this, and if there is a fix that can be made.
Thanks,
Can you specify where this happens?
Roman
look at the thread, besides explanations there's an example file.
On Tue, 2011-10-25 at 10:53 +0200, João Pais wrote:
Hi. I just wanted to call the developers' attention to the thread at http://lists.puredata.info/pipermail/pd-list/2011-10/092037.html. For a project I'm working on it would be great to know the reasons for this, and if there is a fix that can be made.
Thanks,
Can you specify where this happens?
Roman
On Tue, 2011-10-25 at 15:51 +0200, João Pais wrote:
look at the thread, besides explanations there's an example file.
Forgive my blindness, but I still couldn't find the answer to my question in the thread. Are you implying it happens on any Pd flavor / OS?
ROman
On Tue, 2011-10-25 at 10:53 +0200, João Pais wrote:
Hi. I just wanted to call the developers' attention to the thread at http://lists.puredata.info/pipermail/pd-list/2011-10/092037.html. For a project I'm working on it would be great to know the reasons for this, and if there is a fix that can be made.
Thanks,
Can you specify where this happens?
Roman
ah you meant where as in which os, and not in which situation?
I am in XP, and Katja should be in some kind of linux, afaik. I didn't test it in any other system than mine.
On Tue, 2011-10-25 at 15:51 +0200, João Pais wrote:
look at the thread, besides explanations there's an example file.
Forgive my blindness, but I still couldn't find the answer to my question in the thread. Are you implying it happens on any Pd flavor / OS?
ROman
On Tue, 2011-10-25 at 10:53 +0200, João Pais wrote:
Hi. I just wanted to call the developers' attention to the thread at http://lists.puredata.info/pipermail/pd-list/2011-10/092037.html.
For a
project I'm working on it would be great to know the reasons for
this,
and if there is a fix that can be made.
Thanks,
Can you specify where this happens?
Roman
Hi all --
There's indeed a limit of 2000 (if drawn as points) or 1000 (if as a polygon) -- this is in lines such as:
if (ndrawn > 2000 || ixpix >= 3000) break;
and
if (ndrawn >= 1000) goto ouch;
in plot_vis() in g_template.c.
I don't know how far Tcl/Tk can be pushed, but try deleting those lines and see what happens :)
cheers Miller
On Tue, Oct 25, 2011 at 07:59:27PM +0200, João Pais wrote:
ah you meant where as in which os, and not in which situation?
I am in XP, and Katja should be in some kind of linux, afaik. I didn't test it in any other system than mine.
On Tue, 2011-10-25 at 15:51 +0200, João Pais wrote:
look at the thread, besides explanations there's an example file.
Forgive my blindness, but I still couldn't find the answer to my question in the thread. Are you implying it happens on any Pd flavor / OS?
ROman
On Tue, 2011-10-25 at 10:53 +0200, João Pais wrote:
Hi. I just wanted to call the developers' attention to the thread at http://lists.puredata.info/pipermail/pd-list/2011-10/092037.html.
For a
project I'm working on it would be great to know the reasons for
this,
and if there is a fix that can be made.
Thanks,
Can you specify where this happens?
Roman
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
Hi Hans,
I'm inviting you to the discussion :) Can you have a look at this paragraph from Miller?
Hi all --
There's indeed a limit of 2000 (if drawn as points) or 1000 (if as a polygon) -- this is in lines such as:
if (ndrawn > 2000 || ixpix >= 3000) break;
and
if (ndrawn >= 1000) goto ouch;
in plot_vis() in g_template.c.
I don't know how far Tcl/Tk can be pushed, but try deleting those lines and see what happens :)
Do you think it would be a good idea to remove this? As I understand, this limit happens in all OSs, right?
If you think this is worthwhile, can you comment it out in the nightly builds, so that in the next days it can be tested? Since there is no zoom in the arrays, I wanted to make an array with 5000+ points (and scroll the window).
Best,
João