Patches item #1572290, was opened at 2006-10-06 19:48
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1572290&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: 8
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: serious troubles with folders with non-ASCII chars on WinXP
Initial Comment:
On Windows XP, you cannot save a new file to any
directory that has non-ASCII characters in it. For
example, if someone has an accented E in their
username, then their home folder will be in
C:\Documents and Settings\USERNAME, where USERNAME is
the name with the accented E.
The work around is to save to the root of C:\, then
move the file to the directory with the non-ASCII
chars. After that, it is possible to save changes.
But the only way to open the file is to double-click it
and let it open via file associations. File->Open
crashes Pd-0.40-2 and nothing happens on
Pd-0.39.2-extended-test5.
This has been confirmed on Pd-0.39.2-extended-test5 and
Pd-0.40-0, on Windows XP US and Spanish editions.
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-06-22 19:24
Message:
confirmed with PdX-0.41-4
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-11 21:48
Message:
Logged In: YES
user_id=27104
Originator: YES
the problem was that the Tcl internal character encoding was just being
sent straight to the pd process without being converted to the current
system encoding. I added Tcl_UtfToExternalDString() as an easy way to
convert from the Tcl encoding to the current system encoding and it seems
to work fine now.
I am raising the priority since it can prevent people from saving.
File Added: fix_encoding_bug_1572290-0.41.4.patch
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-10-06 19:52
Message:
Logged In: YES
user_id=27104
Here's an example error message when I tried to save a new file:
error: C:/Documents and
Settings/hans/Desktop/testbug-üé/Untitled-1.pd: No such file
or directory
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1572290&group_…
Patches item #2419952, was opened at 2008-12-12 09:42
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2419952&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: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Miller Puckette (millerpuckette)
Summary: Add 'get' method to toggle
Initial Comment:
The attached patch provides a 'get' method for the toggle object. This allows the current state of the toggle to be retrieved via it's outlet. Patch against g_toggle.c (revision 10450).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2419952&group_…
Patches item #2804284, was opened at 2009-06-10 18:58
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2804284&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: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Tim Blechmann (timblech)
Assigned to: Nobody/Anonymous (nobody)
Summary: iem_tab x86_64 fix
Initial Comment:
iem_tab x86_64 fix
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-06-22 19:19
Message:
seems like tom already did the very same on his own with rev11356
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2804284&group_…
Patches item #2799414, was opened at 2009-06-01 13:34
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2799414&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: Fixed
Priority: 5
Private: No
Submitted By: Winfried Ritsch (ritsch)
Assigned to: Nobody/Anonymous (nobody)
Summary: Makefile generalized
Initial Comment:
Makefile for iem does not respect Include path PDSOURCE, or other possibility to name one,
So I added
PDSOURCE with default to /usr/local/src/pd/src as an ENVIRONMENT variable,
this was needed for my project
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-06-22 19:10
Message:
applied
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2799414&group_…
Patches item #2806049, was opened at 2009-06-14 02:47
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2806049&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: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Miller Puckette (millerpuckette)
>Summary: [bugfix] renamed arrays do not get used by dsp
Initial Comment:
1. Open help patch for [clip~] and click the msg box to start audio and the [metro]
2. In the tabwrite~ object, rename array99 to array9
3. Rename the array itself to array9
BUG: [tabwrite~] won't send data to the array until you select text in [tabwrite~] or delete the array and click undo. You can also turn audio off and back on and it will work again.
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-06-22 19:01
Message:
attached is a fix that will restart the dsp if audio is running and the
array is usedindsp.
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-06-22 16:11
Message:
or restart the audio.
the solution would be to (internally) re-start audio if a table's name has
changed
confirmed with Pd-0.42-5
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2806049&group_…
Bugs item #2806049, was opened at 2009-06-14 02:47
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2806049&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: Miller Puckette (millerpuckette)
Summary: array update peccadillo
Initial Comment:
1. Open help patch for [clip~] and click the msg box to start audio and the [metro]
2. In the tabwrite~ object, rename array99 to array9
3. Rename the array itself to array9
BUG: [tabwrite~] won't send data to the array until you select text in [tabwrite~] or delete the array and click undo. You can also turn audio off and back on and it will work again.
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-06-22 16:11
Message:
or restart the audio.
the solution would be to (internally) re-start audio if a table's name has
changed
confirmed with Pd-0.42-5
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2806049&group_…
Bugs item #2807222, was opened at 2009-06-16 17:27
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2807222&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.41
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: list-view of tables not working on PdX
Initial Comment:
with the latest and greatest Pd-extended (0.41.4), the list-view of tables does not work any more
reproduce:
1 create [table bla]
2 open table
3 right-click->preferences
4 click "view list" in the array-window
5 error 'wrong # args: should be "array_viewlist id"'
confirmed on debian, ubuntu hoary, hoary/studio and w32/vista
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-06-22 16:08
Message:
of course this should have read:
3 rightclick -> properties
anyhow, it's working with Pd-vanilla 0.41-4 and 0.42-5
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2807222&group_…
Bugs item #2809944, was opened at 2009-06-21 18:11
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2809944&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.42
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: spelling error in a help file
Initial Comment:
message-help.pd
In the above help file:
Pleae change "...push buttins" to "...push buttons"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2809944&group_…
Bugs item #2809818, was opened at 2009-06-21 11:34
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2809818&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: expr bugs
Initial Comment:
* functions "imodf" and "ldexp" don't get recognized (is this because they have trailing whitespace in vexp_fun.c?)
* the "float" function outputs integers
* copysig in vexp_fun.c should be copysign
* "Sum" outputs an error:
expr: Sum: boundries have to be fix values
* "avg", "Avg", and "store" all output errors:
expr: bang: unrecognized result 0
* table/array names in quotes don't get expanded correctly. "$0-myTab" seems to get interpreted as "the value of $0 minus myTab". (They do expand correctly if sent as an $s variable, however.)
* variable names have similar issues: the leading character cannot be a number (though it can be an underscore, and $0 can be sandwiched within the variable name).
winxp sp3, pd-ext 0.41.4
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-06-21 11:36
Message:
For that final point about variables, I mean the variables that are
accessed through the [v] object, not $f1, etc.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2809818&group_…
Bugs item #2809818, was opened at 2009-06-21 11:34
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2809818&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: expr bugs
Initial Comment:
* functions "imodf" and "ldexp" don't get recognized (is this because they have trailing whitespace in vexp_fun.c?)
* the "float" function outputs integers
* copysig in vexp_fun.c should be copysign
* "Sum" outputs an error:
expr: Sum: boundries have to be fix values
* "avg", "Avg", and "store" all output errors:
expr: bang: unrecognized result 0
* table/array names in quotes don't get expanded correctly. "$0-myTab" seems to get interpreted as "the value of $0 minus myTab". (They do expand correctly if sent as an $s variable, however.)
* variable names have similar issues: the leading character cannot be a number (though it can be an underscore, and $0 can be sandwiched within the variable name).
winxp sp3, pd-ext 0.41.4
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2809818&group_…