27#ifndef JUCE_VSTINTERFACE_H_INCLUDED
28#define JUCE_VSTINTERFACE_H_INCLUDED
33 #define VSTINTERFACECALL __cdecl
36#elif JUCE_MAC || JUCE_IOS
37 #define VSTINTERFACECALL
39 #pragma options align=power
41 #pragma options align=mac68k
44 #define VSTINTERFACECALL
493 #define JUCE_MULTICHAR_CONSTANT(a, b, c, d) (a | (((uint32) b) << 8) | (((uint32) c) << 16) | (((uint32) d) << 24))
495 #define JUCE_MULTICHAR_CONSTANT(a, b, c, d) (d | (((uint32) c) << 8) | (((uint32) b) << 16) | (((uint32) a) << 24))
526#elif JUCE_MAC || JUCE_IOS
527 #pragma options align=reset
@ kPlugCategGenerator
Definition vestige.h:233
@ kPlugCategSynth
Definition vestige.h:224
@ kPlugCategRestoration
Definition vestige.h:230
@ kPlugSurroundFx
Definition vestige.h:229
@ kPlugCategAnalysis
Definition vestige.h:225
@ kPlugCategOfflineProcess
Definition vestige.h:231
@ kPlugCategRoomFx
Definition vestige.h:228
@ kPlugCategUnknown
Definition vestige.h:222
@ kPlugCategMastering
Definition vestige.h:226
@ kPlugCategShell
Definition vestige.h:232
@ kPlugCategEffect
Definition vestige.h:223
@ kPlugCategSpacializer
Definition vestige.h:227
Definition aeffectx.h:199
int32 flags
Definition juce_VSTInterface.h:283
int32 type
Definition juce_VSTInterface.h:280
char content[16]
Definition juce_VSTInterface.h:284
int32 size
Definition juce_VSTInterface.h:281
int32 sampleOffset
Definition juce_VSTInterface.h:282
Definition aeffectx.h:168
int32 size
Definition juce_VSTInterface.h:311
int32_t flags
Definition aeffectx.h:177
char tuning
Definition juce_VSTInterface.h:317
char future1
Definition juce_VSTInterface.h:319
char noteVelocityOff
Definition juce_VSTInterface.h:318
int32 noteSampleOffset
Definition juce_VSTInterface.h:315
int32_t type
Definition aeffectx.h:171
int32 sampleOffset
Definition juce_VSTInterface.h:312
char midiData[4]
Definition aeffectx.h:183
int32 noteSampleLength
Definition juce_VSTInterface.h:314
char future2
Definition juce_VSTInterface.h:320
static PuglViewHint int value
Definition pugl.h:1708
VstPlugInToHostOpcodes
Definition juce_VSTInterface.h:155
@ hostOpcodeGetCurrentAudioProcessingLevel
Definition juce_VSTInterface.h:178
@ hostOpcodeSetOutputSampleRate
Definition juce_VSTInterface.h:185
@ hostOpcodeTempoAt
Definition juce_VSTInterface.h:165
@ hostOpcodeWillReplace
Definition juce_VSTInterface.h:177
@ hostOpcodeGetOutputSpeakerConfiguration
Definition juce_VSTInterface.h:186
@ hostOpcodeSetTime
Definition juce_VSTInterface.h:164
@ hostOpcodePreAudioProcessingEvents
Definition juce_VSTInterface.h:163
@ hostOpcodeOfflineWrite
Definition juce_VSTInterface.h:182
@ hostOpcodeGetNextPlugIn
Definition juce_VSTInterface.h:176
@ hostOpcodeOfflineGetCurrentMetaPass
Definition juce_VSTInterface.h:184
@ hostOpcodeGetLanguage
Definition juce_VSTInterface.h:193
@ hostOpcodeNeedsIdle
Definition juce_VSTInterface.h:169
@ hostOpcodeParameterChanged
Definition juce_VSTInterface.h:156
@ hostOpcodeGetNumberOfAutomatableParameters
Definition juce_VSTInterface.h:166
@ hostOpcodeGetSampleRate
Definition juce_VSTInterface.h:171
@ hostOpcodeCanHostDo
Definition juce_VSTInterface.h:192
@ hostOpcodeParameterChangeGestureBegin
Definition juce_VSTInterface.h:198
@ hostOpcodeVstVersion
Definition juce_VSTInterface.h:157
@ hostOpcodeOfflineGetCurrentPass
Definition juce_VSTInterface.h:183
@ hostOpcodeOpenEditorWindow
Definition juce_VSTInterface.h:194
@ hostOpcodeUpdateView
Definition juce_VSTInterface.h:197
@ hostOpcodeGetProductName
Definition juce_VSTInterface.h:188
@ hostOpcodeGetDirectory
Definition juce_VSTInterface.h:196
@ hostOpcodeGetTimingInfo
Definition juce_VSTInterface.h:162
@ hostOpcodeGetInputLatency
Definition juce_VSTInterface.h:173
@ hostOpcodeGetOutputLatency
Definition juce_VSTInterface.h:174
@ hostOpcodeGetParameterInterval
Definition juce_VSTInterface.h:167
@ hostOpcodeOfflineStart
Definition juce_VSTInterface.h:180
@ hostOpcodeParameterChangeGestureEnd
Definition juce_VSTInterface.h:199
@ hostOpcodeIOModified
Definition juce_VSTInterface.h:168
@ hostOpcodeCurrentId
Definition juce_VSTInterface.h:158
@ hostOpcodeGetAutomationState
Definition juce_VSTInterface.h:179
@ hostOpcodePinConnected
Definition juce_VSTInterface.h:160
@ hostOpcodeGetPreviousPlugIn
Definition juce_VSTInterface.h:175
@ hostOpcodeGetBlockSize
Definition juce_VSTInterface.h:172
@ hostOpcodePlugInWantsMidi
Definition juce_VSTInterface.h:161
@ hostOpcodeOfflineReadSource
Definition juce_VSTInterface.h:181
@ hostOpcodeWindowSize
Definition juce_VSTInterface.h:170
@ hostOpcodeGetManufacturerVersion
Definition juce_VSTInterface.h:189
@ hostOpcodeSetIcon
Definition juce_VSTInterface.h:191
@ hostOpcodeManufacturerSpecific
Definition juce_VSTInterface.h:190
@ hostOpcodeGetManufacturerName
Definition juce_VSTInterface.h:187
@ hostOpcodeCloseEditorWindow
Definition juce_VSTInterface.h:195
@ hostOpcodeIdle
Definition juce_VSTInterface.h:159
VstMaxStringLengths
Definition juce_VSTInterface.h:243
@ vstMaxParameterOrPinShortLabelLength
Definition juce_VSTInterface.h:246
@ vstMaxParameterOrPinLabelLength
Definition juce_VSTInterface.h:245
@ vstMaxManufacturerStringLength
Definition juce_VSTInterface.h:248
@ vstMaxCategoryLength
Definition juce_VSTInterface.h:247
@ vstMaxNameLength
Definition juce_VSTInterface.h:244
@ vstMaxPlugInNameStringLength
Definition juce_VSTInterface.h:249
VstHostToPlugInOpcodes
Definition juce_VSTInterface.h:96
@ plugInOpcodeSetSampleRate
Definition juce_VSTInterface.h:106
@ plugInOpcodeEditorIdle
Definition juce_VSTInterface.h:114
@ plugInOpcodeConnectOutput
Definition juce_VSTInterface.h:125
@ pluginOpcodeGetNumMidiInputChannels
Definition juce_VSTInterface.h:148
@ plugInOpcodeGetParameterLabel
Definition juce_VSTInterface.h:103
@ plugInOpcodeSetCurrentProgramName
Definition juce_VSTInterface.h:101
@ plugInOpcodeGetCurrentMidiProgram
Definition juce_VSTInterface.h:141
@ plugInOpcodeGetParameterText
Definition juce_VSTInterface.h:104
@ plugInOpcodeManufacturerSpecific
Definition juce_VSTInterface.h:135
@ plugInOpcodeeffEditorTop
Definition juce_VSTInterface.h:115
@ plugInOpcodeGetEditorBounds
Definition juce_VSTInterface.h:109
@ plugInOpcodeNextPlugInUniqueID
Definition juce_VSTInterface.h:143
@ pluginOpcodeGetNumMidiOutputChannels
Definition juce_VSTInterface.h:149
@ plugInOpcodeGetManufacturerName
Definition juce_VSTInterface.h:132
@ plugInOpcodeMaximum
Definition juce_VSTInterface.h:150
@ plugInOpcodeSetBypass
Definition juce_VSTInterface.h:130
@ plugInOpcodeSetSampleFloatType
Definition juce_VSTInterface.h:147
@ plugInOpcodeGetInputPinProperties
Definition juce_VSTInterface.h:126
@ plugInOpcodeGetParameterName
Definition juce_VSTInterface.h:105
@ plugInOpcodeGetManufacturerProductName
Definition juce_VSTInterface.h:133
@ plugInOpcodeDrawEditor
Definition juce_VSTInterface.h:112
@ plugInOpcodeSetSpeakerConfiguration
Definition juce_VSTInterface.h:129
@ plugInOpcodeGetPlugInName
Definition juce_VSTInterface.h:131
@ plugInOpcodeParameterValueForText
Definition juce_VSTInterface.h:122
@ plugInOpcodeOpen
Definition juce_VSTInterface.h:97
@ plugInOpcodeGetCurrentProgramName
Definition juce_VSTInterface.h:102
@ plugInOpcodeResumeSuspend
Definition juce_VSTInterface.h:108
@ plugInOpcodeGetProgramName
Definition juce_VSTInterface.h:123
@ plugInOpcodeIdentify
Definition juce_VSTInterface.h:117
@ plugInOpcodeGetOutputPinProperties
Definition juce_VSTInterface.h:127
@ plugInOpcodeGetMouse
Definition juce_VSTInterface.h:113
@ plugInOpcodeSetNumberOfSamplesToProcess
Definition juce_VSTInterface.h:146
@ plugInOpcodeKeyboardFocusRequired
Definition juce_VSTInterface.h:139
@ plugInOpcodeStopProcess
Definition juce_VSTInterface.h:145
@ plugInOpcodeGetCurrentProgram
Definition juce_VSTInterface.h:100
@ plugInOpcodeSetBlockSize
Definition juce_VSTInterface.h:107
@ plugInOpcodeCanPlugInDo
Definition juce_VSTInterface.h:136
@ plugInOpcodeOpenEditor
Definition juce_VSTInterface.h:110
@ plugInOpcodeCloseEditor
Definition juce_VSTInterface.h:111
@ plugInOpcodeConnectInput
Definition juce_VSTInterface.h:124
@ plugInOpcodeStartProcess
Definition juce_VSTInterface.h:144
@ plugInOpcodeSetData
Definition juce_VSTInterface.h:119
@ plugInOpcodeSetCurrentProgram
Definition juce_VSTInterface.h:99
@ plugInOpcodeSleepEditor
Definition juce_VSTInterface.h:116
@ plugInOpcodeGetData
Definition juce_VSTInterface.h:118
@ plugInOpcodePreAudioProcessingEvents
Definition juce_VSTInterface.h:120
@ plugInOpcodeGetSpeakerArrangement
Definition juce_VSTInterface.h:142
@ plugInOpcodeIsParameterAutomatable
Definition juce_VSTInterface.h:121
@ plugInOpcodeGetTailSize
Definition juce_VSTInterface.h:137
@ plugInOpcodeGetPlugInCategory
Definition juce_VSTInterface.h:128
@ plugInOpcodeClose
Definition juce_VSTInterface.h:98
@ plugInOpcodeIdle
Definition juce_VSTInterface.h:138
@ plugInOpcodeGetVstInterfaceVersion
Definition juce_VSTInterface.h:140
@ plugInOpcodeGetManufacturerVersion
Definition juce_VSTInterface.h:134
VstPinInfoFlags
Definition juce_VSTInterface.h:267
@ vstPinInfoFlagIsActive
Definition juce_VSTInterface.h:268
@ vstPinInfoFlagValid
Definition juce_VSTInterface.h:270
@ vstPinInfoFlagIsStereo
Definition juce_VSTInterface.h:269
VstIndividualSpeakerType
Definition juce_VSTInterface.h:421
@ vstIndividualSpeakerTypeSurround
Definition juce_VSTInterface.h:432
@ vstIndividualSpeakerTypeTopRearRight
Definition juce_VSTInterface.h:442
@ vstIndividualSpeakerTypeLeftSurround
Definition juce_VSTInterface.h:428
@ vstIndividualSpeakerTypeLeftRearSurround
Definition juce_VSTInterface.h:434
@ vstIndividualSpeakerTypeTopFrontCentre
Definition juce_VSTInterface.h:438
@ vstIndividualSpeakerTypeTopRearCentre
Definition juce_VSTInterface.h:441
@ vstIndividualSpeakerTypeTopFrontRight
Definition juce_VSTInterface.h:439
@ vstIndividualSpeakerTypeLeft
Definition juce_VSTInterface.h:424
@ vstIndividualSpeakerTypeCentre
Definition juce_VSTInterface.h:426
@ vstIndividualSpeakerTypeMono
Definition juce_VSTInterface.h:423
@ vstIndividualSpeakerTypeTopFrontLeft
Definition juce_VSTInterface.h:437
@ vstIndividualSpeakerTypeLFE2
Definition juce_VSTInterface.h:443
@ vstIndividualSpeakerTypeLeftCentre
Definition juce_VSTInterface.h:430
@ vstIndividualSpeakerTypeLFE
Definition juce_VSTInterface.h:427
@ vstIndividualSpeakerTypeRightSurround
Definition juce_VSTInterface.h:429
@ vstIndividualSpeakerTypeRight
Definition juce_VSTInterface.h:425
@ vstIndividualSpeakerTypeTopMiddle
Definition juce_VSTInterface.h:436
@ vstIndividualSpeakerTypeUndefined
Definition juce_VSTInterface.h:422
@ vstIndividualSpeakerTypeTopRearLeft
Definition juce_VSTInterface.h:440
@ vstIndividualSpeakerTypeCentreSurround
Definition juce_VSTInterface.h:433
@ vstIndividualSpeakerTypeRightRearSurround
Definition juce_VSTInterface.h:435
@ vstIndividualSpeakerTypeRightCentre
Definition juce_VSTInterface.h:431
PresonusExtensionConstants
Definition juce_VSTInterface.h:499
@ presonusVendorID
Definition juce_VSTInterface.h:500
@ presonusSetContentScaleFactor
Definition juce_VSTInterface.h:501
VstEffectInterfaceFlags
Definition juce_VSTInterface.h:86
@ vstEffectFlagHasEditor
Definition juce_VSTInterface.h:87
@ vstEffectFlagInplaceAudio
Definition juce_VSTInterface.h:88
@ vstEffectFlagIsSynth
Definition juce_VSTInterface.h:90
@ vstEffectFlagInplaceDoubleAudio
Definition juce_VSTInterface.h:91
@ vstEffectFlagDataInChunks
Definition juce_VSTInterface.h:89
pointer_sized_int(VSTINTERFACECALL * VstHostCallback)(VstEffectInterface *, int32 op, int32 index, pointer_sized_int value, void *ptr, float opt)
Definition juce_VSTInterface.h:83
const int32 juceVstInterfaceVersion
Definition juce_VSTInterface.h:48
VstPlugInCategory
Definition juce_VSTInterface.h:213
#define VSTINTERFACECALL
Definition juce_VSTInterface.h:44
VstProcessingSampleType
Definition juce_VSTInterface.h:204
@ vstProcessingSampleTypeFloat
Definition juce_VSTInterface.h:205
@ vstProcessingSampleTypeDouble
Definition juce_VSTInterface.h:206
VstEventTypes
Definition juce_VSTInterface.h:288
@ vstMidiEventType
Definition juce_VSTInterface.h:289
@ vstSysExEventType
Definition juce_VSTInterface.h:290
const int32 juceVstInterfaceIdentifier
Definition juce_VSTInterface.h:49
VstSmpteRates
Definition juce_VSTInterface.h:387
@ vstSmpteRateFps30
Definition juce_VSTInterface.h:391
@ vstSmpteRateFps599
Definition juce_VSTInterface.h:400
@ vstSmpteRateFps24
Definition juce_VSTInterface.h:388
@ vstSmpteRateFps60
Definition juce_VSTInterface.h:401
@ vstSmpteRateFps249
Definition juce_VSTInterface.h:399
@ vstSmpteRateFps239
Definition juce_VSTInterface.h:398
@ vstSmpteRateFps30drop
Definition juce_VSTInterface.h:393
@ vstSmpteRate16mmFilm
Definition juce_VSTInterface.h:395
@ vstSmpteRate35mmFilm
Definition juce_VSTInterface.h:396
@ vstSmpteRateFps2997
Definition juce_VSTInterface.h:390
@ vstSmpteRateFps25
Definition juce_VSTInterface.h:389
@ vstSmpteRateFps2997drop
Definition juce_VSTInterface.h:392
VstMidiEventFlags
Definition juce_VSTInterface.h:324
@ vstMidiEventIsRealtime
Definition juce_VSTInterface.h:325
VstTimingInformationFlags
Definition juce_VSTInterface.h:368
@ vstTimingInfoFlagLoopPositionValid
Definition juce_VSTInterface.h:379
@ vstTimingInfoFlagCurrentlyRecording
Definition juce_VSTInterface.h:372
@ vstTimingInfoFlagLastBarPositionValid
Definition juce_VSTInterface.h:378
@ vstTimingInfoFlagCurrentlyPlaying
Definition juce_VSTInterface.h:370
@ vstTimingInfoFlagTransportChanged
Definition juce_VSTInterface.h:369
@ vstTimingInfoFlagAutomationReadModeActive
Definition juce_VSTInterface.h:374
@ vstTimingInfoFlagNanosecondsValid
Definition juce_VSTInterface.h:375
@ vstTimingInfoFlagTimeSignatureValid
Definition juce_VSTInterface.h:380
@ vstTimingInfoFlagLoopActive
Definition juce_VSTInterface.h:371
@ vstTimingInfoFlagTempoValid
Definition juce_VSTInterface.h:377
@ vstTimingInfoFlagAutomationWriteModeActive
Definition juce_VSTInterface.h:373
@ vstTimingInfoFlagSmpteValid
Definition juce_VSTInterface.h:381
@ vstTimingInfoFlagNearestClockValid
Definition juce_VSTInterface.h:382
@ vstTimingInfoFlagMusicalPositionValid
Definition juce_VSTInterface.h:376
#define JUCE_MULTICHAR_CONSTANT(a, b, c, d)
Definition juce_VSTInterface.h:495
VstSpeakerConfigurationType
Definition juce_VSTInterface.h:458
@ vstSpeakerConfigTypeLRCLfeLsRsTflTfcTfrTrlTrrLfe2
Definition juce_VSTInterface.h:489
@ vstSpeakerConfigTypeLcRc
Definition juce_VSTInterface.h:464
@ vstSpeakerConfigTypeLRCLfeLsRsCsSlSr
Definition juce_VSTInterface.h:488
@ vstSpeakerConfigTypeLRCLsRsSlSr
Definition juce_VSTInterface.h:482
@ vstSpeakerConfigTypeLRCLsRs
Definition juce_VSTInterface.h:475
@ vstSpeakerConfigTypeLsRs
Definition juce_VSTInterface.h:463
@ vstSpeakerConfigTypeLRCLsRsLcRcCs
Definition juce_VSTInterface.h:485
@ vstSpeakerConfigTypeLRLsRsSlSr
Definition juce_VSTInterface.h:478
@ vstSpeakerConfigTypeLRCLfeS
Definition juce_VSTInterface.h:473
@ vstSpeakerConfigTypeLRCLsRsCs
Definition juce_VSTInterface.h:477
@ vstSpeakerConfigTypeLRLfeLsRs
Definition juce_VSTInterface.h:474
@ vstSpeakerConfigTypeLR
Definition juce_VSTInterface.h:462
@ vstSpeakerConfigTypeLRCLsRsCsSlSr
Definition juce_VSTInterface.h:486
@ vstSpeakerConfigTypeLRLsRs
Definition juce_VSTInterface.h:472
@ vstSpeakerConfigTypeCLfe
Definition juce_VSTInterface.h:466
@ vstSpeakerConfigTypeEmpty
Definition juce_VSTInterface.h:460
@ vstSpeakerConfigTypeSlSr
Definition juce_VSTInterface.h:465
@ vstSpeakerConfigTypeLRCLfeLsRs
Definition juce_VSTInterface.h:476
@ vstSpeakerConfigTypeLRCLfeLsRsSlSr
Definition juce_VSTInterface.h:484
@ vstSpeakerConfigTypeUser
Definition juce_VSTInterface.h:459
@ vstSpeakerConfigTypeLRCLfeLsRsLcRc
Definition juce_VSTInterface.h:483
@ vstSpeakerConfigTypeLRCLfe
Definition juce_VSTInterface.h:469
@ vstSpeakerConfigTypeLRCLfeLsRsLcRcCs
Definition juce_VSTInterface.h:487
@ vstSpeakerConfigTypeMono
Definition juce_VSTInterface.h:461
@ vstSpeakerConfigTypeLRCLfeLsRsCs
Definition juce_VSTInterface.h:479
@ vstSpeakerConfigTypeLRLfeS
Definition juce_VSTInterface.h:470
@ vstSpeakerConfigTypeLRCLsRsLcRc
Definition juce_VSTInterface.h:481
@ vstSpeakerConfigTypeLRCS
Definition juce_VSTInterface.h:471
@ vstSpeakerConfigTypeLRC
Definition juce_VSTInterface.h:467
@ vstSpeakerConfigTypeLRS
Definition juce_VSTInterface.h:468
@ vstSpeakerConfigTypeLRLfeLsRsSlSr
Definition juce_VSTInterface.h:480
Definition carla_juce.cpp:31
signed short int16
Definition juce_MathsFunctions.h:39
jack_client_t client jack_client_t client jack_client_t client jack_client_t JackInfoShutdownCallback void arg jack_client_t jack_port_t port void func jack_client_t const char const char unsigned long flags const jack_port_t port jack_client_t jack_port_id_t port_id const jack_port_t const char port_name const jack_port_t port void * ptr
Definition juce_linux_JackAudio.cpp:79
signed int int32
Definition juce_MathsFunctions.h:43
int pointer_sized_int
Definition juce_MathsFunctions.h:80
Definition juce_VSTInterface.h:234
int16 upper
Definition juce_VSTInterface.h:235
int16 lower
Definition juce_VSTInterface.h:237
int16 rightmost
Definition juce_VSTInterface.h:238
int16 leftmost
Definition juce_VSTInterface.h:236
Definition juce_VSTInterface.h:57
int32 latency
Definition juce_VSTInterface.h:70
int32 numPrograms
Definition juce_VSTInterface.h:63
pointer_sized_int hostSpace1
Definition juce_VSTInterface.h:68
float deprecated3
Definition juce_VSTInterface.h:73
float ** inputs
Definition juce_VSTInterface.h:60
int32 int32 pointer_sized_int void float opt
Definition juce_VSTInterface.h:59
int32 numInputChannels
Definition juce_VSTInterface.h:65
int32 parameterIndex
Definition juce_VSTInterface.h:61
int32 int32 pointer_sized_int value
Definition juce_VSTInterface.h:59
int32 int32 index
Definition juce_VSTInterface.h:59
float float ** outputs
Definition juce_VSTInterface.h:60
float(VSTINTERFACECALL *getParameterValueFunction)(VstEffectInterface *
void * effectPointer
Definition juce_VSTInterface.h:74
void * userPointer
Definition juce_VSTInterface.h:75
int32 plugInVersion
Definition juce_VSTInterface.h:77
pointer_sized_int hostSpace2
Definition juce_VSTInterface.h:69
int32 deprecated1
Definition juce_VSTInterface.h:71
int32 numParameters
Definition juce_VSTInterface.h:64
int32 plugInIdentifier
Definition juce_VSTInterface.h:76
int32 deprecated2
Definition juce_VSTInterface.h:72
char emptySpace[56]
Definition juce_VSTInterface.h:80
int32 numOutputChannels
Definition juce_VSTInterface.h:66
pointer_sized_int(VSTINTERFACECALL *dispatchFunction)(VstEffectInterface *
float float int32 numSamples
Definition juce_VSTInterface.h:60
int32 flags
Definition juce_VSTInterface.h:67
int32 interfaceIdentifier
Definition juce_VSTInterface.h:58
void(VSTINTERFACECALL *processAudioInplaceFunction)(VstEffectInterface *
int32 op
Definition juce_VSTInterface.h:59
int32 int32 pointer_sized_int void * ptr
Definition juce_VSTInterface.h:59
Definition juce_VSTInterface.h:298
int32 numberOfEvents
Definition juce_VSTInterface.h:299
pointer_sized_int future
Definition juce_VSTInterface.h:300
VstEvent * events[2]
Definition juce_VSTInterface.h:301
Definition juce_VSTInterface.h:410
int32 type
Definition juce_VSTInterface.h:416
char unused[28]
Definition juce_VSTInterface.h:417
float radius
Definition juce_VSTInterface.h:413
float elevationAngle
Definition juce_VSTInterface.h:412
float reserved
Definition juce_VSTInterface.h:414
char label[vstMaxNameLength]
Definition juce_VSTInterface.h:415
float azimuthalAngle
Definition juce_VSTInterface.h:411
Definition juce_VSTInterface.h:258
char text[vstMaxParameterOrPinLabelLength]
Definition juce_VSTInterface.h:259
int32 flags
Definition juce_VSTInterface.h:260
char shortText[vstMaxParameterOrPinShortLabelLength]
Definition juce_VSTInterface.h:262
int32 configurationType
Definition juce_VSTInterface.h:261
char unused[48]
Definition juce_VSTInterface.h:263
Definition juce_VSTInterface.h:451
VstIndividualSpeakerInfo speakers[8]
Definition juce_VSTInterface.h:454
int32 type
Definition juce_VSTInterface.h:452
int32 numberOfChannels
Definition juce_VSTInterface.h:453
Definition juce_VSTInterface.h:333
int32 size
Definition juce_VSTInterface.h:335
int32 flags
Definition juce_VSTInterface.h:337
char * sysExDump
Definition juce_VSTInterface.h:340
pointer_sized_int future2
Definition juce_VSTInterface.h:341
int32 type
Definition juce_VSTInterface.h:334
pointer_sized_int future1
Definition juce_VSTInterface.h:339
int32 offsetSamples
Definition juce_VSTInterface.h:336
int32 sysExDumpSize
Definition juce_VSTInterface.h:338
Definition juce_VSTInterface.h:510
int32 magic1
Definition juce_VSTInterface.h:511
char shouldBeZero[124]
Definition juce_VSTInterface.h:519
char chunk[1]
Definition juce_VSTInterface.h:521
int32 fxID
Definition juce_VSTInterface.h:515
int32 version2
Definition juce_VSTInterface.h:516
int32 size
Definition juce_VSTInterface.h:512
int32 version1
Definition juce_VSTInterface.h:514
int32 current
Definition juce_VSTInterface.h:518
int32 chunkSize
Definition juce_VSTInterface.h:520
int32 magic2
Definition juce_VSTInterface.h:513
int32 elements
Definition juce_VSTInterface.h:517
#define void
Definition unzip.h:396