While using an Akai Midimix controller, PD stopped working, and the message, "warning: MIDI timing FIFO overflowed" appeared on the console. What caused this? How can I prevent it from happening again? I'm using vanilla 0.56.5 on Windows. Most of the time it works fine, but this has happened a couple of times. I've got a live performance coming up in a couple of weeks, and I don't want PD to fail during the performance.
-
warning: MIDI timing FIFO overflowed
-
sounds like youre sending too many signals. you should print to pd window the midi out numbers and look at how many times youre sending numbers.
-
@willblackhurst I'm just turning knobs and sliding sliders. I wouldn't think that would send a huge number of MIDI messages to pd. The Midimax has a button that sends the states of all the controls. When I press that button, it sends 59 MIDI messages to pd at the same time. That doesn't cause this problem. I'm not sending any MIDI messages to the Midimax from pd.
When the problem happened, pd not only stopped responding to MIDI messages. It stopped responding to mouse clicks and everything else.
-
@jamcultur Do you have MIDI Real-time messages flooding in? Does your patch ever get really busy doing something so that it can't dequeue incoming MIDI events in time? Are you generating bursts of dense MIDI for output? Are there other applications or services running on your computer that steal CPU cycles from Pd? (If you're on a Mac, QLab has a great sheet explaining how to turn off all the things that might interfere with your show)
Maybe try increasing the delay time in audio settings?
-
@jameslo I don't have MIDI messages flooding in. I only have the CC messages sent by the controller when I move a knob or slider. I'm not generating any MIDI messages, just receiving MIDI messages from the controller. There weren't any other applications running. I don't know what, if anything, Windows was doing in the background at the time. I did have wifi turned on at the time, which I don't normally do when I'm playing music. I don't think my patch has significant bursts of activity. Moving a MIDI control just does things like change the volume or speed of playing a wavetable, which I don't think would create a burst of activity in pd.
-
oh I thought it was your midi out to akai sorry maybe change your buffer size otherwise I dont know what it is.
-
try an earlier version of pd. 51.4 is good for me . the one where it says "snake" every one started having weird issues afterward and I think the new versions are not really as stable as the older ones yet.
-
@jamcultur I always turn off all networking when running a show or use a subnet that no one else can access. Maybe note the time when it happens again and then look at the Windows logs to see if anything unusual happened at that time (search "event viewer")