Patches item #3108513, was opened at 2010-11-13 13:48
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3108513&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: Pending
Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Ivica Ico Bukvic (ico_bukvic)
Assigned to: Nobody/Anonymous (nobody)
Summary: [bugfix] collection of fixes improving scrolling/popup
Initial Comment:
For detailed info please see my post to pd-dev list http://www.mail-archive.com/pd-dev@iem.at/msg08015.html
This patch differs from one submitted to pd-dev mailing list in that it adjusts changes to pd.tk to reflect additions that have been made to it since (some chunks apply with "fuzz" enabled but they should all apply rather cleanly). It should be applied against latest Pd-extended 0.42.5 svn branch. NB: I have not had a chance to do the porting to 0.43 as I am still using 0.42.5.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-07-11 23:22
Message:
Ico, I think you're the only one wanting to maintain an 'oldstable' 0.42
branch. I think basically all other Pd development is done on the HEAD of
git and svn, so for working for the rest of the pd devs, I think its safe
to say that the HEAD of git and svn is the standard which to base patches
on.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-07-11 03:04
Message:
hein?
maybe this changed while i was on holidays, but afair whenever there was a
new Pd version then old versions would not be bug-fixed anymore (e.g. once
0.37.0 was released, there was never a 0.36.17). however, maybe someone has
offered to generously sponsor an old-stable maintainance programme.
if 0.43 is "not yet production ready", then i would like to ask everybody
to not (back)port bugfixes for 0.42.8 but instead make 0.43 ready for
primetime.
----------------------------------------------------------------------
Comment By: Ivica Ico Bukvic (ico_bukvic)
Date: 2011-07-07 21:10
Message:
Since a number of users have reported that 0.43 is not yet production
ready, this may be very appropriate for a 0.42.7 release. That said, there
is an even better version of the scrolling code and supporting features in
the 20110427 pd-l2ork snapshot.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-07-07 15:08
Message:
These patches should be updated to apply to the HEAD of the pure-data git.
Also, its easiest to manage if all changes are in a single patch file.
"git format-patch" works nicely for that.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3108513&group_…
Bugs item #3363274, was opened at 2011-07-11 13:19
Message generated for change (Tracker Item Submitted) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3363274&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: v0.43
Status: Open
Resolution: None
Priority: 2
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Nobody/Anonymous (nobody)
Summary: selection appears in msg box after Ctrl/Cmd triple-clicking
Initial Comment:
Here's how to reproduce
- new patch
- create msg box
- add some text in the message box
- click background to create
- hold down Ctrl/Cmd and triple-click the message box fast
You will see the msg box is not in the editing state, but the text gets selected
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3363274&group_…
----- "Patrice Colet" <colet.patrice(a)free.fr> a écrit :
> The problem I'm encountering on win32 with makefile.am is that pd.dll
> is not built
>
>
if I add this:
if WINDOWS
LIBS += -lwsock32 -lwinmm -lole32
pd_CFLAGS += -DUSEAPI_MMIO -DPD_INTERNAL
pd_SOURCES += s_audio_mmio.c s_midi_mmio.c
lib_LTLIBRARIES = libpd.la
libpd_la_SOURCES = $(pd_sources)
libpd_la_LDFLAGS = -no-undefined
pd_LDADD = libpd.la
bin_SCRIPTS =
endif
libpd.dll building is initiated:
Creating library file: .libs/libpd.dll.a but the linker complains about
> ----- "IOhannes m zmoelnig" <zmoelnig(a)iem.at> a écrit :
>
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > On 2011-07-11 17:59, Hans-Christoph Steiner wrote:
> > >
> > > We have the opposite problem than that automake hack is trying to
> > > solve. When ASIO is including, then everything including
> portaudio
> > is
> > > built and linked using g++. Portaudio fails to build with g++, so
> > we
> > > need to find a way to make only ASIO build with g++, while the
> rest
> > > build with gcc. I think automake will still choose g++ for
> linking
> > > since its choosing g++ for ASIO.
> > >
> >
> > ah thanks for clarifying the problem.
> >
> > however: automake will chose the _compiler_ on a file-per-file
> basis;
> > so
> > forcing the _linker_ to be CXX for pd, should have no effect on the
> > compilining portaudio (and creating the portaudio library)
> >
> > fgamdr
> > IOhannes
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.11 (GNU/Linux)
> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> >
> > iEYEARECAAYFAk4bIPIACgkQkX2Xpv6ydvTdYwCfUlNGwDybirLriNT1O6UwV8v1
> > j68AnjgGtdThIklLxRGBSN9vK4anSbjx
> > =HAmS
> > -----END PGP SIGNATURE-----
> >
> >
> > _______________________________________________
> > Pd-dev mailing list
> > Pd-dev(a)iem.at
> > http://lists.puredata.info/listinfo/pd-dev
>
> --
> Patrice Colet
>
> _______________________________________________
> Pd-dev mailing list
> Pd-dev(a)iem.at
> http://lists.puredata.info/listinfo/pd-dev
--
Patrice Colet
Patches item #3108513, was opened at 2010-11-13 19:48
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3108513&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: Out of Date
Priority: 5
Private: No
Submitted By: Ivica Ico Bukvic (ico_bukvic)
Assigned to: Nobody/Anonymous (nobody)
Summary: [bugfix] collection of fixes improving scrolling/popup
Initial Comment:
For detailed info please see my post to pd-dev list http://www.mail-archive.com/pd-dev@iem.at/msg08015.html
This patch differs from one submitted to pd-dev mailing list in that it adjusts changes to pd.tk to reflect additions that have been made to it since (some chunks apply with "fuzz" enabled but they should all apply rather cleanly). It should be applied against latest Pd-extended 0.42.5 svn branch. NB: I have not had a chance to do the porting to 0.43 as I am still using 0.42.5.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-07-11 09:04
Message:
hein?
maybe this changed while i was on holidays, but afair whenever there was a
new Pd version then old versions would not be bug-fixed anymore (e.g. once
0.37.0 was released, there was never a 0.36.17). however, maybe someone has
offered to generously sponsor an old-stable maintainance programme.
if 0.43 is "not yet production ready", then i would like to ask everybody
to not (back)port bugfixes for 0.42.8 but instead make 0.43 ready for
primetime.
----------------------------------------------------------------------
Comment By: Ivica Ico Bukvic (ico_bukvic)
Date: 2011-07-08 03:10
Message:
Since a number of users have reported that 0.43 is not yet production
ready, this may be very appropriate for a 0.42.7 release. That said, there
is an even better version of the scrolling code and supporting features in
the 20110427 pd-l2ork snapshot.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-07-07 21:08
Message:
These patches should be updated to apply to the HEAD of the pure-data git.
Also, its easiest to manage if all changes are in a single patch file.
"git format-patch" works nicely for that.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3108513&group_…
I've found the odd part of that page is that they use LTLIBRARIES variable while pd/src/Makefile.am doesn't.
> On Fri, 01 Jul 2011 19:36 +0200, "IOhannes m zmölnig"
> > On 07/01/2011 06:24 PM, Hans-Christoph Steiner wrote:
> > >
> > >> the trick to use g++ for linking, is to use a dummy .cpp file,
> so
> > >> autotools will automatically choose g++.
> > >>
> > >> something like:
> > >> <snip>
> > >> nodist_EXTRA_pd_SOURCES=
> > >> if PORTAUDIO
> > >> nodist_EXTRA_pd_SOURCES += dummy.cpp
> > >> endif
> > >> </snip>
> > >
> > > It would be worth trying:
> > >
> > > LD=$CXX
> > >
> >
> >
> http://www.gnu.org/software/automake/manual/html_node/Libtool-Convenience-L…
>
> That solution at the bottom of that page looks easy but a bit odd. I
> suppose its the 'official' way. Patco, do you think you can try to
> get
> that working?
>
> .hc
>
> _______________________________________________
> Pd-dev mailing list
> Pd-dev(a)iem.at
> http://lists.puredata.info/listinfo/pd-dev
--
Patrice Colet
Patches item #3361846, was opened at 2011-07-10 08:57
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3361846&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: Anthony Lauzon (pfaffian)
>Assigned to: Miller Puckette (millerpuckette)
Summary: bonk~ max/msp fixes
Initial Comment:
Patch consists of 3 changes:
1. Moving some PD specific code inside of #ifdef PD blocks so bonk~ compiles for Max/MSP
2. Bonk template reading/writing correctly works from Max/MSP.
3. "learn" was not using its argument, so every hit was being interpreted as a new template. changed that behaviour.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3361846&group_…
Patches item #3361846, was opened at 2011-07-10 08:57
Message generated for change (Tracker Item Submitted) made by pfaffian
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3361846&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: Anthony Lauzon (pfaffian)
Assigned to: Nobody/Anonymous (nobody)
Summary: bonk~ max/msp fixes
Initial Comment:
Patch consists of 3 changes:
1. Moving some PD specific code inside of #ifdef PD blocks so bonk~ compiles for Max/MSP
2. Bonk template reading/writing correctly works from Max/MSP.
3. "learn" was not using its argument, so every hit was being interpreted as a new template. changed that behaviour.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3361846&group_…
Patches item #3106799, was opened at 2010-11-10 13:21
Message generated for change (Comment added) made by ico_bukvic
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3106799&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: 6
Private: No
Submitted By: Ivica Ico Bukvic (ico_bukvic)
Assigned to: Miller Puckette (millerpuckette)
Summary: [bugfix] GOP leaving zombie objects after disabling GOP
Initial Comment:
Apologies for previous post without logging in. Please disregard the previous report and use this one instead.
Following applies to pd-extended and pd 0.42.5. Open attached gop_test.pd patch and do the following:
1) right-click on [pd something] and click on "properties
2) check "enable gop" option and apply (*do not* close properties window)
3) uncheck "enable gop" option and apply
4) you should see zombified GOP items that were not properly erased, in some cases the original pd something will be impossible to open by clicking on the object with tk errors being reported to the console
This to the best of my knowledge together with other patches I submitted before via mailing list should take care of all GOP bugs I am currently aware of.
----------------------------------------------------------------------
>Comment By: Ivica Ico Bukvic (ico_bukvic)
Date: 2011-07-08 05:02
Message:
Sure, I however would not call that a fix or a workaround.
----------------------------------------------------------------------
Comment By: João Pais (jmmmp)
Date: 2011-07-08 04:03
Message:
to my knowledge, usually these kind of mistakes disappear if the window is
closed/opened again (ie. redrawn). In case you're working on a subpatch, of
course.
----------------------------------------------------------------------
Comment By: Ivica Ico Bukvic (ico_bukvic)
Date: 2011-07-07 20:11
Message:
Please note that this works just fine in pd-l2ork, likely due to a bunch of
other improvements to the GOP mechanism, so the suggested step 5) reported
below does not apply to pd-l2ork.
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2011-07-07 11:56
Message:
Problem still exists in Pd-vanilla 0.43.0. (Ubuntu Maverick)
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-02-08 05:18
Message:
btw, the patch still applies cleanly and the problem does go away
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-02-08 05:15
Message:
i think this bug is still in 0.43.0test4
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2011-01-09 00:12
Message:
I think this is fixed already in 0.43.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3106799&group_…
Patches item #3106799, was opened at 2010-11-10 19:21
Message generated for change (Comment added) made by jmmmp
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3106799&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: 6
Private: No
Submitted By: Ivica Ico Bukvic (ico_bukvic)
Assigned to: Miller Puckette (millerpuckette)
Summary: [bugfix] GOP leaving zombie objects after disabling GOP
Initial Comment:
Apologies for previous post without logging in. Please disregard the previous report and use this one instead.
Following applies to pd-extended and pd 0.42.5. Open attached gop_test.pd patch and do the following:
1) right-click on [pd something] and click on "properties
2) check "enable gop" option and apply (*do not* close properties window)
3) uncheck "enable gop" option and apply
4) you should see zombified GOP items that were not properly erased, in some cases the original pd something will be impossible to open by clicking on the object with tk errors being reported to the console
This to the best of my knowledge together with other patches I submitted before via mailing list should take care of all GOP bugs I am currently aware of.
----------------------------------------------------------------------
Comment By: João Pais (jmmmp)
Date: 2011-07-08 11:03
Message:
to my knowledge, usually these kind of mistakes disappear if the window is
closed/opened again (ie. redrawn). In case you're working on a subpatch, of
course.
----------------------------------------------------------------------
Comment By: Ivica Ico Bukvic (ico_bukvic)
Date: 2011-07-08 03:11
Message:
Please note that this works just fine in pd-l2ork, likely due to a bunch of
other improvements to the GOP mechanism, so the suggested step 5) reported
below does not apply to pd-l2ork.
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2011-07-07 18:56
Message:
Problem still exists in Pd-vanilla 0.43.0. (Ubuntu Maverick)
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-02-08 11:18
Message:
btw, the patch still applies cleanly and the problem does go away
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-02-08 11:15
Message:
i think this bug is still in 0.43.0test4
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2011-01-09 06:12
Message:
I think this is fixed already in 0.43.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3106799&group_…