Patches item #1426736, was opened at 2006-02-07 23:28
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1426736&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: Accepted
Priority: 9
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: add bang method to [clip]
Initial Comment:
The clip class in x_arithmetic.c is missing a bang
method in contrary to all of the other math objects
with more than one outlet (except atan2, see bug
tracker about that)
Attached patch adds a bang method for clip.
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-14 07:13
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=1426736&group_…
Patches item #1469890, was opened at 2006-04-13 17:26
Message generated for change (Settings changed) made by zmoelnig
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: Closed
>Resolution: Accepted
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-14 07: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 #1507593, was opened at 2006-06-17 01:28
Message generated for change (Settings changed) made by zmoelnig
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: Closed
>Resolution: Accepted
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-14 06: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 19:58
Message generated for change (Settings changed) made by zmoelnig
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: Closed
>Resolution: Accepted
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-14 06: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 #1516869, was opened at 2006-07-04 11:48
Message generated for change (Settings changed) made by zmoelnig
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: Closed
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-14 06: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 #1412469, was opened at 2006-01-22 19:05
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1412469&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: 4
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: allow env vars in path and loadlib on Win32
Initial Comment:
This very minor change allows "path" and "loadlib"
preferences to use Windows environment variables in the
registry.
A more complete solution is proposed in the feature
tracker "minor changes to support env vars on Windows":
http://sourceforge.net/tracker/index.php?func=detail&aid=1412443&group_id=5…
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 22:27
Message:
Logged In: YES
user_id=313747
I need to check this again later -msp
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1412469&group_…
Patches item #1413364, was opened at 2006-01-23 17:28
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1413364&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-dev
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Grill (xovo)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix name clash - specialize PD's portaudio function names
Initial Comment:
Hi all,
when compiling the latest Portaudio V19 source some name clashes
arise between some PD portaudio-related functions (pablio/ringbuffer
stuff) and portaudio itself (which now internally uses a ringbuffer as
well).
To get around that issue it seems to be cleanest to rename the
respective PD functions. This is what the attached patch does.
It is relative to pd-devel, but should be somehow usable for main pd
too.
best greetings,
Thomas
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 22:25
Message:
Logged In: YES
user_id=313747
I think this is fixed now.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1413364&group_…
Patches item #1417751, was opened at 2006-01-28 18:56
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1417751&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: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: make ../bin before compiling
Initial Comment:
Simple makefile.in patch to prevent the bimonthly post
about ../bin being missing when compiling Pd:
cd ../obj; cc -Wl,-export-dynamic -lasound -o
../bin/pd g_canvas.o g_graph.o g_text.o g_rtext.o
g_array.o g_template.o g_io.o g_scalar.o g_traversal.o
g_guiconnect.o g_readwrite.o g_editor.o g_all_guis.o
g_bang.o g_hdial.o g_hslider.o g_mycanvas.o g_numbox.o
g_toggle.o g_vdial.o g_vslider.o g_vumeter.o m_pd.o
m_class.o m_obj.o m_atom.o m_memory.o m_binbuf.o
m_conf.o m_glob.o m_sched.o s_main.o s_inter.o s_file.o
s_print.o s_loader.o s_path.o s_entry.o s_audio.o
s_midi.o d_ugen.o d_ctl.o d_arithmetic.o d_osc.o
d_filter.o d_dac.o d_misc.o d_math.o d_fft.o
d_mayer_fft.o d_fftroutine.o d_array.o d_global.o
d_delay.o d_resample.o x_arithmetic.o x_connective.o
x_interface.o x_midi.o x_misc.o x_time.o x_acoustics.o
x_net.o x_qlist.o x_gui.o x_list.o d_soundfile.o
s_midi_oss.o s_audio_oss.o s_audio_alsa.o
s_audio_alsamm.o s_midi_alsa.o \
-ldl -lm -lpthread -lasound
/usr/bin/ld: cannot open output file ../bin/pd: No such
file or directory
collect2: ld returned 1 exit status
make: *** [../bin/pd] Error 1
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 22:24
Message:
Logged In: YES
user_id=313747
Took it for 0.40
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-06-27 00:27
Message:
Logged In: YES
user_id=27104
I don't know why that dir goes missing, but the "nada" thing
is a bad kludge. Any sane build system will create what it
needs, and clean up what it creates.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-06-26 08:50
Message:
Logged In: YES
user_id=564396
it would be interesting to know where this problem comes from.
in the CVS, there is a file "nada" in the pd/bin/ directory
in order to force creation of the directory when you do a
fresh checkout;
in the pd-0.39-2.src.tar.gz as provided by msp, there is
also the pd/bin directory;
so why are some people missing this directory?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1417751&group_…
Patches item #1417804, was opened at 2006-01-28 21:11
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1417804&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: 7
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: make versions into macros for easier use
Initial Comment:
This patch makes PD_BUGFIX_VERSION and PD_TEST_VERSION
macros in m_pd.h and builds pd_version in s_main.s
using those macros.
Having all four parts of the version defined as macros
will make it much easier to use the version numbers,
like for example, a [version] object or [;pd get
version( message.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 22:22
Message:
Logged In: YES
user_id=313747
modified to avoid the effete asprintf() call, then took for 0.40
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-02-27 09:41
Message:
Logged In: YES
user_id=27104
the original patch did not put the version into
doc/1.manual/1.introduction.txt, which is used as the "About
Pd" page. The second patch fixes that, and moved the
PD_VERSION replacement to the "make install" target rather
than happening dynamically in menu_opentext(). This means
that it is no longer necessary to send the pdgui the
version, since that's the only place that it was used. So
pd_myversion and related elements are removed from u_main.tk
in this patch.
This stuff is included in Pd-extended and makes the version
numbers MUCH easier to handle. I've spent quite a bit of
time figuring out regexps to parse out the ever changing
format of pd_version, so this fix should make things much
easier for anyone who wants to dynamically use the pd
version number.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1417804&group_…
Patches item #1426736, was opened at 2006-02-07 14:28
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1426736&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: 9
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: add bang method to [clip]
Initial Comment:
The clip class in x_arithmetic.c is missing a bang
method in contrary to all of the other math objects
with more than one outlet (except atan2, see bug
tracker about that)
Attached patch adds a bang method for clip.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-13 22:13
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=1426736&group_…