Patches item #1439763, was opened at 2006-02-27 09:09
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1439763&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: 9
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: use alsa_adddev only when ALSA is enabled
Initial Comment:
The alsa_adddev() function prototype in s_main.c is not
surrounded by an #ifdef USEAPI_ALSA, so it causes
problem when compiling without ALSA, like on Mac OS X.
Perhaps this is due to gcc 4.0 being less tolerant to
such things.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 22:12
Message:
Logged In: YES
user_id=313747
took for version 0.40
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1439763&group_…
Patches item #1469241, was opened at 2006-04-12 06:01
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1469241&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: 7
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: alsamm channels should not default to min.available channels
Initial Comment:
with alsamm the requested number of channels is ignored.
instead it defaults to "0" which is then clamped
between the minimum and maximum number of channels the
hw supports.
while most cards might only support a fixed number of
channels (minch==maxch), there are other cards (or
rather: drivers) that allow to really select the number
of mmapped channels: e.g. the RME MADI can use any of
1..64 channels in this mode.
with pd's defaults you only get "1" channel (but you
pay for 64!)
attached is a little patch that rather uses the maximum
available channels as a "default" fallback. (patch
against 0.39-2, but very small so might apply to other
versions as well)
of course, the cleanest solution would be to accept the
#channels requested by the user.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 22:08
Message:
Logged In: YES
user_id=313747
taken for 0.40...
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-06-26 08:52
Message:
Logged In: YES
user_id=564396
raised priority, since it makes pd kind of useless with
expansive multichannel cards
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1469241&group_…
Patches item #1469890, was opened at 2006-04-13 08:26
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1469890&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: 5
Submitted By: Martin Peach (mrpeach)
Assigned to: Miller Puckette (millerpuckette)
Summary: Fix for pd main window abrupt exit
Initial Comment:
As suggested by Mathieu Bouchard, I added this line to
u_main.tk:
# Intercept closing the main pd window: MP 20060413:
wm protocol . WM_DELETE_WINDOW menu_quit
This allows the user to save 'dirty' documents before
pd quits, in the case where the user clicks the close
button on the main pd window.
Martin
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 22:05
Message:
Logged In: YES
user_id=313747
good idea... taken for 0.40
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1469890&group_…
Patches item #1473684, was opened at 2006-04-20 09:50
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1473684&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: 8
Submitted By: Thomas Grill (xovo)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix for array overflow
Initial Comment:
in s_inter.c, function sys_startgui the zz array is too
small to hold all members of the defaultfontshit array,
leading to overflow and uneasyness.
Attached is a patch (relative to devel) providing a fix
for the problem.
greetings,
Thomas
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 22:02
Message:
Logged In: YES
user_id=313747
Applied by hand, hope this fixes it. (0.40)
----------------------------------------------------------------------
Comment By: Thomas Grill (xovo)
Date: 2006-04-20 09:51
Message:
Logged In: YES
user_id=350252
increased priority since the bug implies memory corruption
or crashes.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1473684&group_…
Patches item #1516869, was opened at 2006-07-04 02:48
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1516869&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: wishlist
Status: Open
Resolution: None
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: hide object name+args with gop
Initial Comment:
the attached patch adds a new checkbox to the
gop-properties which allows to "hide object name and
arguments".
this makes it possible to have long objectnames which
at the same time are gop-abstractions with a small width.
(i think it is very inconvenient if the minimum width
of a gop-object is determined by the object's name and
its arguments)
this is related to feature request [ 1491020 ]
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 21:49
Message:
Logged In: YES
user_id=313747
Took it for 0.40
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1516869&group_…
Patches item #1507593, was opened at 2006-06-16 16:28
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1507593&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: 8
Submitted By: Thomas Grill (xovo)
Assigned to: Miller Puckette (millerpuckette)
Summary: -typeface option causes memory overflow
Initial Comment:
in s_main.c the char array for the sys_font variable
has a fixed default size. Yet, this array can get with
a longer string overwritten when using the -typeface
option. This causes garbage to destroy the dac settings.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 21:46
Message:
Logged In: YES
user_id=313747
Took it for 0.40
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1507593&group_…
Patches item #1511490, was opened at 2006-06-23 10:58
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1511490&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: 9
Submitted By: Thomas Grill (xovo)
Assigned to: Miller Puckette (millerpuckette)
Summary: g_rtext.c: t_resizebytes loses memory
Initial Comment:
Hi all,
this is a bad bug, and i'm wondering why PD doesn't crash more often as
it does...
in g_rtext.c there are three occurences of t_resizebytes where the result
of the reallocation isn't stored (it might be different from the input).
The attached diff is relative to devel_0_39, but the file doesn't seem to
have changed too much.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 21:41
Message:
Logged In: YES
user_id=313747
Took it for 0.40.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1511490&group_…
Patches item #1529010, was opened at 2006-07-26 07:01
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1529010&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: wishlist
Status: Open
Resolution: None
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: kiosk-mode
Initial Comment:
attached is a patch that adds a "-kiosk" flag to pd.
if the flag is present, pd's functionality is somewhat
limited: the main window is invisible, the patches have
no menus and the shortkeys are disabled.
this is nice, if you don't want people to fuddle with
your patch or scare them off (e.g. public
installations, where people see (and probably can
modify parameters of) the patch; or applications for
people who have no idea what pd is and what the
main-window is for and thus might want to close it)
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 21:40
Message:
Logged In: YES
user_id=313747
There should be separate run-time messages to create and
delete the PD window, enable/disable key accelerators, etc.,
and a patch-specific message (using the new declare object) to
suppress menus for specific windows. On the dolist...
----------------------------------------------------------------------
Comment By: João Miguel Pais (jmmmp)
Date: 2006-07-27 11:40
Message:
Logged In: YES
user_id=1523458
that's great. how about a super-secret (or definable) key
combination to go back to normal mode, in case you need some
sudden maintenance or something?
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-07-26 07:20
Message:
Logged In: YES
user_id=564396
this new patch also displays the "-kiosk" option in "pd -help"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1529010&group_…
Patches item #1532439, was opened at 2006-08-01 07:07
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1532439&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: 5
Submitted By: Guenter Geiger (ggeiger)
Assigned to: Miller Puckette (millerpuckette)
Summary: arrays on 64-bit archs
Initial Comment:
Arrays are currently not working correctly on 64 bit
architectures. This patch implements a solution for the
problem by introducing a ASTRIDE constant, which is the
ratio sizeof(union word)/sizeof(t_sample). The drawback
of this method is that arrays use twice as much memory
on 64 bit archs.
The patch should not affect 32 bit architectures, so
it might be a valid temporal fix.
Guenter
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 21:38
Message:
Logged In: YES
user_id=313747
I don't have a 64 bit machine yet to test this on... will
fix things as soon as I can test them.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1532439&group_…
Patches item #1532458, was opened at 2006-08-01 07:26
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1532458&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: 5
Submitted By: Jamie Tittle (tigital)
Assigned to: Miller Puckette (millerpuckette)
Summary: loading on osx improvements
Initial Comment:
Attached is a patch for src/s_loader.c. NSLinkModule()
and friends have been deprecated for quite awhile in
favor of dlopen(), so this patch makes a better compile
time decision (using AvailabilityMacros.h) on whether
to use one or the other: if it's compiled on 10.3 or
greater, pd will use dlopen() to load externals...
...in addition, it also includes extra error reporting
for NSLinkModule()...
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 21:37
Message:
Logged In: YES
user_id=313747
I think now I'll only be able to test Pd on 10.3 or later,
so will simply use dlopen and take NSlinkModule (etc) out.
----------------------------------------------------------------------
Comment By: Jamie Tittle (tigital)
Date: 2006-08-01 07:28
Message:
Logged In: YES
user_id=634044
forgot to mention that this is against pd_head, as it
already exists in pd_devel...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1532458&group_…