Looks like this issue
https://github.com/pure-data/pure-data/issues/895
I can recover the locked-up Pd by disconnecting the ALSA MIDI in the QjackCtl Graph. (see animated gif in the github issue)

The MIDI device I'm experiencing this issue with is a Sensel Morph in 14bit MIDI mode.



@ Andrew Lyons
Pleas don't hijack threads. If you have a new question, compose a new email to pd-list@lists.iem.at and never just take a random old email and change the subject / content.
https://puredata.info/community/lists/Netiquette

On 21.02.20 12:29, Dan Wilcox wrote:
PD tries to handle MIDI as fast as it gets it, hence Miller's warning.

First, does Pd lock up on the RPI *without* your patch running? If so, then Pd itself is clogged up by all the messaging on the RPI. If it's your patch, then your message handling can/should be optimized ala Ingo's suggestion. Do you have any GUI objects in the message chain? If so, the fast messaging will also be causing GUI updates which may be slow on the RPI. Another way to check this is to run Pd with -nogui and see if it works without hanging.

On Feb 21, 2020, at 12:00 PM, pd-list-requ...@lists.iem.at <mailto:pd-list-requ...@lists.iem.at> wrote:

From: Andrew Lyons <tstext...@gmail.com <mailto:tstext...@gmail.com>>
To: pd-list <pd-l...@iem.at <mailto:pd-l...@iem.at>>
Subject: [PD] Throttling midi message rates
Message-ID:
<caf3kzatnm75zftg7wvjt_3hf8vcop0zjl96ggbvrx_bsug+...@mail.gmail.com <mailto:caf3kzatnm75zftg7wvjt_3hf8vcop0zjl96ggbvrx_bsug+...@mail.gmail.com>>
Content-Type: text/plain; charset="utf-8"

Hi,

I have an FCB 1010 MIDI foot pedal controller with 10 switches and two
pedals. One of the foot pedals is used to control glissando rate. More
specifically, it is hooked up to a vline~ object in pd. (I originally used
a line.)

If I change the pedal position too quickly, it locks up PD, and I have to
kill and restart the software. I have not encountered this before, but I
remember Miller saying something about "bad things happen" if the MIDI
input rate is too high in one of his MS171 lectures.

I do not have access to the firmware code on the foot pedal board, so I'm
hoping there is a way to throttle MIDI data rates in PD. I am running on a
raspberry pi 3 (buster) in a Zynthian kit.

Any pointers appreciated.

Thanks!

--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com>
robotcowboy.com <http://robotcowboy.com>




_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list





_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to