Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsMidiMBS class.

WindowsMidiMBS.DataLost as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method MIDI MBS Audio Plugin 6.1 ❌ No ✅ Yes ❌ No ❌ No All
Number of data blocks lost.

The buffers in the plugins have a certain size.
In case midi events are coming fast in and the Idle method is not called often enough events are lost.
In that case increase the frequency of calling Idle or request the buffer size to be increased in the next plugin version.

Some examples using this method:

WindowsMidiMBS.EventsLost as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method MIDI MBS Audio Plugin 6.1 ❌ No ✅ Yes ❌ No ❌ No All
Number of events lost.

The buffers in the plugins have a certain size.
In case midi events are coming fast in and the Idle method is not called often enough events are lost.
In that case increase the frequency of calling Idle or request the buffer size to be increased in the next plugin version.

Some examples using this method:

The items on this page are in the following plugins: MBS Audio Plugin.


The biggest plugin in space...