Patches item #2835752, was opened at 2009-08-11 20:41
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2835752&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
Private: No
Submitted By: Chris McCormick (chr15m)
Assigned to: Miller Puckette (millerpuckette)
>Summary: floor, ceil functions in expr misdeclared
Initial Comment:
Low-hanging fruit bugfix from notes.txt plus expr-help.pd with a list of all of the builtin functions. Included the scripts to generate that doc.
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-08-21 18:39
Message:
btw, the patch is reversed.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2835752&group_…
Patches item #2835752, was opened at 2009-08-11 20:41
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2835752&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
Private: No
Submitted By: Chris McCormick (chr15m)
Assigned to: Miller Puckette (millerpuckette)
Summary: floor, ciel functions in expr misdeclared
Initial Comment:
Low-hanging fruit bugfix from notes.txt plus expr-help.pd with a list of all of the builtin functions. Included the scripts to generate that doc.
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-08-21 18:39
Message:
btw, the patch is reversed.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2835752&group_…
Patches item #3050371, was opened at 2010-08-21 18:31
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3050371&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
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: [bugfix] print version number
Initial Comment:
in 0.43.test2, the veresion number is not printed correctly when running "pd -version".
rather than the version number, it prints "(null)", since the version string is uninitialized (and luckily set to NULL)
the attached patch fixes this.
(it's a git patch, so apply with "gem am 0001-provide-a-version-string.patch")
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3050371&group_…
Patches item #3050325, was opened at 2010-08-21 10:08
Message generated for change (Tracker Item Submitted) made by whyameye
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3050325&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: whyameye (whyameye)
Assigned to: Nobody/Anonymous (nobody)
Summary: pdp_mix perfect copy for crossfade=1: portable (mmx)
Initial Comment:
when crossfade is set to 1 for [pdp_mix], outlet should return exact copy of middle inlet. Instead [pdp_mix] still tries to mix the left and middle inlet, resulting in slight degradation of the resulting video. Consequently, a feedback loop connecting [pdp_mix] outlet to its middle inlet through a [pdp_del] with crossfade set to 1 will eventually result in a video that is completely black.
This patch adds a trivial copy from the middle inlet to the outlet if the crossfade is set to 1. This patch works for the mmx version of the code. The portabkle (no mmx) version of the code has the same flaw and the patch for this has been submitted with ID 3050324
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3050325&group_…
Patches item #3050324, was opened at 2010-08-21 10:04
Message generated for change (Settings changed) made by whyameye
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3050324&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: whyameye (whyameye)
Assigned to: Nobody/Anonymous (nobody)
Summary: pdp_mix giving imperfect copy for crossfade=1 (no mmx)
Initial Comment:
when crossfade is set to 1 for [pdp_mix], outlet should return exact copy of middle inlet. Instead [pdp_mix] still tries to mix the left and middle inlet, resulting in slight degradation of the resulting video. Consequently, a feedback loop connecting [pdp_mix] outlet to its middle inlet through a [pdp_del] with crossfade set to 1 will eventually result in a video that is completely black.
This patch adds a trivial copy from the middle inlet to the outlet if the crossfade is set to 1. This patch works for the portable (no mmx) version of the code. The mmx version of the code has the same flaw and the patch for this will be submitted separately.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3050324&group_…
Patches item #3050324, was opened at 2010-08-21 10:04
Message generated for change (Tracker Item Submitted) made by whyameye
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3050324&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: whyameye (whyameye)
Assigned to: Nobody/Anonymous (nobody)
Summary: pdp_mix giving imperfect copy for crossfade=1 (no mmx)
Initial Comment:
when crossfade is set to 1 for [pdp_mix], outlet should return exact copy of middle inlet. Instead [pdp_mix] still tries to mix the left and middle inlet, resulting in slight degradation of the resulting video. Consequently, a feedback loop connecting [pdp_mix] outlet to its middle inlet through a [pdp_del] with crossfade set to 1 will eventually result in a video that is completely black.
This patch adds a trivial copy from the middle inlet to the outlet if the crossfade is set to 1. This patch works for the portable (no mmx) version of the code. The mmx version of the code has the same flaw and the patch for this will be submitted separately.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3050324&group_…
Hey Miller,
I'm in the process of sorting thru all of the patches in Pd-extended
and what you have accepted. Everything looks good except for one
patch. it seems the commit message points to this patch, but the
actual changes come from something else entirely:
http://sourceforge.net/tracker/index.php?func=detail&aid=2952880&group_id=5…
.hc
----------------------------------------------------------------------------
If nature has made any one thing less susceptible than all others of
exclusive property, it is the action of the thinking power called an
idea, which an individual may exclusively possess as long as he keeps
it to himself; but the moment it is divulged, it forces itself into
the possession of everyone, and the receiver cannot dispossess himself
of it. - Thomas Jefferson
Patches item #3042790, was opened at 2010-08-10 15:35
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3042790&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: feature
>Status: Closed
>Resolution: Accepted
Priority: 8
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: create USEAPI_DUMMY/s_audio_dummy.c for libpd
Initial Comment:
I set this to high priority since its a trivial change and the only hurdle left before we can use the pure-data.git 0.43 source directly in the libpd/Pd-for-Android project.
This patch creates a "dummy" audio API in the file s_audio_dummy.c, like the existing s_midi_dummy.c. The libpd implementation calls the Pd callback code directly, so this dummy API is needed to keep various other parts of Pd happy, like the GUI.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2010-08-18 14:42
Message:
bizarre but I can't see a better way to do it right now.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3042790&group_…
Patches item #3042790, was opened at 2010-08-10 18:35
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3042790&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: feature
Status: Closed
Resolution: Accepted
Priority: 8
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: create USEAPI_DUMMY/s_audio_dummy.c for libpd
Initial Comment:
I set this to high priority since its a trivial change and the only hurdle left before we can use the pure-data.git 0.43 source directly in the libpd/Pd-for-Android project.
This patch creates a "dummy" audio API in the file s_audio_dummy.c, like the existing s_midi_dummy.c. The libpd implementation calls the Pd callback code directly, so this dummy API is needed to keep various other parts of Pd happy, like the GUI.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-20 17:53
Message:
accepted in git commit dfd586b1993044f8abf635555e5a765864079f5a
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2010-08-18 17:42
Message:
bizarre but I can't see a better way to do it right now.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3042790&group_…
Patches item #3048014, was opened at 2010-08-18 15:30
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3048014&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: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: expose audio/midi information through API
Initial Comment:
the attached patch make the audio/midi information available through the C-API (which backends are available, which devices are there; which parameters for the device)
this allows to implement an in-patch audio/midi preferences system, and is needed for the integra-live project.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-20 17:52
Message:
accepted in git commit d89c9600d9fcfd990c3c0e16ae0456edbb178b7d
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2010-08-18 17:38
Message:
I'm happy to include this but I predict it will never actually solve
anyone's real problems :)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3048014&group_…