Bugs item #3393013, was opened at 2011-08-17 12:31
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3393013&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.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pd won't start with Novation keyboard connected
Initial Comment:
I can't get Pd 0.43.0 to launch when I have a Novation ReMOTE 25 LE keyboard connected to my MacBook Pro (OS X 10.6.8, 2.2GHz Core 2 Duo). The icon bounces in the dock, then stops loading. Attach is the console log.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3393013&group_…
Patches item #3383901, was opened at 2011-08-01 16:21
Message generated for change (Comment added) made by jancsika1
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3383901&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: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: word wrap in pdwindow
Initial Comment:
This patch changes the Pd window to make line breaks at word boundaries. This is more legible than the default text widget behavior, which is to break at character boundaries.
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2011-08-17 01:17
Message:
I'm not quite sure what the purpose would be. I'm submi
tting this as an improvement over tk's default wrapping
, which splits atoms in the pdwindow. I suppose there's
the slight side effect of introducing more ambiguity b
etween word wrapping and the line breaks which represen
t the end of a message, but generally one scans for "pr
int" or whatever one specified as an argument to print,
followed by a colon. (Anyhow, the way to get rid of t
hat ambiguity altogether is to have two bgcolors that a
lternate each time something is posted to the pdwindow.
)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-08-16 23:30
Message:
this would make a good GUI plugin, it would be simple, something like:
.pdwindow.text configure -wrap word
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3383901&group_…
Patches item #3383901, was opened at 2011-08-01 16:21
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3383901&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: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: word wrap in pdwindow
Initial Comment:
This patch changes the Pd window to make line breaks at word boundaries. This is more legible than the default text widget behavior, which is to break at character boundaries.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-08-16 23:30
Message:
this would make a good GUI plugin, it would be simple, something like:
.pdwindow.text configure -wrap word
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3383901&group_…
Patches item #3110267, was opened at 2010-11-16 13:56
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3110267&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: externals
Group: bugfix
Status: Pending
Resolution: Rejected
Priority: 5
Private: No
Submitted By: Ivica Ico Bukvic (ico_bukvic)
Assigned to: Nobody/Anonymous (nobody)
Summary: [bugfix] cyclone usability improvements
Initial Comment:
Following fixes core miXed/cyclone functionality (miXed/shared/hammer/file.c file) to allow for easier editing of coll files as well as other objects that use hammereditor_open function (about dozen from the cyclone library).
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-08-15 18:22
Message:
No argument here that ttk stuff looks better.
With Miller's Mac builds, they use the built-in Tcl/Tk. Mac OS X < 10.6
is on Tcl/Tk 8.4.7 and last I checked, Miller still includes 8.4 with his
Windows builds.
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2011-08-15 16:02
Message:
I will apply the fix for the missing console_font variable, but I would
like to know why some Vanilla versions still ship with 8.4. If there is a
good reason, I will remove "ttk::" from "ttk::scrollbar" (which, by the
way, is wider and looks way better in Gnome-- and probably KDE-- than the
dinky old Motif style scrollbars).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-08-15 13:54
Message:
There are a couple of problems with this patch that limit the
compatibility, so I can't responsibly apply it:
- adding 'ttk::' means its only compatible with Tcl/Tk >= 8.5, some
versions of Vanilla still ship with 8.4
- the Tcl variable console_font does not exist in Pd 0.43 or Pd-extended
0.43, only Pd-extended < 0.43
Also, it needs to be updated to apply to the latest version that's in SVN.
If those are fixed, I would apply it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3110267&group_…
Patches item #3110267, was opened at 2010-11-16 13:56
Message generated for change (Comment added) made by jancsika1
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3110267&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: externals
Group: bugfix
Status: Pending
Resolution: Rejected
Priority: 5
Private: No
Submitted By: Ivica Ico Bukvic (ico_bukvic)
Assigned to: Nobody/Anonymous (nobody)
Summary: [bugfix] cyclone usability improvements
Initial Comment:
Following fixes core miXed/cyclone functionality (miXed/shared/hammer/file.c file) to allow for easier editing of coll files as well as other objects that use hammereditor_open function (about dozen from the cyclone library).
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2011-08-15 16:02
Message:
I will apply the fix for the missing console_font variable, but I would
like to know why some Vanilla versions still ship with 8.4. If there is a
good reason, I will remove "ttk::" from "ttk::scrollbar" (which, by the
way, is wider and looks way better in Gnome-- and probably KDE-- than the
dinky old Motif style scrollbars).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-08-15 13:54
Message:
There are a couple of problems with this patch that limit the
compatibility, so I can't responsibly apply it:
- adding 'ttk::' means its only compatible with Tcl/Tk >= 8.5, some
versions of Vanilla still ship with 8.4
- the Tcl variable console_font does not exist in Pd 0.43 or Pd-extended
0.43, only Pd-extended < 0.43
Also, it needs to be updated to apply to the latest version that's in SVN.
If those are fixed, I would apply it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3110267&group_…
Patches item #3110267, was opened at 2010-11-16 13:56
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3110267&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: externals
Group: bugfix
>Status: Pending
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: Ivica Ico Bukvic (ico_bukvic)
Assigned to: Nobody/Anonymous (nobody)
Summary: [bugfix] cyclone usability improvements
Initial Comment:
Following fixes core miXed/cyclone functionality (miXed/shared/hammer/file.c file) to allow for easier editing of coll files as well as other objects that use hammereditor_open function (about dozen from the cyclone library).
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-08-15 13:54
Message:
There are a couple of problems with this patch that limit the
compatibility, so I can't responsibly apply it:
- adding 'ttk::' means its only compatible with Tcl/Tk >= 8.5, some
versions of Vanilla still ship with 8.4
- the Tcl variable console_font does not exist in Pd 0.43 or Pd-extended
0.43, only Pd-extended < 0.43
Also, it needs to be updated to apply to the latest version that's in SVN.
If those are fixed, I would apply it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3110267&group_…
Bugs item #3391623, was opened at 2011-08-14 20: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=3391623&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: wrong description for framp~
Initial Comment:
In doc/5.reference/intro-help.pd:
[framp~] - output a ramp for each block
should read
[framp~] - estimate frequency and amplitude of FFT components
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3391623&group_…
Bugs item #3390786, was opened at 2011-08-12 21:54
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3390786&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: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: cant save new path entry
Initial Comment:
pd 0.43.1extended-20110812
debian squeeze 64/virtualbox host:windows7professional64
some externals are not in the path, eg pmpd. adding /usr/lib/pd-extended/extra/pmpd will work temporarily, but entry is gone on next startup.
adding to existing path separated by colon ':' behaves the same way.
this occurs both in debian and with the latest windows build.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3390786&group_…
How about turning off anonymous posting on the bug/patch/feature
trackers? The spam rate is increasing, and the anonymous bug reports
are either people who forgot to login, or otherwise quite low quality.
.hc
Begin forwarded message:
> From: "SourceForge.net" <noreply(a)sourceforge.net>
> Date: August 4, 2011 11:56:29 PM EDT
> To: "SourceForge.net" <noreply(a)sourceforge.net>
> Subject: [PD-dev] [ pure-data-Feature Requests-3386499 ]
> uftRFrmaytPSaihNksG
>
> Feature Requests item #3386499, was opened at 2011-08-05 03:56
> Message generated for change (Tracker Item Submitted) made by nobody
> You can respond by visiting:
> https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3386499&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: abstractions
> Group: Next Release (example)
> Status: Open
> Priority: 5
> Private: No
> Submitted By: Nobody/Anonymous (nobody)
> Assigned to: Nobody/Anonymous (nobody)
> Summary: uftRFrmaytPSaihNksG
>
> Initial Comment:
> 2xRW1g <a href="http://jbznfbwwzzwq.com/">jbznfbwwzzwq</a>, [url=http://jrrefggrwqmn.com/
> ]jrrefggrwqmn[/url], [link=http://hvlfkmizxyyi.com/]hvlfkmizxyyi[/
> link], http://yvlthgsufwvc.com/
>
> ----------------------------------------------------------------------
>
> You can respond by visiting:
> https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3386499&group_…
>
> _______________________________________________
> Pd-dev mailing list
> Pd-dev(a)iem.at
> http://lists.puredata.info/listinfo/pd-dev
----------------------------------------------------------------------------
As we enjoy great advantages from inventions of others, we should be
glad of an opportunity to serve others by any invention of ours; and
this we should do freely and generously. - Benjamin Franklin