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_…
Bugs item #1747984, was opened at 2007-07-04 11:45
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1747984&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: Works For Me
Priority: 5
Private: No
Submitted By: Stephen Sinclair (radarsat1)
Assigned to: Nobody/Anonymous (nobody)
Summary: getdir crashes on windows (mingw)
Initial Comment:
I'm using a personally built version of Pd downloaded from CVS. I needed the patch folder, so I compiled the [getdir] object, which works fine on Linux, but on Windows it crashes on [bang].
I looked at it a bit, but I'm at a loss to figure it out: It calls canvas_getdir(), which in turn calls canvas_getenv(). However, any attempt to dereference the pointer returned by canvas_getenv() causes a crash.
I inserted the following code into getdir_bang():
s = (t_symbol**)canvas_getenv(last);
printf("[getdir] getenv: %#x\n", s);
printf("[getdir] getenv->: %#x\n", (*s));
printf("[getdir] getenv->s: %#x\n", (*s)->s_name);
It crashes on the second printf() statement, so the output is:
[getdir] getenv: 0x700a570
12 audio buffers
socket receive error: Unknown error (10054)
There may be something wrong with this pointer, but I cannot see what might be wrong. It is in the g_canvas struct returned originally in getdir_new() by canvas_getcurrent().
----------------------------------------------------------------------
>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-27 22:17
Message:
Logged In: YES
user_id=27104
Originator: NO
Using Pd-0.40.3-extended-20080427 on English Windows XP SP2 with all of
the updates, I could not reproduce this bug.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1747984&group_…
Patches item #1962699, was opened at 2008-05-12 19:16
Message generated for change (Comment added) made by mariusschebella
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: Closed
Resolution: None
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-12 19: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_…
Patches item #1962700, was opened at 2008-05-12 19:18
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=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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1962700&group_…
Patches item #1962699, was opened at 2008-05-12 19:16
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=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: Open
Resolution: None
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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1962699&group_…
Patches item #1959417, was opened at 2008-05-07 07:15
Message generated for change (Comment added) made by mrpeach
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1959417&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: None
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Martin Peach (mrpeach)
Summary: [unpackOSC] should output a message rather than a list
Initial Comment:
the current implementation of [unpackOSC] outputs a list instead of a message.
e.g. the OSC-message "/bla 1 2 3" will be output as "list /bla 1 2 3"
if you want to use [route] to dispatch the message, you therefore have to [list trim] (or [route list]) the "list"-selector away.
([routeOSC] handles these lists quite well)
the attached patch will internally trim the selector away and thus [unpackOSC] will output
"/bla 1 2 3"
([routeOSC] handles these quite well as well)
----------------------------------------------------------------------
>Comment By: Martin Peach (mrpeach)
Date: 2008-05-11 14:27
Message:
Logged In: YES
user_id=919007
Originator: NO
Patch applied, now wait to see if it works...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1959417&group_…
Bugs item #1848150, was opened at 2007-12-10 15:34
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1848150&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: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: wonderingwout (wonderingwout)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: pdp_qt does not load any type of movie (pd 0.40.3-extended)
Initial Comment:
Hard- and software details:
- MacBook 1,83 2GB ram with MacOSX Leopard 10.5.1
- Pd-0.40.3-extended-20071207.app
Error message:
pdp_qt: opening /Users/wout/Documents/PureData/VJ-tool/files/disco1.mov
pdp_qt: video stream found (640x480 pixels, 15 fps, 20 frames, jpeg codec)
pdp_qt: WARNING: unsupported video codec
pdp_qt: ERROR: no usable video stream found.
I tried to load a movies with the following compression types:
- mpeg4
- jpeg
- sorensen video 3
- animation
- none
All with the same failure message.
The same patch with Pd version 0.39.3-extended-rc5 works.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-11 09:53
Message:
Logged In: YES
user_id=27104
Originator: NO
With Pd-extended 0.40.3-20080502 on Mac OS X 10.4.11/Intel I can play the
included anim-1.mov with no problems. Is this still a problem for you?
pdp_qt: opening
/Users/hans/code/pure-data/trunk/Gem/examples/data/anim-1.mov
pdp_qt: video stream found (256x256 pixels, 30 fps, 91 frames, jpeg
codec)
pdp_qt: using colormodel YUV420P
pdp_qt: /Users/hans/code/pure-data/trunk/Gem/examples/data/anim-1.mov
opened
I tried some other movies too, this one worked fine:
pdp_qt: opening /Users/hans/Movies/novnain.mov
pdp_qt: video stream found (320x240 pixels, 30 fps, 3084 frames, SVQ3
codec)
pdp_qt: audio stream found (1 channels, 32000 Hz, 3279744 samples,
chunksize 1067)
pdp_qt: using colormodel YUV420P
This one loaded and showed the first frame, then crashed:
pdp_qt: opening /Users/hans/Movies/explode.mov
pdp_qt: video stream found (320x240 pixels, 30 fps, 712 frames, SVQ1
codec)
pdp_qt: audio stream found (1 channels, 11025 Hz, 261600 samples,
chunksize 367)
pdp_qt: WARNING: unsupported audio codec
pdp_qt: using colormodel YUV420P
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1848150&group_…