i just installed pd-0.42-4, but i can't get midi working. pd -listdev says i have no midi devices.
The alsa Aconnectgui interface doesn't list pd as a midi device either, so my guess is that i missed something while installing.
the install.txt file says to add this flag:
--enable-alsa
so, i assume that means i just type in:
./configure --enable-alsa
??
the midi device i am using is an edirol UM-1A and i works fine with pd-extended 0.40
Hardoff,
From what I see in line 1303 and on in the configure script, I think --enable-alsa is the default setting and should not matter.
Can you tell us what version of Linux you are using (assuming you are working on the same machine you mentioned in are chat last night)?
I may be able to confirm it if you have a Debian/Ubuntu distro, or perhaps someone else may otherwise.
-- David Shimamoto
i just installed pd-0.42-4, but i can't get midi working. pd -listdev says i have no midi devices.
The alsa Aconnectgui interface doesn't list pd as a midi device either, so my guess is that i missed something while installing.
the install.txt file says to add this flag:
--enable-alsa
so, i assume that means i just type in:
./configure --enable-alsa
??
the midi device i am using is an edirol UM-1A and i works fine with pd-extended 0.40
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hard off wrote:
i just installed pd-0.42-4, but i can't get midi working. pd -listdev says i have no midi devices.
The alsa Aconnectgui interface doesn't list pd as a midi device either, so my guess is that i missed something while installing.
start pd with "-alsamidi" (or select alsa-midi from the media-settings) by default, Pd uses OSS midi, that's why you won't see it at aconnectgui.
fgmar IOhannes