Bugs item #1637460, was opened at 2007-01-17 09:32
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1637460&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: Fixed
Priority: 5
Private: No
Submitted By: Georg Holzmann (grholzi)
Assigned to: Nobody/Anonymous (nobody)
Summary: hexloader not working in 0.40-1
Initial Comment:
Hallo!
The hexloader does not work with pd 0.40-1 !
It seems that there were various changes in s_loader.c and the hexloader-patch from IOhannes was thrown out ...
Would be good if it can be integrated again, because various externals/patches depends on it !
LG
Georg
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-09-30 21:32
Message:
Logged In: YES
user_id=564396
Originator: NO
there is now an external loader [hexloader] that provides this
functionality.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1637460&group_…
hepla,
i would say welcome!
yeh let's speak of people doing some good work,
you forgot to mention a full description is there :
http://www.artefacte.org/pd/
salut!,
sevy
Sergi Lario wrote:
> Hi!
>
> We are Lluis Bigordà and Sergi Lario from Barcelona.
>
> We are working in some pd externals for visual work.
>
> At the moment we have four objects:
>
> * pix_preview - Is a Tk widget to preview any pix_output inside the canvas
patch.
>
> * videogrid - Is a thumbnail based one click file chooser for quicktime
movies.
>
> * imagegrid - Same as videogrid but with any images.
>
> * colorgrid - Is a one click color picker.
>
> We want to keep on develop new externals and we would like to know if they can
be added to the pd cvs external repository.
>
> Cheers,
>
> ll & sll
>
>
>
>_______________________________________________
>PD-dev mailing list
>PD-dev(a)iem.at
>http://lists.puredata.info/listinfo/pd-dev
>
>
Bugs item #1804504, was opened at 2007-09-28 22:35
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1804504&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: zexy
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: IOhannes m zmölnig (zmoelnig)
Summary: [lister] help is wrong/outdated
Initial Comment:
>From [lister]'s help : "of course, this should be named "list", but there already appears to be a "list" object, though i don't see any use in it"
This seems to be a leftover from an era when lists weren't implemented yet in vanilla.
Given that it seems [lister] should be deprecated in favor of [list], its help file should be updated so that it encourages using [list] instead of deterring from it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1804504&group_…
Bugs item #1804500, was opened at 2007-09-28 22:26
Message generated for change (Comment added) made by fbar
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1804500&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: zexy
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: IOhannes m zmölnig (zmoelnig)
Summary: [lister] may give different outputs for the same bang
Initial Comment:
It seems that the output of [lister] is reevaluated for each different outgoing connection of its outlet.
If its cold inlet is changed in between because of the depth-first traversal, it can therefore output different values for each outgoing connection from a single "bang" on its hot inlet.
See the attached patch for a demo.
----------------------------------------------------------------------
>Comment By: Frank Barknecht (fbar)
Date: 2007-09-30 12:07
Message:
Logged In: YES
user_id=569446
Originator: NO
Attached is another example patch, which is dependency-free and uses a
clearer way to specify execution order without relying on creation order.
File Added: bug_with_lister.pd
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-09-29 22:22
Message:
Logged In: YES
user_id=564396
Originator: NO
while you have truely triggered a bug, you are quite right in your example
patch about "i have to do this to fix it"; you should never ever (repeat:
NEVER EVER) connect 1 message outlet to 2 signal outlets. there are weird
and wild things out there...
oh: and it would be nice to have a demo patch that actually works without
having list-abs installed
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1804500&group_…
Bugs item #1804500, was opened at 2007-09-28 22:26
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1804500&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: zexy
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: IOhannes m zmölnig (zmoelnig)
Summary: [lister] may give different outputs for the same bang
Initial Comment:
It seems that the output of [lister] is reevaluated for each different outgoing connection of its outlet.
If its cold inlet is changed in between because of the depth-first traversal, it can therefore output different values for each outgoing connection from a single "bang" on its hot inlet.
See the attached patch for a demo.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-09-29 22:22
Message:
Logged In: YES
user_id=564396
Originator: NO
while you have truely triggered a bug, you are quite right in your example
patch about "i have to do this to fix it"; you should never ever (repeat:
NEVER EVER) connect 1 message outlet to 2 signal outlets. there are weird
and wild things out there...
oh: and it would be nice to have a demo patch that actually works without
having list-abs installed
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1804500&group_…
I made a new release of tracker
changelog:
0.2.3 --------------------------------------------------------------------
numbers are now aligned to right
notification messages are sent from user interaction
mouse behavior improved. now dragging faster changes more.
added nice makefile for target:
Linux
MacOS (thanks Steffen)
Win32 (thanks tof)
(plus some bugfixes)
you can find as usual in /externals/ffext/tracker or here:
http://www.puredata.org/Members/federico/externals
thanks to everyone that gave (and will give) feedback!
--
Federico Ferri
Bugs item #1804506, was opened at 2007-09-28 13:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1804506&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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: [lister] should give up the [l] shortcut in favor of [list]
Initial Comment:
Given the issues with [lister] (1804500,1804504), it might be better to have the shortcut [l] be used for the vanilla [list append] instead.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1804506&group_…
Bugs item #1804504, was opened at 2007-09-28 13:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1804504&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: zexy
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: IOhannes m zmölnig (zmoelnig)
Summary: [lister] help is wrong/outdated
Initial Comment:
>From [lister]'s help : "of course, this should be named "list", but there already appears to be a "list" object, though i don't see any use in it"
This seems to be a leftover from an era when lists weren't implemented yet in vanilla.
Given that it seems [lister] should be deprecated in favor of [list], its help file should be updated so that it encourages using [list] instead of deterring from it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1804504&group_…