Before I forget,
We will fail to load the lib if the path to GEM contains any “white space”, i.e:declare -lib C:/Users/john smith/AppData/Roaming/pd/Gemhere: john smith
or
declare -lib C:/Program Files (x86)/pd/extra/Gemhere: Program Files (x86)
Report your complete path to the Gem folder.Depending on your report you we can tell if you can use the “-stdlib” switch, so you can just put:declare -stdlib Gem
Mensaje telepatico asistido por maquinas.
From: Pd-list <pd-list-bounces@lists.iem.at> on behalf of Lucas Cordiviola <lucarda27@hotmail.com>
Sent: Tuesday, June 27, 2017 8:53 PM
To: Sofy Yuditskaya; pd-list@lists.iem.at
Subject: Re: [PD] loading GemHi,
Please also reply to the Pd-list.
First find the “Gem” folder on your computer. This place has been selected by you when you downloaded the external.
In my case is:C:\Users\Lucarda\AppData\Roaming\pd\Gem
Start a new patch and create a [declare] object, like this:
[declare -lib C:/Users/Lucarda/AppData/Roaming/pd/Gem]
note that inside Pd I have changed the windows path “\” with this “/” .
If the object was correctly created you will get this message on the console:
*****
GEM: Graphics Environment for MultimediaGEM: ver: 0.93.3GEM: compiled: Nov 10 2011GEM: maintained by IOhannes m zmoelnigGEM: Authors : Mark Danks (original version)GEM: Chris ClepperGEM: Cyrille HenryGEM: IOhannes m zmoelnigGEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christoph Steiner, et al.GEM: found a bug? miss a feature? please report it:GEM: homepage http://gem.iem.at/GEM: bug-tracker http://sourceforge.net/projects/pd-gem/ GEM: mailing-list http://lists.puredata.info/listinfo/gem-dev/ GEM: compiled for SIMD architecture: SSE2 MMXGEM: using SSE2 optimization
******
If you don't, you will have to download “msvcr71.dll” and place it on the Gem folder. And restart Pd and create the [declare] object.
Please report if this work, then we will move to the start-up flag if necessary.
---This is for Gem/0.93.3
Please note that I'm a regular audio Pd user, this only makes sure that Gem is correctly loaded, I have no experience on video.
Salutti,
Lucarda.
Mensaje telepatico asistido por maquinas.
From: Sofy Yuditskaya <marysghost@gmail.com>
Sent: Tuesday, June 27, 2017 5:48 PM
To: lucarda27@hotmail.com
Subject: loading GemYes hello,
thank you for your clarification and reply!
I am indeed not sure how to load GEM.