Patches item #1154131, was opened at 2005-03-01 12:05
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1154131&group_…
Category: puredata
Group: bugfix
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Winfried Ritsch (ritsch)
Assigned to: Nobody/Anonymous (nobody)
Summary: alsamm channel count change bugfix
Initial Comment:
with linux pd 0-38-4 and probably earlier versions
if eg rme9652 card is used with alsammap and the wrong
number of channels is given then pd segfaults.
for the bug see
http://sourceforge.net/tracker/index.php?func=detail&aid=1154130&group_id=5…
change of the sys_inchannels and
sys_out_channels and memory allocation with in stuff
exported function
sys_setchsr(alsamm_inchannels, alsamm_outchannels,
alsamm_sr)
after a forced change of number of channels.
GUI doesnt respect this
Additional, the two variables alsamm_inchannels and
alsamm_outchannels are initialized on open (since
multiple open can happen with use of the GUI).
mfG Winfried Ritsch
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-05-18 11:23
Message:
Logged In: YES
user_id=564396
accepted by millerpuckette
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06:23
Message:
Logged In: YES
user_id=313747
Took it (0.39test)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1154131&group_…
Patches item #1061665, was opened at 2004-11-06 23:16
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1061665&group_…
Category: puredata
Group: bugfix
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Thomas Grill (xovo)
Assigned to: Nobody/Anonymous (nobody)
Summary: compilation fix: prototype for sys_argparse
Initial Comment:
now works under MSW too
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-05-18 11:22
Message:
Logged In: YES
user_id=564396
accepted by millerpuckette
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06:43
Message:
Logged In: YES
user_id=313747
Took it (0.39test2).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1061665&group_…
Patches item #1061666, was opened at 2004-11-06 23:18
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1061666&group_…
Category: puredata
Group: bugfix
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Thomas Grill (xovo)
Assigned to: Nobody/Anonymous (nobody)
Summary: compilation fix: Registry HKEY
Initial Comment:
the HKEY variables have been used as HKEY **, instead
of HKEY
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-05-18 11:22
Message:
Logged In: YES
user_id=564396
accepted by millerpuckette
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06:43
Message:
Logged In: YES
user_id=313747
Took it (0.39test2).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1061666&group_…
Patches item #1057297, was opened at 2004-10-30 15:45
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1057297&group_…
Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Tim Blechmann (timblech)
Assigned to: Nobody/Anonymous (nobody)
Summary: setable font
Initial Comment:
this patch adds a command line flag called -typeface
... this allows the user to use a custom typeface
(standard is courier)
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-05-18 11:22
Message:
Logged In: YES
user_id=564396
accepted by millerpuckette
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06:47
Message:
Logged In: YES
user_id=313747
Took it (0.38test2)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1057297&group_…
Patches item #1050128, was opened at 2004-10-19 17:37
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1050128&group_…
Category: puredata
Group: bugfix
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Guenter Geiger (ggeiger)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fixed -nogui behaviour on Windows
Initial Comment:
This patch is against pd from CVS
mar oct 19 17:34:56 CEST 2004
The patch fixes the problems when running pd with -nogui
under windows. It seems that the select() function under
windows can not cope with timeouts when there are no
filedescriptors to select on. This is why putting a
netreceive
in the patch fixed the behaviour.
This patch fixes the problem by calling the "Sleep()"
function
in case there is no filedescriptor to poll.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-05-18 11:21
Message:
Logged In: YES
user_id=564396
accepted by millerpuckette
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06:54
Message:
Logged In: YES
user_id=313747
Took it (0.39test2)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1050128&group_…
Patches item #1083495, was opened at 2004-12-11 17:25
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1083495&group_…
Category: puredata
Group: bugfix
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Jamie Tittle (tigital)
Assigned to: Nobody/Anonymous (nobody)
Summary: s_loader.c: osx external loading
Initial Comment:
...years ago, the NSLINKMODULE_OPTION_PRIVATE flag was
introduced to NSLinkModule() in an effort to prevent pd
from crashing when a library is loaded that has
duplicate symbols to an already loaded library...sure,
it's desirable to not crash, but this flag has the side
effect of artificially partitioning the loaded symbols
such that we can't access one library easily from
another...
...so, this patch removes the PRIVATE flag and adds
another RETURN_ON_ERROR flag, which works as
advertised...I've also added a small bit of code to
spit out some info about what the error was, and in
which file...
...another point to consider is the linker flag
-flat_namespace, and whether it is needed at all
anymore (the default would be -twolevel_namespace)...
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-05-18 11:21
Message:
Logged In: YES
user_id=564396
accepted by millerpuckette
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06:37
Message:
Logged In: YES
user_id=313747
Took it (0.39test2)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-04-13 06:03
Message:
Logged In: YES
user_id=27104
Check out externals/build/darwin/makefile. Its been using
-bundle -bundle_loader ../path/to/pd successfully for a
while now.
externals/OSCx is using -bundle_loader.. but has
-flat_namespace, so maybe that should be changed as well.
----------------------------------------------------------------------
Comment By: Jamie Tittle (tigital)
Date: 2005-04-12 19:56
Message:
Logged In: YES
user_id=634044
...after further exploration with linking and loading other
externals, I think we can leave -flat_namespace behind and
just use something like the following:
PREFIX = $(HOME)/pd-0.38-4/
LFLAGS = -bundle -bundle_loader $(PREFIX)/bin/pd
...notice that we don't need to say "-two_level_namespace",
because it is default...without the -bundle_loader bit, you
get all kinds of problems with undefined symbols...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1083495&group_…
Patches item #1070303, was opened at 2004-11-21 04:54
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1070303&group_…
Category: puredata
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: carmen rocco (ix9)
Assigned to: Nobody/Anonymous (nobody)
Summary: gui: drag&drop / mousewheel
Initial Comment:
mousewheel to scroll patch window, normal is vertical,
shift-scroll is sideways.. you can still bind to wheel
events inside a widget and override the canvas'..
drag&drop requires tkdnd.sourceforge.net, if you dont
have it installed nothing happens.. drop onto the top
window (with the console) and theyre opened in current
instance, or keep a palette of abstractions to drop on
a canvas:
http://replic.net/~ix/pd/GrO/pdnd.PNG (cursor's hiding..)
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-05-18 11:20
Message:
Logged In: YES
user_id=564396
accepted by millerpuckette
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06:39
Message:
Logged In: YES
user_id=313747
Took it (0.39test2) -- I don't have a mouse wheel, nor drag
and drop
support, so I'm just hoping this works...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1070303&group_…
Patches item #1094910, was opened at 2005-01-03 11:50
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1094910&group_…
Category: puredata
Group: bugfix
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Tim Blechmann (timblech)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix for cnv empty label bug
Initial Comment:
after sending an empty label to the canvas with
|;mycanvas label( the
cnv object gets corrupted: fix is attached ...
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-05-18 11:20
Message:
Logged In: YES
user_id=564396
accepted by millerpuckette
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06:36
Message:
Logged In: YES
user_id=313747
Took it (0.39test2). Didn't even check what it did.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1094910&group_…
Patches item #1103416, was opened at 2005-01-16 19:18
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1103416&group_…
Category: puredata
Group: bugfix
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: carmen rocco (ix9)
Assigned to: Nobody/Anonymous (nobody)
Summary: window geometry fix
Initial Comment:
files saved on dual or quad-monitor setups or
just larger screens in general may have windows
which draw offscreen..this slides them into view
considering the available screen dimensions.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-05-18 11:19
Message:
Logged In: YES
user_id=564396
accepted by millerpuckette
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06:28
Message:
Logged In: YES
user_id=313747
Took it (0.38test)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1103416&group_…
Patches item #1143751, was opened at 2005-02-18 13:31
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1143751&group_…
Category: puredata-dev
Group: bugfix
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Nobody/Anonymous (nobody)
Summary: exporting mayer_fft for MSW...
Initial Comment:
to ensure that pd.lib exports the
mayer_fft()-functions, we have to import "m_pd.h" in
"d_mayer_fft.c" (as shown in d_fftroutine.c)
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-05-18 11:18
Message:
Logged In: YES
user_id=564396
accepted by millerpuckette
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06:24
Message:
Logged In: YES
user_id=313747
Took it (0.39test)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1143751&group_…