Patches item #1963983, was opened at 2008-05-14 13:36
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1963983&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: bugfix
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: use FILENAME_MAX for all filenames, since its < MAXPDSTRING
Initial Comment:
On Windows, FILENAME_MAX is much smaller than MAXPDSTRING, so I replaced MAXPDSTRING with FILENAME_MAX everywhere I could find that is related to filenames. FILENAME_MAX is a POSIX standard macro for defining the max length of a complete filename.
The current situation could result in crashes on Windows.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-14 13:39
Message:
Logged In: YES
user_id=27104
Originator: YES
oops, removed add_tilde_support_toopen-0.41.4.patch from this one
File Added: use_FILENAME_MAX_for_file_operations-0.41.4.patch
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1963983&group_…
Patches item #1963983, was opened at 2008-05-14 13:36
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1963983&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: bugfix
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: use FILENAME_MAX for all filenames, since its < MAXPDSTRING
Initial Comment:
On Windows, FILENAME_MAX is much smaller than MAXPDSTRING, so I replaced MAXPDSTRING with FILENAME_MAX everywhere I could find that is related to filenames. FILENAME_MAX is a POSIX standard macro for defining the max length of a complete filename.
The current situation could result in crashes on Windows.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1963983&group_…
Patches item #1961878, was opened at 2008-05-11 09:28
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1961878&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: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: add ~ and env var support to paths when opening files
Initial Comment:
Created sys_expandpath() to replace ~ with $HOME and expand env vars on Windows. This function is then used in sys_trytoopenone() so that ~ works with all opening operations.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-14 13:24
Message:
Logged In: YES
user_id=27104
Originator: YES
updated to fix crasher bug on GNU/Linux
File Added: add_tilde_support_toopen-0.41.4.patch
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1961878&group_…
Hallo,
SourceForge.net hat gesagt: // SourceForge.net wrote:
> Feature Requests item #1065953, was opened at 2004-11-13 18:44
> Message generated for change (Comment added) made by eighthave
> You can respond by visiting:
> https://sourceforge.net/tracker/?func=detail&atid=478073&aid=1065953&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: data structures
> Group: Next Release (example)
> >Status: Closed
> Priority: 5
> Private: No
> Submitted By: Hans-Christoph Steiner (eighthave)
> Assigned to: Miller Puckette (millerpuckette)
> Summary: mouse pointer for moving a point in a scalar
>
> Initial Comment:
>
> When editing scalars with the mouse in Run mode, the
> mouse pointer changes to a two-headed arrow to
> represent that you can change the width of an array
> point. The mouse pointer does not change when its
> above the spot where you can move an array point with
> the mouse.
>
> ----------------------------------------------------------------------
>
> >Comment By: Hans-Christoph Steiner (eighthave)
> Date: 2008-05-14 08:54
>
> Message:
> Logged In: YES
> user_id=27104
> Originator: YES
>
> This has been implemented in Pd-extended 0.40.3
>
I'm wondering why this bug/Feature request was closed? It wasn't
related to pd-extended as far as I can see. And the assignement to
Miller made it look like a report regarding Pd vanilla.
Ciao
--
Frank
Bugs item #1963644, was opened at 2008-05-14 04:03
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1963644&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: None
Status: Open
Resolution: None
Priority: 2
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
>Assigned to: Nobody/Anonymous (nobody)
Summary: http-links do not open...
Initial Comment:
when i click on "Help->report bug" i get the following error on the stderr and nothing happens:
/usr/bin/gnome-open 'http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070'
Error showing url: There was an error launching the default action command associated with this location.
same with all other http URLs.
the IRC-one works fine (it also uses gnome-open)
this is on debian lenny/sid with Pd-0.40.3-extended-20080514-debian-stable-i386.deb
i am using KDE and not gnome.
i have never touched the settings of gnome-open, so i am not sure why it does not work...
most likely (well, i am sure that) this is problem of gnome-open; however i think it does not add to a positive first glance...
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-14 08:49
Message:
Logged In: YES
user_id=27104
Originator: NO
Since you are using KDE, I recommend:
apt-get remove gnome-open
The URLs in the Help menu work for me on Ubuntu, Debian/GNOME, Mac OS X,
and Windows. I don't use KDE at all, so if you can make it work better
there, please do.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1963644&group_…
Patches item #1962700, was opened at 2008-05-12 19:18
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1962700&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: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: two embedded prefs for Mac: default and override all
Initial Comment:
This patch creates two different kinds of embedded org.puredata.pd.plist prefs files on Mac OS X. The first is the default settings that come with Pd-extended.app, the second is a prefs file that overrides all others, so that people can make their own custom apps based on the Pd.app, and be sure that the user's prefs aren't going to override things.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-13 13:06
Message:
Logged In: YES
user_id=27104
Originator: YES
That could work. I don't think this will cover every possibility. I
think a more straightforward approach would be to handle very special
hardware setups in the patch rather than the preferences. I think the
preferences should be general things, since you can't really query or test
for failures with the preferences system.
For the built-in audio, it almost always just works, so specific
configuration isn't needed.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2008-05-13 03:37
Message:
Logged In: YES
user_id=564396
Originator: NO
hmm, but how should the author of a custom app know about the
hardware-settings of the end-user?
wouldn't it be better to split the configuration files into
machine-dependencies (soundcard,...) and user-dependencies (libs,...) which
could then be overridden seperately?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1962700&group_…
Bugs item #1963644, was opened at 2008-05-14 10:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1963644&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: None
Status: Open
Resolution: None
Priority: 2
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: http-links do not open...
Initial Comment:
when i click on "Help->report bug" i get the following error on the stderr and nothing happens:
/usr/bin/gnome-open 'http://sourceforge.net/tracker/?func=add&group_id=55736&atid=478070'
Error showing url: There was an error launching the default action command associated with this location.
same with all other http URLs.
the IRC-one works fine (it also uses gnome-open)
this is on debian lenny/sid with Pd-0.40.3-extended-20080514-debian-stable-i386.deb
i am using KDE and not gnome.
i have never touched the settings of gnome-open, so i am not sure why it does not work...
most likely (well, i am sure that) this is problem of gnome-open; however i think it does not add to a positive first glance...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1963644&group_…
Patches item #1962700, was opened at 2008-05-13 01:18
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1962700&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: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: two embedded prefs for Mac: default and override all
Initial Comment:
This patch creates two different kinds of embedded org.puredata.pd.plist prefs files on Mac OS X. The first is the default settings that come with Pd-extended.app, the second is a prefs file that overrides all others, so that people can make their own custom apps based on the Pd.app, and be sure that the user's prefs aren't going to override things.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2008-05-13 09:37
Message:
Logged In: YES
user_id=564396
Originator: NO
hmm, but how should the author of a custom app know about the
hardware-settings of the end-user?
wouldn't it be better to split the configuration files into
machine-dependencies (soundcard,...) and user-dependencies (libs,...) which
could then be overridden seperately?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1962700&group_…
Patches item #1962699, was opened at 2008-05-13 01:16
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1962699&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: documentation
>Status: Deleted
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: marius schebella (mariusschebella)
Assigned to: Nobody/Anonymous (nobody)
Summary: typo in pix_record-help
Initial Comment:
there was an error in the helpfile for pix_record.
it had [file /tmp/movie.mov(
but it must be [file $1( to work with the connected openpanel stuff.
attached a corrected version.
----------------------------------------------------------------------
Comment By: marius schebella (mariusschebella)
Date: 2008-05-13 01:19
Message:
Logged In: YES
user_id=1856112
Originator: YES
ooops, sorry, my mistake, everything is correct. I guess I just wanted to
test the sourceforge tracker system...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1962699&group_…
Bugs item #1065333, was opened at 2004-11-12 09:31
Message generated for change (Settings changed) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1065333&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: readsf~
Initial Comment:
pd crashes the whole system and can't even be killed by
the watchdog (i'm using -rt) when more than 20 readsf~s
(i'm not sure if it is always exactly 20) are created
one by one in an empty patch. the whole computer
becomes unresponsive to anything and the hard drive
thrashes constantly. computer can only be restarted
with power button. this is even before any messages
have been sent to the readsf~s or dsp has been turned on.
i'm using 0.38 test 10 on planetCCRMA fedora core 1
with jack.
stefan turner
stefan underscore turner at yahoo dot co dot uk
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2008-05-12 19:20
Message:
Logged In: YES
user_id=1312539
Originator: NO
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 07:51
Message:
Logged In: YES
user_id=27104
Originator: NO
I was not able to reproduce this on Mac OS X 10.4.11/Intel using
Pd-0.40.3-extended-20080427. Is this still a problem anywhere?
I attached my test patch.
File Added: manyreadsf.pd
----------------------------------------------------------------------
Comment By: Anton Woldhek (anton-w)
Date: 2004-11-28 23:32
Message:
Logged In: YES
user_id=1139337
This behaviour doesnt seem to happen on the win32 version of pd.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1065333&group_…