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-17 11:35
Message:
In all the tools I use, from terminals to log viewers to programming
editors, they wrap on characters rather than words. That's pretty typical
for UNIX or GNU tools. I am sure many people would prefer word wrapping,
therefore a GUI plugin gives us both options.
----------------------------------------------------------------------
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_…
Bugs item #3393135, was opened at 2011-08-17 17:11
Message generated for change (Tracker Item Submitted) made by lucos
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3393135&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: Luc Deschenaux (lucos)
Assigned to: Nobody/Anonymous (nobody)
Summary: pd midi problems
Initial Comment:
Running on ubuntu 11.04 natty amd64 with kernel 2.6.38-8-generic, i have a midi interface on hw:1 (a Tascam US-122L soundcard, but only the midi interface is usable)
I can see incoming midi messages with amidi -d -p hw:1
-------------
- Pd 0.43.1extended-20110817 amd 64 (run with -alsamidi -mididev 1)
I try to send sysex via <midiout> but it doesn't works (the led on the midi interface is not blinking)
Although <noteout> and <pgmout> are working in midi-help.pd (but crash pd when i dont unload module snd_seq_dummy or aconnect -d the kernel midithru port before)
<midiin> and <sysexin> aren't working (i cannot test <notein> or <ctlin>)
:-(
----------------
- Pd-0.43.1test2 amd 64 (from git 20110817) and ran with -alsamidi -mididev 1: (same for version 0.42.6)
<midiout> sends data to the interface,
but <midiin> and <sysexin> aren't receiving any data from the interface,
although they echo data i send to <midiout> when the kernel midi thru port (snd_seq_dummy) is connected
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3393135&group_…
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_…