Patches item #3485013, was opened at 2012-02-06 08:28
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3485013&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: File->Save As..., Edit->Copy, Edit->Select All for Pd Window
Initial Comment:
I just implemented File->Save As..., Edit->Copy, and Edit->Select All for
the Pd window. Its not the whole list that you posted here, but I think
its the most commonly used ones. Its in Pd-extended, and I attached the
patch.
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2012-08-31 15:48
Message:
applied - 0.44
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2012-02-16 14:08
Message:
x0V7jz <a href="http://iudhaaqllzhm.com/">iudhaaqllzhm</a>,
[url=http://yedimckrnkdq.com/]yedimckrnkdq[/url],
[link=http://aygazhtvcgyl.com/]aygazhtvcgyl[/link],
http://wxbunjrnpczw.com/
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3485013&group_…
Patches item #3485013, was opened at 2012-02-06 08:28
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3485013&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: File->Save As..., Edit->Copy, Edit->Select All for Pd Window
Initial Comment:
I just implemented File->Save As..., Edit->Copy, and Edit->Select All for
the Pd window. Its not the whole list that you posted here, but I think
its the most commonly used ones. Its in Pd-extended, and I attached the
patch.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2012-08-31 15:48
Message:
applied - 0.44
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2012-02-16 14:08
Message:
x0V7jz <a href="http://iudhaaqllzhm.com/">iudhaaqllzhm</a>,
[url=http://yedimckrnkdq.com/]yedimckrnkdq[/url],
[link=http://aygazhtvcgyl.com/]aygazhtvcgyl[/link],
http://wxbunjrnpczw.com/
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3485013&group_…
I got the Mac Jenkins server back up and running. Hopefully it stays
that way for a while:
https://macosx105-i386.pdlab.puredata.info/
Attached are the HTTPS cert fingerprints, if you don't feel like
installing the https://cacert.org root certs:
.hc
Feature Requests item #3563340, was opened at 2012-08-30 08:08
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3563340&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: a real "undo" instead of this one
Initial Comment:
Since creationorder IS generally important, especially when concerning datastructures, I'd like to have a real "undo". For example if I delete something from my patch and click "undo" it will not be "undeleted" but it will be recreated - as if I would have done it manually! Thus changing the order of creation!!
So what we have now is not really an "undo" since the actual state is not restored.. This can lead to nasty bugs and confusion!! And it does - don't use undo, just to be on the safe side..
I actually I don't know how the patch-data is stored before it has been saved to harddisk, but it can't consume too much space, since the savefiles are not that big either..
So could one solution just be to "store" the last, say 50, steps one did in separate patches, as if one would have saved the patch to separate files after each step, and then reload the appropriate one on "undo-action"???
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3563340&group_…
Patches item #3561928, was opened at 2012-08-26 14:06
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3561928&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: documentation
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Silagra
Initial Comment:
Silagra
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3561928&group_…
Feature Requests item #3561715, was opened at 2012-08-25 08:29
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3561715&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Why not %.. instead of $.. ?? ..and more..
Initial Comment:
Maybe it is too obvious, but not to me..
1. Why don't we use "%.." as in the [makefilename] in [msg('s as well?? Most new people seem to have problems with "$" inside and outside of [msg('s...
2. forget "1.": What's about a message-object?? I don't mean a "[message(" but a "[message]"!
It would have some advantages over the [msg(. E.g one could replace it with something else by rewriting the content instead of deleting the [msg( and it's connections and creating another object and it's connections at it's place.
Furthermore besides the actual message, the object could take one symbol as an argument. This would be a user-defined placeholder for inlets or something like this.. just as "$.." does in [msg('s or [expr].
The advantage is obviously that the user can choose a symbol that is not content of the message.
So in the end one would have something like this:
[it costs $1$( , would become
[%, it costs %1$]
I know it works with "external" symbols, too. But that's rather a workaround, isnt it?? ...e.g. [pack f s]--[it costs $1$2 ( etc...
Any opinions, whether pro or contra??
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3561715&group_…
Bugs item #3561710, was opened at 2012-08-25 07:56
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3561710&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Need for SSE2 instructions??
Initial Comment:
Hello,
I just wonder if the [metro] needs to have "SSE2-code"?? As far as I tested this is the only object with SSE2-code in pd-0.43.x ?!?
..had some problems with [print], but they disappeared again..
Well I just ask, cause with pd-0.42.5 it was possible to make it run on a really oldschool machine!!!
It runs on a WIN98SE AMD1500Mhz (single-core) & onbord-sound with 12-16 ms latency (asio4all)! ..so it's a rather outdated, not-optimized-for-sound system... ...but it works like a charm! And it will works with even less I guess..
On the one hand it's good to make it run as fast as possible, on the other hand it's a good thing to make it run everywhere... The best thing would be to make [metro] (and other objects) check if it can run fast or if it only works in "compatibility-mode". ..or just set the whole pd to a "compatibility-mode" if needed...
Now, would this be alot of work??
Thx & bye
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3561710&group_…
Bugs item #3561699, was opened at 2012-08-25 07:28
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3561699&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: DS-[drawpolygon]-Bug (works on Win, but not on Mac)
Initial Comment:
Hey, I don't know if it has already been mentioned, but on the forums it occured, that there is a slightly different behavior concerning datastructures on win and mac (I don't know about linux...).
On mac one can't create "dots" with a [drawpolygon] of length 0 (= 2 points with same coords..) and a non-zero line-width! On win it just works..
Can someone else give it a try, maybe?!
...I'm not that shure about the pd-version, but actually I don't think it'll make a difference since datastructures have not been taken care of that much, as far as I know..
All I can tell is that it works on win with pd0.42.5ext! ...so to make a more sensible bugreport out of it, can someone else please give it a try as well!?!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3561699&group_…
Bugs item #3561396, was opened at 2012-08-24 13:42
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3561396&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: v0.38.4
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: cialis prezzo
Initial Comment:
cialis prezzo
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3561396&group_…