Dear list,
just got my pi 3 and tried to install 0.47.1, however under the links on the page of Mr. Puckette, I can compile only 0.46.2 Anyway, after installing deken and trying to get Gem, it is more or less downloaded, but most of the Gem objects does not load. Can anybody give a hint how to make it working? Best, Popesz
does Gem load itself ? (i.e. you should see the Gem splash screen in Pd's console)
-- do it yourself http://antoine.villeret.free.fr
2016-10-19 11:43 GMT+02:00 Csaba Láng langcsaba@gmail.com:
Dear list,
just got my pi 3 and tried to install 0.47.1, however under the links on the page of Mr. Puckette, I can compile only 0.46.2 Anyway, after installing deken and trying to get Gem, it is more or less downloaded, but most of the Gem objects does not load. Can anybody give a hint how to make it working? Best, Popesz
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list
nope that is all i have: deken-plugin.tcl (Pd externals search) in /home/pi/pd-externals/deken-plugin loaded. Platform detected: Linux-armv7l-32bit
On Wed, Oct 19, 2016 at 11:48 AM, Antoine Villeret < antoine.villeret@gmail.com> wrote:
does Gem load itself ? (i.e. you should see the Gem splash screen in Pd's console)
-- do it yourself http://antoine.villeret.free.fr
2016-10-19 11:43 GMT+02:00 Csaba Láng langcsaba@gmail.com:
Dear list,
just got my pi 3 and tried to install 0.47.1, however under the links on the page of Mr. Puckette, I can compile only 0.46.2 Anyway, after installing deken and trying to get Gem, it is more or less downloaded, but most of the Gem objects does not load. Can anybody give a hint how to make it working? Best, Popesz
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/li stinfo/pd-list
On Wed, 2016-10-19 at 11:43 +0200, Csaba Láng wrote:
Dear list,
just got my pi 3 and tried to install 0.47.1, however under the links on the page of Mr. Puckette, I can compile only 0.46.2 Anyway, after installing deken and trying to get Gem, it is more or less downloaded, but most of the Gem objects does not load. Can anybody give a hint how to make it working? Best, Popesz
It works for me after loading the full library by creating an object in the patch:
[declare -stdpath Gem -stdlib Gem]
I tested only square-help.pd and it displayed correctly. I didn't do any serious Gem stuff on the Pi yet.
IIRC, you have to enable the experimental GL driver with raspbi-config before you can do hardware accelerated openGL on the Raspberry Pi 3.
Tested with: - Raspberry Pi 3 - Raspbian Jessie - Pd-0.47.1 (compiled) and Pd-0.46.2 (repo) - Gem 0.93.3 (repo)
In order for the compiled Pd to find the repo installation of Gem, I added a symlink /usr/local/lib/pd/extra/Gem pointing to /usr/lib/pd/extra/Gem.
Roman
@Casaba as it has been already said several times on this list : deken only download files and extract it to a place Pd knows if you want to load a library, add it to the startup preferences or as Roman suggest use [declare] object
-- do it yourself http://antoine.villeret.free.fr
2016-10-19 13:07 GMT+02:00 Roman Haefeli reduzent@gmail.com:
On Wed, 2016-10-19 at 11:43 +0200, Csaba Láng wrote:
Dear list,
just got my pi 3 and tried to install 0.47.1, however under the links on the page of Mr. Puckette, I can compile only 0.46.2 Anyway, after installing deken and trying to get Gem, it is more or less downloaded, but most of the Gem objects does not load. Can anybody give a hint how to make it working? Best, Popesz
It works for me after loading the full library by creating an object in the patch:
[declare -stdpath Gem -stdlib Gem]
I tested only square-help.pd and it displayed correctly. I didn't do any serious Gem stuff on the Pi yet.
IIRC, you have to enable the experimental GL driver with raspbi-config before you can do hardware accelerated openGL on the Raspberry Pi 3.
Tested with:
- Raspberry Pi 3
- Raspbian Jessie
- Pd-0.47.1 (compiled) and Pd-0.46.2 (repo)
- Gem 0.93.3 (repo)
In order for the compiled Pd to find the repo installation of Gem, I added a symlink /usr/local/lib/pd/extra/Gem pointing to /usr/lib/pd/extra/Gem.
Roman
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list
on this subject...
any idea if pix_ objects, [pix_film] specifically, work with Gem on rpi? also, can Gem work without starting X? from command line?
i have been messing with this omxplayer on the rpi the past couple weeks and it will play vids from command line when booting to CLI. I was thinking this might be nifty if Pd/Gem could do such...
cheers m
On Wed, Oct 19, 2016 at 7:07 AM, Roman Haefeli reduzent@gmail.com wrote:
On Wed, 2016-10-19 at 11:43 +0200, Csaba Láng wrote:
Dear list,
just got my pi 3 and tried to install 0.47.1, however under the links on the page of Mr. Puckette, I can compile only 0.46.2 Anyway, after installing deken and trying to get Gem, it is more or less downloaded, but most of the Gem objects does not load. Can anybody give a hint how to make it working? Best, Popesz
It works for me after loading the full library by creating an object in the patch:
[declare -stdpath Gem -stdlib Gem]
I tested only square-help.pd and it displayed correctly. I didn't do any serious Gem stuff on the Pi yet.
IIRC, you have to enable the experimental GL driver with raspbi-config before you can do hardware accelerated openGL on the Raspberry Pi 3.
Tested with:
- Raspberry Pi 3
- Raspbian Jessie
- Pd-0.47.1 (compiled) and Pd-0.46.2 (repo)
- Gem 0.93.3 (repo)
In order for the compiled Pd to find the repo installation of Gem, I added a symlink /usr/local/lib/pd/extra/Gem pointing to /usr/lib/pd/extra/Gem.
Roman
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list
Hello,
openGL drivers uses X11 so it's not possible, even running Gem through SDL would be very tricky to do without X, but it should be possible to play RSTP with omxplayer at least.
Le 22/10/2016 à 03:48, me.grimm a écrit :
on this subject...
any idea if pix_ objects, [pix_film] specifically, work with Gem on rpi? also, can Gem work without starting X? from command line?
i have been messing with this omxplayer on the rpi the past couple weeks and it will play vids from command line when booting to CLI. I was thinking this might be nifty if Pd/Gem could do such...
cheers m
On Wed, Oct 19, 2016 at 7:07 AM, Roman Haefeli <reduzent@gmail.com mailto:reduzent@gmail.com> wrote:
On Wed, 2016-10-19 at 11:43 +0200, Csaba Láng wrote: > Dear list, > > just got my pi 3 and tried to install 0.47.1, however under the links > on the page of Mr. Puckette, I can compile only 0.46.2 > Anyway, after installing deken and trying to get Gem, it is more or > less downloaded, but most of the Gem objects does not load. > Can anybody give a hint how to make it working? > Best, > Popesz It works for me after loading the full library by creating an object in the patch: [declare -stdpath Gem -stdlib Gem] I tested only square-help.pd and it displayed correctly. I didn't do any serious Gem stuff on the Pi yet. IIRC, you have to enable the experimental GL driver with raspbi-config before you can do hardware accelerated openGL on the Raspberry Pi 3. Tested with: - Raspberry Pi 3 - Raspbian Jessie - Pd-0.47.1 (compiled) and Pd-0.46.2 (repo) - Gem 0.93.3 (repo) In order for the compiled Pd to find the repo installation of Gem, I added a symlink /usr/local/lib/pd/extra/Gem pointing to /usr/lib/pd/extra/Gem. Roman _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>
-- ____________________ m.e.grimm, m.f.a, ed.m. syracuse u., tc3 megrimm.net http://megrimm.net ____________________
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
yeah i was looking at the pd/omxplayer control stuff here:
https://github.com/avilleret/rpi_osc_video_player https://github.com/gllmAR/pd-omxplayer
maybe OT but ive been trying to figure out how to seamlessly loop video WITH sound.
hello_video loops but without sound omxplayer AFAIK does not seamless loop
if pd could play the sound that drove the vid on omxplayer like pd/pix_film combo can do then i be golden....
as of now no solution have presented itself.
thanks! m
On Sat, Oct 22, 2016 at 6:45 AM, patrice colet colet.patrice@free.fr wrote:
Hello,
openGL drivers uses X11 so it's not possible, even running Gem through SDL would be very tricky to do without X, but it should be possible to play RSTP with omxplayer at least.
Le 22/10/2016 à 03:48, me.grimm a écrit :
on this subject...
any idea if pix_ objects, [pix_film] specifically, work with Gem on rpi? also, can Gem work without starting X? from command line?
i have been messing with this omxplayer on the rpi the past couple weeks and it will play vids from command line when booting to CLI. I was thinking this might be nifty if Pd/Gem could do such...
cheers m
On Wed, Oct 19, 2016 at 7:07 AM, Roman Haefeli <reduzent@gmail.com mailto:reduzent@gmail.com> wrote:
On Wed, 2016-10-19 at 11:43 +0200, Csaba Láng wrote: > Dear list, > > just got my pi 3 and tried to install 0.47.1, however under the links > on the page of Mr. Puckette, I can compile only 0.46.2 > Anyway, after installing deken and trying to get Gem, it is more or > less downloaded, but most of the Gem objects does not load. > Can anybody give a hint how to make it working? > Best, > Popesz It works for me after loading the full library by creating an object in the patch: [declare -stdpath Gem -stdlib Gem] I tested only square-help.pd and it displayed correctly. I didn't do any serious Gem stuff on the Pi yet. IIRC, you have to enable the experimental GL driver with raspbi-config before you can do hardware accelerated openGL on the Raspberry Pi 3. Tested with: - Raspberry Pi 3 - Raspbian Jessie - Pd-0.47.1 (compiled) and Pd-0.46.2 (repo) - Gem 0.93.3 (repo) In order for the compiled Pd to find the repo installation of Gem, I added a symlink /usr/local/lib/pd/extra/Gem pointing to /usr/lib/pd/extra/Gem. Roman _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>
-- ____________________ m.e.grimm, m.f.a, ed.m. syracuse u., tc3 megrimm.net http://megrimm.net ____________________
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/li stinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/li stinfo/pd-list