-
albesan
Hello team,
This is probably a dumb question but I can't work it out nor find an answer anywhere else, so... yeah, I'm new to pd. Using pd 0.40.3-extended on Mac os x 10.5 at the moment and like I say on the subject while working through the examples the gemwin_control object works but when I try to use it on a new patch it is not available.
Thanks for any input
a.
-
albesan
hey,
What are exactly your problems on your ubuntu installation?
What happens if you run pd from a terminal?
What messages do you get if you run pd in verbose mode?
If you want to have pd in your menu right click the main menu icon on the top left hand corner and select edit menus. Navigate to the section where you want to have pd and add it there.
I remember having trouble with pd on ubuntu for lack of codecs and for having some video components installed with default parameters.
I did compile some of them myself and that helped quite a lot.Again I'm sorry to be so vague but this was a while a go and I didn't document the process.
hope this is of help
-
albesan
@thesergie said:
Hello!
I installed pd-extended on Ubuntu 8.04, following the instructions here: http://en.flossmanuals.net/PureData/InstallingUbuntu ... but what they suggest doesn't work:
deb http://archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty main restrictedSince "feisty" is a pretty old release, the archive is no longer available... so you gotta use the "old-releases" i think:
deb http://old-releases.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ feisty main restrictedI hope this helps somehow. pd-extended has all the good stuff installed, unlike pd-vanilla.
Hey,
He is on 8.10 though, Intrepid, not feisty.
-
albesan
hey,
DO AT YOUR OWN RISK
You could try adding these repositories to your etc/apt/sources.lst :#pd-extended repo
deb http://otherside.servebeer.com/ubuntu intrepid main
deb-src http://otherside.servebeer.com/ubuntu intrepid mainAnd then install pd-extended from synaptic.
I did and it is working much better now, not perfect but it is usable.I've been trying to find where I got this info from but can't seem to find it, otherwise I'd give you the links to it.
good luck.
-
albesan
hey,
I got this from the pd mailing list. I haven't been able to make it work yet, but maybe you can:
"
in the svn repository for pd externals you'll find this lib
iem/dmx512/it's a bit tricky to compile (see a previous discussion on this list with IOhannes)
cd externals/iem/dmx512
wget ftp://ftp.cubic.org/pub/llg/dmx4linux-2.6.1.tar.gz
tar xzf dmx4linux-2.6.1.tar.gz
cp dmx4linux2.6.1.patch dmx4linux-2.6.1
cd dmx4linux-2.6.1
patch -p1 < dmx4linux2.6.1.patch
and the usual
./configure
make
sudo make installthen compiling the extension
cd externals/iem/dmx512/src
./configure
makeyou might also want to try
http://sourceforge.net/projects/wtf2osc
if you know a bit of python it will be easier
it worked pretty fine for me on debian/ubuntu systems
"I don't know what platform you guys are on.
The first option did not compile for me on ubuntu 8.10 32 bit.
The second option worked (I could run the python scripts) but for some reason I could not create the OSC object on pd.Report back here if you get it working.
Good luck.
a.
-
albesan
hello team,
New to PD, first post on the forum...
...and yes, using pd on ubuntu, 8.10 64 bit.
Thanks to this forum and this post:
http://puredata.hurleur.com/sujet-1947-extended-amd64I having lots of issues with GEM though.
Can't open any video format and image files open but crash the sessionAnybody been successful using GEM on 64 bit ubuntu??