Hi
I am new to Pd. After I downloaded the program, I started to look at the samples/tutorials in the Doc folder. My pleasure ended with number 17 (PART3. midi) when I couldn't get any midi data in or out of Pd. Also, when I start Pd, is written on the command prompt "not using midi input (use 'pd -midiindev 1' to override)
What I understand is that I must create an object called pd -midiindev 1, but it opens a subpatch. (which seems logical if it is what pd objects are for.) I am affraid I don't understand the nature and the solution of my problem.
I would appreciate if you can help me with what should be a simple problem. Here are some technical information about my situation: OS: windows XP I have two different cards for audio and midi applications. There is no problem when I use midi with any other program.
Thanks
Bertrand
I had the same problem when I first started using midi, but it's not too hard to fix.
At the command prompt (StartMenu >> Run >> cmd if you can't find it easily ) while in the pd>bin directory you type :-
pd -midiindev 1
....and that starts pd with 'midi-in-device' number one.
No objects or subpatches are needed.
Or you can put pd -midiindev 1 in a text file and save it with a .bat extension in the same directory as pd.exe and make a batch file that you can run by double clicking it...easier
-midiindev is one of pd's many command line flags for starting the prog in different ways... type pd -? to get a list of the various different flags you can use to open the program in different ways...
Hope this helps Sam .. a fellow noob
----- Original Message ----- From: "Bertrand Bry-Marfaing" bbm29@hotmail.com To: pd-list@iem.kug.ac.at Sent: Tuesday, April 29, 2003 12:05 PM Subject: [PD] get MIDI to work
Hi
I am new to Pd. After I downloaded the program, I started to look at the samples/tutorials in the Doc folder. My pleasure ended with number 17 (PART3. midi) when I couldn't get any
midi
data in or out of Pd. Also, when I start Pd, is written on the command prompt "not using midi input (use 'pd -midiindev 1' to override)
What I understand is that I must create an object called pd -midiindev 1, but it opens a subpatch. (which seems logical if it is what pd objects are for.) I am affraid I don't understand the nature and the solution of my problem.
I would appreciate if you can help me with what should be a simple
problem.
Here are some technical information about my situation: OS: windows XP I have two different cards for audio and midi applications. There is no problem when I use midi with any other program.
Thanks
Bertrand
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
Hiya I've been trying to run one of the examples from gem and thats the error i got. Any ideas why? Os is LinuxPPC + glx + dri Thank you.
gemwin ... couldn't create gemhead ... couldn't create rotate ... couldn't create color ... couldn't create rectangle 2 1 ... couldn't create 02.blueRectangle.pd 1 0 0 0 (message->text) connection failed 02.blueRectangle.pd 2 0 8 0 (text->text) connection failed 02.blueRectangle.pd 3 0 0 0 (message->text) connection failed 02.blueRectangle.pd 4 0 0 0 (message->text) connection failed 02.blueRectangle.pd 5 0 0 0 (message->text) connection failed 02.blueRectangle.pd 6 0 16 0 (text->text) connection failed 02.blueRectangle.pd 7 0 6 1 (gatom->text) connection failed 02.blueRectangle.pd 8 0 6 0 (text->text) connection failed 02.blueRectangle.pd 9 0 8 1 (message->text) connection failed 02.blueRectangle.pd 13 0 16 0 (message->text) connection failed 02.blueRectangle.pd 14 0 16 0 (message->text) connection failed 02.blueRectangle.pd 18 0 8 1 (message->text) connection failed 02.blueRectangle.pd 19 0 16 1 (gatom->text) connection failed 02.blueRectangle.pd 20 0 16 2 (gatom->text) connection failed
looks like the gem library isnt loaded, do you get somethin like this in the console when you run pd:
GEM: Graphics Environment for Multimedia GEM: ver: 0.87+cvs GEM: compiled: Apr 14 2003 GEM: maintained by IOhannes m zmoelnig GEM: Authors : Mark Danks (original version on irix/windows GEM: Chris Clepper (macOS-X) GEM: Daniel Heckenberg (windows) GEM: Guenter Geiger (linux) GEM: James Tittle (macOS-X) GEM: IOhannes m zmoelnig (linux/windows)
Grzesiek Sedek wrote:
Hiya I've been trying to run one of the examples from gem and thats the error i got. Any ideas why? Os is LinuxPPC + glx + dri Thank you.
gemwin ... couldn't create gemhead ... couldn't create rotate ... couldn't create color ... couldn't create rectangle 2 1 ... couldn't create 02.blueRectangle.pd 1 0 0 0 (message->text) connection failed 02.blueRectangle.pd 2 0 8 0 (text->text) connection failed 02.blueRectangle.pd 3 0 0 0 (message->text) connection failed 02.blueRectangle.pd 4 0 0 0 (message->text) connection failed 02.blueRectangle.pd 5 0 0 0 (message->text) connection failed 02.blueRectangle.pd 6 0 16 0 (text->text) connection failed 02.blueRectangle.pd 7 0 6 1 (gatom->text) connection failed 02.blueRectangle.pd 8 0 6 0 (text->text) connection failed 02.blueRectangle.pd 9 0 8 1 (message->text) connection failed 02.blueRectangle.pd 13 0 16 0 (message->text) connection failed 02.blueRectangle.pd 14 0 16 0 (message->text) connection failed 02.blueRectangle.pd 18 0 8 1 (message->text) connection failed 02.blueRectangle.pd 19 0 16 1 (gatom->text) connection failed 02.blueRectangle.pd 20 0 16 2 (gatom->text) connection failed
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
No but I do have this error:
/usr/lib/pd/externs/Gem.pd_linux: /usr/lib/libgltt.so.2: undefined symbol: __pure_virtual /usr/lib/pd/externs/Gem: can't load library
Looks like there is some problem with Lib?
On Tue, 2003-05-06 at 01:46, Josh Steiner wrote:
looks like the gem library isnt loaded, do you get somethin like this in the console when you run pd:
GEM: Graphics Environment for Multimedia GEM: ver: 0.87+cvs GEM: compiled: Apr 14 2003 GEM: maintained by IOhannes m zmoelnig GEM: Authors : Mark Danks (original version on irix/windows GEM: Chris Clepper (macOS-X) GEM: Daniel Heckenberg (windows) GEM: Guenter Geiger (linux) GEM: James Tittle (macOS-X) GEM: IOhannes m zmoelnig (linux/windows)
Grzesiek Sedek wrote:
Hiya I've been trying to run one of the examples from gem and thats the error i got. Any ideas why? Os is LinuxPPC + glx + dri Thank you.
gemwin ... couldn't create gemhead ... couldn't create rotate ... couldn't create color ... couldn't create rectangle 2 1 ... couldn't create 02.blueRectangle.pd 1 0 0 0 (message->text) connection failed 02.blueRectangle.pd 2 0 8 0 (text->text) connection failed 02.blueRectangle.pd 3 0 0 0 (message->text) connection failed 02.blueRectangle.pd 4 0 0 0 (message->text) connection failed 02.blueRectangle.pd 5 0 0 0 (message->text) connection failed 02.blueRectangle.pd 6 0 16 0 (text->text) connection failed 02.blueRectangle.pd 7 0 6 1 (gatom->text) connection failed 02.blueRectangle.pd 8 0 6 0 (text->text) connection failed 02.blueRectangle.pd 9 0 8 1 (message->text) connection failed 02.blueRectangle.pd 13 0 16 0 (message->text) connection failed 02.blueRectangle.pd 14 0 16 0 (message->text) connection failed 02.blueRectangle.pd 18 0 8 1 (message->text) connection failed 02.blueRectangle.pd 19 0 16 1 (gatom->text) connection failed 02.blueRectangle.pd 20 0 16 2 (gatom->text) connection failed
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list