PortAudioStreamBufferedMBS properties

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to PortAudioStreamBufferedMBS class.

PortAudioStreamBufferedMBS.HadUnderflow as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 7.5 ✅ Yes ✅ Yes ✅ Yes ❌ No All
A flag set if a data underflow was found while NoUnderflow is true.

You may want to set this to false after your application recovered from a data underflow.
(Read and Write property)

PortAudioStreamBufferedMBS.NoUnderflow as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 7.5 ✅ Yes ✅ Yes ✅ Yes ❌ No All
Whether underflows should be prevented.

If no audio data is there and NoUnderflow=true, the flag HadUnderflow is set to true and 0 values (Silence) is played.

Switching from sound to no sound and back may add some noise.
(Read and Write property)

PortAudioStreamBufferedMBS.OutputPosition as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 7.4 ✅ Yes ✅ Yes ✅ Yes ❌ No All
The current position in the playing stream.

May point between samples.
(Read only property)

PortAudioStreamBufferedMBS.OutputPositionRelative as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Audio MBS Audio Plugin 7.4 ✅ Yes ✅ Yes ✅ Yes ❌ No All
The current position in the playing buffer.

May point between samples.
Will reset to 0 when a new buffer is used.
(Read only property)

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


💬 Ask a question or report a problem