currently trying to connect seq24 the pd(0.39 TEST 4). when i check what the midi settings are on (pd has loaded with -alsamidi flag) i get....
pd: seq.c:1015: snd_seq_close: Assertion `seq' failed. Pd: signal 6 pd_gui: pd process exited
tom
we are wrote:
pd: seq.c:1015: snd_seq_close: Assertion `seq' failed. Pd: signal 6 pd_gui: pd process exited
argh. does it crash if you are running just pd with alsamidi or do you already have your 2nd application attached (e.g. via aconnect) ? how many midi-ports are you using ?
mfg.asd.r IOhannes
we are wrote:
currently trying to connect seq24 the pd(0.39 TEST 4). when i check what the midi settings are on (pd has loaded with -alsamidi flag) i get....
pd: seq.c:1015: snd_seq_close: Assertion `seq' failed. Pd: signal 6 pd_gui: pd process exited
after some further investigation i now suspect that you are trying to open 24 midi-ports (which is 384 midi-channels); are you sure you need that much ??
apart from that, you have clearly discovered a bug; pd only supports 16 MIDI-ports (still 256 midi-channels!), but i was not checking whether the user requested more...
anyhow, i'll commit a bug-fix to msp and i guess this will appear in the next test-release.
mfg.a.r IOhannes
IOhannes m zmoelnig wrote:
we are wrote:
currently trying to connect seq24 the pd(0.39 TEST 4). when i check what the midi settings are on (pd has loaded with -alsamidi flag) i get....
pd: seq.c:1015: snd_seq_close: Assertion `seq' failed. Pd: signal 6 pd_gui: pd process exited
after some further investigation i now suspect that you are trying to open 24 midi-ports (which is 384 midi-channels); are you sure you need that much ??
i noticed that the dialog is a bit unclear here: while it says "In Channels" this should really read "In Ports". each ports has 16 channels.
mfg.a.dr IOhannes
i noticed that the dialog is a bit unclear here: while it says "In Channels" this should really read "In Ports". each ports has 16 channels.
i have one marked here. i am away from my computer at the moment, i will do some more testing later to figure this out.
currently trying to connect seq24 the pd(0.39 TEST 4). when i check what the midi settings are on (pd has loaded with -alsamidi flag) i get....
oh yeah i havn't yet tried it with the aconnect external....perhaps thats it. i did not know this was required.
thnaks
pd: seq.c:1015: snd_seq_close: Assertion `seq' failed. Pd: signal 6 pd_gui: pd process exited
after some further investigation i now suspect that you are trying to open 24 midi-ports (which is 384 midi-channels); are you sure you need that much ??
i noticed that the dialog is a bit unclear here: while it says "In Channels" this should really read "In Ports". each ports has 16 channels.
mfg.a.dr IOhannes