finally i have decided to release Gem-0.91 codename 'tigital'.
downloads (and release notes) are available via the official homepage http://gem.iem.at and via sourceforge http://sourceforge.net/project/showfiles.php?group_id=64325&package_id=6...
happy patching
mfgas.dr IOhannes
PD-announce mailing list PD-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
On 02/06/2008, at 9.48, IOhannes m zmoelnig wrote:
finally i have decided to release Gem-0.91 codename 'tigital'.
Cool, thanks.
I just made (with bash+) a pd-patch that instantiate all the object-
classes that have a help-patch in the Gem folder. It's attached in
case others might find it useful for testing or just for the overview
or something else.
Best
Steffen Juul wrote:
On 02/06/2008, at 9.48, IOhannes m zmoelnig wrote:
finally i have decided to release Gem-0.91 codename 'tigital'.
Cool, thanks.
I just made (with bash+) a pd-patch that instantiate all the object-classes that have a help-patch in the Gem folder. It's attached in case others might find it useful for testing or just for the overview or something else.
thanks for doing so. alas, it made me discover the first bug already: [pix_buffer] _might_ crash due to a buffer-overrun.
if you (or anybody else) finds more bugs till tomorrow, i will hopefully fix them and re-release...
fgamsdr IOhannes
On 02/06/2008, at 14.25, IOhannes m zmoelnig wrote:
if you (or anybody else) finds more bugs till tomorrow, i will
hopefully fix them and re-release...
The best i can manage to do right now wrt. finding bugs is to post
the output, that is printed to the Pd console (shown below). I can
investigate further if you got specific questions, or, like, things i
should try out. (I'm really new to Gem. My fist peak at it was a
~week ago (when i sub'ed my first bug-report).)
--------- 8< -------------
pix_blobtracker
... couldn't create
pix_buffer_filmopen
... couldn't create
error: [pix_convolve]: matrix must have some dimension
... you might be able to track this down from the Find menu.
error: [pix_curve]: only 1, 3 or 4 arguments are allowed
[pix_fiducialtrack]: based on fidtrack-library (c) R.Bencina
based on reacTIVision (c) M.Kaltenbrunner, R.Bencina
see http://www.iua.upf.es/mtg/reacTable/
error: error opening configuration file
error: [pix_fiducialtrack]: could not load TreeIdMap from 'all.trees'
[pix_freeframe]: trying to load /path/to/gem_obj_list.pd/.frf/
/path/to/gem_obj_list.pd/.frf/: couldn't load
error: GemException: couldn't load FreeFrame-plugin
pix_freeframe
... couldn't create
error: [pix_histo]: only 1, 3 or 4 arguments are allowed
pix_indycam
... couldn't create
[pix_movieDarwin]: constructor
using recordQT
recordQT: 29 codecs installed
recordQT: found pjpeg codec 15 1785750887 65816 ctype
error: GemException: pix_share_*: no ID given
pix_share_read
... couldn't create
error: GemException: pix_share_*: no ID given
pix_share_write
... couldn't create
[pix_videoDarwin]: height 320 width 240
[pix_videoDarwin]: SG channnel Device List count 3 index 2
[pix_videoDarwin]: SG channnel Device List DV Video
[pix_videoDarwin]: SG channnel Device List IIDC FireWire Video
[pix_videoDarwin]: SG channnel Device List USB Video Class
VideoreWireDV.component
error: [pix_videoDarwin]: SGSetChannelDevice returned error -9408
[pix_videoDarwin]: vdigName is Built-in iSight
[pix_videoDarwin]: digitizer rect is top 0 bottom 1200 left 0 right 1600
[pix_videoDarwin]: active src rect is top 0 bottom 1200 left 0 right
1600
error: [pix_videoDarwin]: could not set SG Rect
[pix_videoDarwin]: set SG NormalQuality
[pix_videoDarwin]: using YUV
pix_videoDS
... couldn't create
error: [part_velcone]: this is obsolete, use [part_velocity cone <x>
<y> <z> <r>] instead
error: [part_velsphere]: this is obsolete, use [part_velocity sphere
<x> <y> <z> <r>] instead
error: [curve]: illegal number of points
[gemframebuffer]: default format is GL_RGB, 6407
[gemframebuffer]: default type is BYTE, 5121
gemorb
... couldn't create
gemtablet
... couldn't create
hsv2rgb
... couldn't create
error: [polygon]: illegal number of points
rgb2hsv
... couldn't create
rgb2yuv
... couldn't create
error: [text2d]: cannot find font-file '/path/to/gem_obj_list.pd/
vera.ttf'
error: [text3d]: cannot find font-file '/path/to/gem_obj_list.pd/
vera.ttf'
error: [textextruded]: cannot find font-file '/path/to/
gem_obj_list.pd/vera.ttf'
error: [textoutline]: cannot find font-file '/path/to/gem_obj_list.pd/
vera.ttf'
yuv2rgb
... couldn't create
As it's show in the output this is on Mac OS. X.4.11 intel version.
Pd-0.41-4. Gem is loaded with "-path /path/to/Gem" and "-lib Gem".
Steffen Juul wrote:
error: [textextruded]: cannot find font-file '/path/to/ gem_obj_list.pd/vera.ttf' error: [textoutline]: cannot find font-file '/path/to/gem_obj_list.pd/ vera.ttf' yuv2rgb ... couldn't create
As it's show in the output this is on Mac OS. X.4.11 intel version.
Pd-0.41-4. Gem is loaded with "-path /path/to/Gem" and "-lib Gem".
there are several different reasons why some objects cannot create:
this type) Gem uses a number of abstractions which (should) live in /path/to/Gem/ (e.g. extra/Gem/; the Gem-binary is _besides_ these abstractions, e.g. extra/Gem/Gem.d_fat) are you sure that this is the path you added (e.g. is there a hsv2rgb.pd in this path?)
really a help-file for [pix_video] on w32 (which is a bit different from the ordinary [pix_video])
[pix_indycam]; there will come the time when these are gone
i will not instantiate dummy objects, this should be handled by Pd)
searchpath (e.g. [text]-objects require a font (vera.ttf); [pix_fiducialtrack] requires a fiducial descriptor file)
so all in all i am quite happy with your output :-)
you did install the universal binary package from gem.iem.at, did you?
fmasdr IOhannes
On 02/06/2008, at 15.38, IOhannes m zmoelnig wrote:
(snip) is there a hsv2rgb.pd in this path?
No. Some tosser didn't append "Gem" to "/path/to/" in the path
settings. /..\
so all in all i am quite happy with your output :-)
I'm also quite happy now. Thanks for straightening it!
you did install the universal binary package from gem.iem.at, did you?
Indeed I did. Thanks for distributing binaries.
Best, Steffen
On 02/06/2008, at 14.25, IOhannes m zmoelnig wrote:
if you (or anybody else) finds more bugs till tomorrow
Has something happened to [pix_data] since GEM: ver: 0.91-cvs GEM: compiled: May 21 2008 ? (I can't see anything in the Changelog.)
I have a patch that uses that where the output is very different
between the two versions.
Best, Steffen
On 03/06/2008, at 20.48, Steffen Juul wrote:
On 02/06/2008, at 14.25, IOhannes m zmoelnig wrote:
if you (or anybody else) finds more bugs till tomorrow
Has something happened to [pix_data] since GEM: ver: 0.91-cvs GEM: compiled: May 21 2008 ? (I can't see anything in the Changelog.)
I have a patch that uses that where the output is very different between the two versions.
Maybe i should add that there is also a [pix_contrast] involved. The
chain all in all is:
[gemhead] [pix_image] [pix_contrast] [pix_texture] [square] [pix_data]
Le 3 juin 08 à 21:36, Steffen Juul a écrit :
On 03/06/2008, at 20.48, Steffen Juul wrote:
On 02/06/2008, at 14.25, IOhannes m zmoelnig wrote:
if you (or anybody else) finds more bugs till tomorrow
Has something happened to [pix_data] since GEM: ver: 0.91-cvs GEM: compiled: May 21 2008 ? (I can't see anything in the Changelog.)
I have a patch that uses that where the output is very different between the two versions.
Have you screenshots before/after ?
Maybe i should add that there is also a [pix_contrast] involved. The chain all in all is:
[gemhead] [pix_image] [pix_contrast] [pix_texture] [square] [pix_data]
No problem, with this chain on MacOSX.4.11, Powerbook G4, Pd version
0.40.3-extended-20080601, GEM: ver: 0.91.0 'tigital' compiled: Jun 1
2008
++
Jack
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Steffen Juul wrote:
On 02/06/2008, at 14.25, IOhannes m zmoelnig wrote:
if you (or anybody else) finds more bugs till tomorrow
Has something happened to [pix_data] since GEM: ver: 0.91-cvs GEM: compiled: May 21 2008 ? (I can't see anything in the Changelog.)
I have a patch that uses that where the output is very different
between the two versions.
yes, [pix_data] is believed to be kind of fixed...at least it used to be. ah, looking at your compile date, it might indeed be that it was broken again when fixing [pix_mask] and so on...
still, it would be nice if you could elaborate on the differences...
fgmasdr IOhannes
On 04/06/2008, at 8.35, IOhannes m zmoelnig wrote:
Steffen Juul wrote:
On 02/06/2008, at 14.25, IOhannes m zmoelnig wrote:
if you (or anybody else) finds more bugs till tomorrow
Has something happened to [pix_data] since GEM: ver: 0.91-cvs GEM: compiled: May 21 2008 ? (I can't see anything in the Changelog.) I have a patch that uses that where the output is very different
between the two versions.yes, [pix_data] is believed to be kind of fixed...at least it used
to be. ah, looking at your compile date, it might indeed be that it was
broken again when fixing [pix_mask] and so on...still, it would be nice if you could elaborate on the differences...
Sure. I should have supplied that from the start. Attached.
On Jun 2, 2008, at 1:34 PM, Steffen Juul wrote:
On 02/06/2008, at 9.48, IOhannes m zmoelnig wrote:
finally i have decided to release Gem-0.91 codename 'tigital'.
Cool, thanks.
I just made (with bash+) a pd-patch that instantiate all the object- classes that have a help-patch in the Gem folder. It's attached in
case others might find it useful for testing or just for the
overview or something else.
Looks useful. That reminds me of my small effort along these lines:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/scripts/ load_every_help.sh http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/scripts/ load_every_object.sh
I like to set these up to run every night, but I don't think I can
handle the extra load of fixing the broken help files in finds on top
what I am already trying to manage. So I want to know if anyone is
interested in following up on whenever this script finds a missing
help file. Basically, it would entail just checking why it failed.
It could be a help file that causes a crash or a missing helpfile.
In the case of a missing help file, for example, it would just be a
matter of making a helpfile and submitting it to the patch tracker
(or committing it if you have commit access).
.hc
Best
<gem_obj_list.pd>_______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
¡El pueblo unido jamás será vencido!
On 02/06/2008, at 14.35, Hans-Christoph Steiner wrote:
On Jun 2, 2008, at 1:34 PM, Steffen Juul wrote:
I just made (with bash+) a pd-patch that instantiate all the
object-classes that have a help-patch in the Gem folder. It's
attached in case others might find it useful for testing or just
for the overview or something else.Looks useful.
Attached is the bash script. Beware; it's ugly. But development speed
over code efficiency, right?
That reminds me of my small effort along these lines (snip)
Thanks for pointing to that. Unfortunately i haven't got time right
now to give it a bash (pun intend). Hopefully someone else has. It's
a good thing to "bulk test", i think, to speed things up. Also maybe
effort put here could be reused in the help-browser (- the thing
about having help-patches live next to where its class lives and
point to that place from the browser).
when would this be included in the night builds of Pd extended? or is it already there?
enrike
IOhannes m zmoelnig(e)k dio:
finally i have decided to release Gem-0.91 codename 'tigital'.
downloads (and release notes) are available via the official homepage http://gem.iem.at and via sourceforge http://sourceforge.net/project/showfiles.php?group_id=64325&package_id=6...
happy patching
mfgas.dr IOhannes
PD-announce mailing list PD-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Also, pix_movie can't find it's help patch again.
.hc
On Jun 3, 2008, at 1:51 PM, altern wrote:
when would this be included in the night builds of Pd extended? or
is it already there?enrike
IOhannes m zmoelnig(e)k dio:
finally i have decided to release Gem-0.91 codename 'tigital'.
downloads (and release notes) are available via the official homepage http://gem.iem.at and via sourceforge http://sourceforge.net/project/showfiles.php? group_id=64325&package_id=61445&release_id=603766
happy patching
mfgas.dr IOhannes
PD-announce mailing list PD-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
I have the audacity to believe that peoples everywhere can have three
meals a day for their bodies, education and culture for their minds,
and dignity, equality and freedom for their spirits. - Martin
Luther King, Jr.
hi i just downloaded the gem-0.91. unfortunately onmake i'll get this error: /usr/bin/ld: cannot find -ldts collect2: ld returned 1 exit status make[1]: *** [Gem.pd_linux] Error 1 make[1]: Leaving directory `/home/olsen/pd/extra/gem-0.91.0/src' make: *** [current] Error 2
this was present also in this thread: http://lists.puredata.info/pipermail/gem-dev/2007-12/003217.html following the workaround by removing the -ldts flag in Make.config helps greets olsen
On Mon, Jun 2, 2008 at 9:48 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
finally i have decided to release Gem-0.91 codename 'tigital'.
downloads (and release notes) are available via the official homepage http://gem.iem.at and via sourceforge http://sourceforge.net/project/showfiles.php?group_id=64325&package_id=6...
happy patching
mfgas.dr IOhannes
PD-announce mailing list PD-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
olsen wolf wrote:
hi i just downloaded the gem-0.91. unfortunately onmake i'll get this error: /usr/bin/ld: cannot find -ldts collect2: ld returned 1 exit status make[1]: *** [Gem.pd_linux] Error 1 make[1]: Leaving directory `/home/olsen/pd/extra/gem-0.91.0/src' make: *** [current] Error 2
this is a still bug in the avifile-config and not in Gem. please report the bug to the avifile maintainers (or packagers)
fmga.sdr IOhannes