Hi All, I ended up installing extended --womp womp, just to have something working relatively quickly. But will try this on one machine and if it works will re-install on the others. Thanks Lucas for the lay of the land!
Sofy Yuditskaya The Source http://yuditskaya.com
On Tue, Jun 27, 2017 at 11:09 PM, Lucas Cordiviola lucarda27@hotmail.com wrote:
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/Gem here: john smith
or
declare -lib C:/Program Files (x86)/pd/extra/Gem here: 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 Gem
Hi,
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 Multimedia GEM: ver: 0.93.3 GEM: compiled: Nov 10 2011 GEM: maintained by IOhannes m zmoelnig GEM: Authors : Mark Danks (original version) GEM: Chris Clepper GEM: Cyrille Henry GEM: IOhannes m zmoelnig GEM: 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 MMX GEM: 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 Gem
Yes hello, thank you for your clarification and reply! I am indeed not sure how to load GEM.