Hi list,

I have some issues which I came across using a Sensel Morph with MIDI. Pd seems to stall frequently for no apparent reason.

So I played around with the issue until I managed to get a reproducible setup with only two instances of Pd sending MIDI Control values from one instance to another. The fascinating thing is that it runs nicely for hours. However just closing the sending patch can freeze the receiving Pd instance.

An animated Gif of the problem can be found here:
https://github.com/pure-data/pure-data/issues/895

Any ideas how to remedy the situation?
unfortunately the Sensel morph external doesn't seem ready yet.
https://github.com/sensel/PD-objects

M.
#N canvas 1967 322 663 202 12;
#X obj 25 156 ctlout 1;
#X obj 24 1 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1
;
#X obj 25 112 random 127;
#X obj 113 113 random 127;
#X obj 201 113 random 127;
#X obj 290 114 random 127;
#X obj 378 114 random 127;
#X obj 460 113 random 127;
#X obj 113 157 ctlout 2;
#X obj 202 157 ctlout 3;
#X obj 290 158 ctlout 4;
#X obj 378 158 ctlout 5;
#X obj 460 157 ctlout 6;
#X obj 24 30 metro 1;
#X connect 1 0 13 0;
#X connect 2 0 0 0;
#X connect 3 0 8 0;
#X connect 4 0 9 0;
#X connect 5 0 10 0;
#X connect 6 0 11 0;
#X connect 7 0 12 0;
#X connect 13 0 2 0;
#X connect 13 0 3 0;
#X connect 13 0 4 0;
#X connect 13 0 5 0;
#X connect 13 0 6 0;
#X connect 13 0 7 0;
#N canvas 25 705 847 421 12;
#X obj 29 16 ctlin 1;
#X floatatom 29 50 5 0 0 0 - - -;
#X floatatom 104 52 5 0 0 0 - - -;
#X floatatom 175 51 5 0 0 0 - - -;
#X floatatom 250 53 5 0 0 0 - - -;
#X floatatom 317 51 5 0 0 0 - - -;
#X floatatom 392 51 5 0 0 0 - - -;
#X obj 104 18 ctlin 2;
#X obj 176 17 ctlin 3;
#X obj 254 17 ctlin 4;
#X obj 321 19 ctlin 5;
#X obj 393 19 ctlin 6;
#X connect 0 0 1 0;
#X connect 7 0 2 0;
#X connect 8 0 3 0;
#X connect 9 0 4 0;
#X connect 10 0 5 0;
#X connect 11 0 6 0;
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to