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 PortAudioStreamParametersMBS class.
PortAudioStreamParametersMBS.paCustomFormat = 65536
Type | Topic | Plugin | Version |
const | Audio | MBS Audio Plugin | 15.1 |
Custom format. Not supported by plugin.
PortAudioStreamParametersMBS.paFloat32 = 1
Type | Topic | Plugin | Version |
const | Audio | MBS Audio Plugin | 15.1 |
Uses +1.0 and -1.0 as the maximum and minimum respectively.
PortAudioStreamParametersMBS.paInt16 = 8
Type | Topic | Plugin | Version |
const | Audio | MBS Audio Plugin | 15.1 |
Signed 16 bit.
PortAudioStreamParametersMBS.paInt24 = 4
Type | Topic | Plugin | Version |
const | Audio | MBS Audio Plugin | 15.1 |
Packed 24 bit format
PortAudioStreamParametersMBS.paInt32 = 2
Type | Topic | Plugin | Version |
const | Audio | MBS Audio Plugin | 15.1 |
Signed 32 bit.
PortAudioStreamParametersMBS.paInt8 = 16
Type | Topic | Plugin | Version |
const | Audio | MBS Audio Plugin | 15.1 |
8 bit integer.
PortAudioStreamParametersMBS.paNonInterleaved = &h80000000
Type | Topic | Plugin | Version |
const | Audio | MBS Audio Plugin | 15.1 |
Non interleaved.
The paNonInterleaved flag indicates that audio data is passed as an array of pointers to separate buffers, one buffer for each channel. Usually, when this flag is not used, audio data is passed as a single buffer with all channels interleaved.
PortAudioStreamParametersMBS.paNonInterleavedFloat32 = &h80000001
Type | Topic | Plugin | Version |
const | Audio | MBS Audio Plugin | 15.1 |
Non interleaved, Uses +1.0 and -1.0 as the maximum and minimum respectively.
PortAudioStreamParametersMBS.paNonInterleavedInt16 = &h80000008
Type | Topic | Plugin | Version |
const | Audio | MBS Audio Plugin | 15.1 |
Non interleaved, signed 16 bit.
PortAudioStreamParametersMBS.paNonInterleavedInt24 = &h80000004
Type | Topic | Plugin | Version |
const | Audio | MBS Audio Plugin | 15.1 |
Non interleaved, Packed 24 bit format
PortAudioStreamParametersMBS.paNonInterleavedInt32 = &h80000002
Type | Topic | Plugin | Version |
const | Audio | MBS Audio Plugin | 15.1 |
Non interleaved, signed 32 bit.
PortAudioStreamParametersMBS.paNonInterleavedInt8 = &h80000010
Type | Topic | Plugin | Version |
const | Audio | MBS Audio Plugin | 15.1 |
Non interleaved, 8 bit integer.
PortAudioStreamParametersMBS.paNonInterleavedUInt8 = &h80000020
Type | Topic | Plugin | Version |
const | Audio | MBS Audio Plugin | 15.1 |
Non interleaved, unsigned 8 bit format where 128 is considered "ground".
PortAudioStreamParametersMBS.paUInt8 = 32
Type | Topic | Plugin | Version |
const | Audio | MBS Audio Plugin | 15.1 |
unsigned 8 bit format where 128 is considered "ground"
The items on this page are in the following plugins: MBS Audio Plugin.