Newbie problem - signal 11 when connecting notein to noteout

Larry Troxler lt at westnet.com
Sun Oct 15 02:38:40 CEST 2000


Hi, after a long absence from using PD, I'm trying it again, now that I
will get a motherboard fast enough to do real time ...

I'm running GG's pd-0.30, compiled on linux using the linux makefile in
the src directory.

The MIDI examples all seem to run fine, but when I try to create my own
simple patch that connects the outlets of "noteout" to the inlets of a
"notein, PD exits with a signal-11 if I connect the channel outlet
(rightmost) to the channel inlet of "noteout", when I sent a note
message to the MIDI in port.

I'm attaching two patch files. The first one, where the channel numbers
are not connected works, but the second one crashes.

It is really strange to me, since in both cases, the channel number fed
to "noteout" is 0.

Any ideas?

Larry Troxler
-------------- next part --------------
#N canvas 0 0 450 296 10;
#X obj 62 36 notein;
#X obj 94 80 noteout;
#X floatatom 132 36;
#X floatatom 47 110;
#X connect 0 0 1 0;
#X connect 0 1 1 1;
#X connect 0 2 3 0;
#X connect 2 0 1 2;
-------------- next part --------------
#N canvas 0 0 450 296 10;
#X obj 62 36 notein;
#X obj 94 80 noteout;
#X floatatom 132 36;
#X floatatom 47 110;
#X connect 0 0 1 0;
#X connect 0 1 1 1;
#X connect 0 2 3 0;
#X connect 0 2 1 2;
#X connect 2 0 1 2;


More information about the Pd-list mailing list