Patches item #3283782, was opened at 2011-04-10 19:02
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3283782&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
…
[View More]Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: unauthorized w32 missing externals
Initial Comment:
this archive contains all the patches for compiling almost all missing unauthorized externals
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3283782&group_…
[View Less]
Patches item #3283775, was opened at 2011-04-10 18:56
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3283775&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
…
[View More]Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: unauthorized w32 missing external
Initial Comment:
this patch fixes unauthorized/playlist.dll
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3283775&group_…
[View Less]
Patches item #3279373, was opened at 2011-04-07 09:09
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3279373&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: Fixed
>Priority: 6
Private: …
[View More]No
Submitted By: Matteo Sisti Sette (sistisette)
>Assigned to: Miller Puckette (millerpuckette)
>Summary: [bugfix] create Motion/ButtonPress bindings for all modifers
Initial Comment:
Up to 0.42.x, dragging the cursor on a number box while pressing ctrl+shift while NOT in edit mode was equivalent to dragging while pressing shift while in edit mode,i.e. it caused the number to change by decimal increments.
In 0.42.3 this doesn't work any more (shift+dragging while in edit mode does work)
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-04-10 13:33
Message:
I forgot to add all the relevant bindings. This patch adds the bindings
for all modifier keys to Motion and ButtonPress events.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3279373&group_…
[View Less]
hello,
----- "dmotd" <inaudible(a)simplesuperlativ.es> a écrit :
> and the source of my original problem, milllers pd.dll breaking the
> gnu
> linker likely will effect building other libs under mingw.
>
did you try to compile Miller's pd.dll with makefile.mingw ?
http://pure-data.svn.sourceforge.net/viewvc/pure-data/branches/pd-extended/…
wouldn't it be easier to use pd.dll from pd-extended rather, because it has been compiled with mingw?
--
Patrice Colet
fwd'd from flext list..
background: i've been working on a new autotools template for flext
based libs and started testing on windows platform with cygwin + mingw,
immediate issues with building flext lib itself.
have any pd-devs experienced this 'undefined reference' issue with the
linker?
i'm testing against millers pd-0.43-0.msw.zip on win2k and winxp
virtualbox images. build logs attached.
cheers,
dmotd
-------- Original Message --------
Subject: Re: [flext] autotools builders - …
[View More]flext and gnu/windows
Date: Mon, 4 Apr 2011 14:27:52 +0200
From: Thomas Grill <gr(a)grrrr.org>
To: dmotd <inaudible(a)simplesuperlativ.es>
CC: flext(a)grrrr.org
hi dmotd, many thanks for your efforts,
> mingw (gcc 4.5.2):
> with both your buildsys (cmd prompt) and autoconf (msys shell),
> mingw will build all the static libs, but fails at the linker stage
> when building the dynamic library, with a bunch of undefined
> references (see attachment).
>
> i have attempted to encourage the build further by passing linker
> flags (-Wl,--as-needed and -Wl,--no-undefined *plus numerous others/
> combinations*) but nothing seems to make it budge. i'm not sure if
> the compiler is being pedantic or i'm just not understanding
> something.
>
I can remember that problem - it is connected to the way how global
variables (like garray_class, s_float etc.) in Pd are defined for the
linker.
I must have found a solution once....
> cygwin (gcc 3.4.4)
> cygwin breaks with your buildsys due to what appears to be an issue
> with the environment (see attachment). with autoconf it acts much
> like mingw - it can successfully build static libs but fails to make
> the shared dll, a few more undefined references than with mingw (see
> attachment).
>
The flext-build output seems to indicate a c++ namespace problem which
should not be too hard to fix.
The autoconf output seems different, probably a mixture of problems.
i'm not sure if i can spare any time for that soon but it's good to
know the weak spots.
all the best,
Thomas
[View Less]
hi i'm new at pd, i'm trying to do a external using GEM, but i have no idea
how to start, i tried to search for any tutorial but i didnt find anyone...
if anyone can write some simple code for me i'm very thankfull
what i'm trying to do first of all is something like this:
for(int y=0 ; y< GEMwidth; y++)
for(int x=0; x<GEMheight; x++)
{
glColor3f(0, 0, 1);
glBegin(GL_POINTS);
glVertex2i(x,y);
glEnd();
}
but on render of GEM in pd
a simple …
[View More]tutorial will help me a lot... thx
[View Less]
Hi,
I stumbled across a bug today in an abstraction where a loadbanged $1
is passed on to an outlet. The message can be picked up at the outlet
as expected the first time the patch is loaded, but not when it is
reloaded (for example because its creation arguments are changed in
the parent patch calling it).
Attached is a minimal working example (abstraction plus calling
patch). Open mmw_call.pd and follow the instructions there to get the
idea.
Best,
flo.H
-----------------------…
[View More]------------------------------------------------
..........Sent by mur.at Webmail Testinterface.........................
....this annoying message will disapear in the production version......
.................................................really................
.............promise...................................................
[View Less]
Bugs item #3279373, was opened at 2011-04-07 15:09
Message generated for change (Tracker Item Submitted) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3279373&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: 5
Private: No
…
[View More]Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: ctrl+shift+drag number box doesn't work
Initial Comment:
Up to 0.42.x, dragging the cursor on a number box while pressing ctrl+shift while NOT in edit mode was equivalent to dragging while pressing shift while in edit mode,i.e. it caused the number to change by decimal increments.
In 0.42.3 this doesn't work any more (shift+dragging while in edit mode does work)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3279373&group_…
[View Less]
Patches item #3279370, was opened at 2011-04-07 09:07
Message generated for change (Settings changed) made by pbrinkmann
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3279370&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: 3
Private: No
…
[View More]Submitted By: Peter Brinkmann (pbrinkmann)
>Assigned to: Miller Puckette (millerpuckette)
Summary: Adding missing MIDI prototypes to s_stuff.h
Initial Comment:
A previous patch added MIDI prototypes to s_stuff.h in order to address some compiler warnings. Unfortunately, that patch missed three MIDI-related functions that should have been there all along. This patch corrects that oversight.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3279370&group_…
[View Less]
Patches item #3279370, was opened at 2011-04-07 09:07
Message generated for change (Tracker Item Submitted) made by pbrinkmann
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3279370&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
…
[View More]Submitted By: Peter Brinkmann (pbrinkmann)
Assigned to: Nobody/Anonymous (nobody)
Summary: Adding missing MIDI prototypes to s_stuff.h
Initial Comment:
A previous patch added MIDI prototypes to s_stuff.h in order to address some compiler warnings. Unfortunately, that patch missed three MIDI-related functions that should have been there all along. This patch corrects that oversight.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3279370&group_…
[View Less]