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_…
Patches item #3042363, was opened at 2010-08-10 04:40
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3042363&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: None
>Status: Closed
>Resolution: Accepted
Priority: 7
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: finalized automake support
Initial Comment:
this patch finishes the automake support for pd-0.43
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-20 17:51
Message:
accepted in git commits:
d128213141ac687ab98e17aab4ac10e3bdbb0f9d
20e829e15df256467815d99e96b9557d2d0d3ae4
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2010-08-18 17:35
Message:
ok, tried again (didn't know about "git am" which was the magic I needed)
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-08-18 16:18
Message:
as it is a git-patch the patch should be applied with
$ git am 0001-finished-automake-2nd-attempt.patch
if you want to apply it with
$ patch < 0001-finished-automake-2nd-attempt.patch
you have to first create an m4/ directory
there are still some warnings about trailing whitespaces and the
commit-log not being properly utf-8
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-18 16:15
Message:
works for me on Ubuntu/Lucid
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-08-18 15:54
Message:
i just ran iconv to convert it to utf-8;
i hope it's ok now
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-18 15:49
Message:
0001-finished-automake-2nd-attempt.patch is not UTF-8, but something else
that gedit had trouble recognizing which encoding is used. I think your
best bet is to remove the ö and replace it with oe like you have elsewhere
in the patch.
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-08-18 14:09
Message:
unfortunately parts of the patch were not applied.
attached is an updated version against the current git.
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2010-08-18 00:14
Message:
The patch got a complaint about pd.pc.in getting supplied twice. I applied
the patch
anyway, and hope it will all work OK :)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3042363&group_…
Patches item #3035455, was opened at 2010-07-27 14:10
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3035455&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: bugfix
Status: Closed
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Vladimir Gorsunov ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Correct error messages for ALSA device setup
Initial Comment:
-
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-20 17:49
Message:
accepted in git commit 31daa9c7a4b8b99a975aa9ab2a02bc271df7cd0b
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-08-04 05:15
Message:
currently when initializing alsa, all errors will be logged as "(input)",
regardless of whether they are input or output errors.
the patch seems to fix this by printing "(output)" where output is
concerned and "(input)" where input is concerned.
it doesn't do anything else.
i would include it.
vladimir: if you want patches to be included you should be more verbose
than "this fixes a bug"; people need to invest time to review the patch and
it's a bit frustrating to stare at diffs only to find out that the original
poster was not happy with the indentation.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-07-27 15:18
Message:
can you give more information on the problem this patch is addressing?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3035455&group_…
Patches item #3031833, was opened at 2010-07-19 17:43
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3031833&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
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: updated helpbrowser.tcl
Initial Comment:
I used helpbrowser.tcl in Pd-extended 0.42.5 and fixed a bunch of bugs there. This is the Pd-extended 0.42.5 helpbrowser.tcl ported to git/0.43
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-20 17:45
Message:
accepted in git commit 2f64202d377d9130224d4bf7276058e9bba78da1
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-02 10:17
Message:
Things like not looking in the entire path for libraries, sometimes
libraries showing up twice, etc.
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-08-02 08:05
Message:
could you provide any information on what those "bunch of bugs" is about?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3031833&group_…