2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
30
31
35#if __cplusplus
< 201103L
46
47
48
49#define VST_FUNCTION_INTERFACE __cdecl
52
53
54
55
56#define VST_MAX_CHANNELS 32
59
60#define VST_FOURCC(a,b,c,d) ((((uint32_t)a) << 24
) | (((uint32_t)b) << 16
) | (((uint32_t)c) << 8
) | (((uint32_t)d) << 0
))
63
66
67
68
69
70
80
81
82
83
84
94
95
96
97
98
107
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
156
157
166
167
168
361
362
363
369
370
371
382
383
386
387
388
394
395
396
402
403
404
410
411
412
418
419
420
426
427
428
434
435
436
445
446
447
450
451
452
453
454
455
459
460
461
462
463
464
465
469
470
471
472
473
474
475
479
480
481
485
486
487
491
492
493
494
498
499
500
501
505
506
507
508
512
513
514
515
519
520
521
522
526
527
528
529
530
531
535
536
537
538
539
545
546
547
548
559
560
561
622
625
626
627
628
632
633
634
635
639
640
641
642
648
649
650
651
655
656
657
658
659
660
667
668
669
672
673
674
678
682
686
690
694
695
696
700
701
702
706
707
708
716
719
720
724
725
726
730
731
732
742
746
747
748
753
754
755
762
766
767
771
772
776
787
788
789
792
793
794
800
801
802
811
815
819
820
821
822
827
828
829
830
831
832
833
834
835
838
839
843
844
845
846
847
848
849
853
854
855
863
864
865
866
867
868
869
870
880
881
882
883
884
888
892
896
897
898
902
903
904
908
909
910
911
920
921
922
923
924
925
926
927
928
929
939
946
947
948
957
958
959
960
961
962
963
964
965
968
972 int32_t _reserved_00;
975
976
977
988
989
992
996
1000
1004
1005
1006
1007
1011
1015 VST_HOST_ACTIVE_THREAD_MAX,
1017 _VST_HOST_ACTIVE_THREAD_PAD = 0xFFFFFFFFul,
1021
1022
1023
1026
1027
1028
1029
1030
1031
1032
1040
1041
1042
1048
1049
1050
1051
1052
1058
1059
1060
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1113
1114
1115
1116
1117
1118
1119
1120
1121
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1145
1146
1147
1148
1149
1150
1156
1157
1158
1159
1160
1161
1167
1168
1169
1170
1171
1177
1178
1179
1180
1181
1194
1195
1196
1197
1198
1199
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1243
1244
1245
1251
1252
1253
1259
1260
1261
1267
1268
1277
1278
1279
1280
1286
1287
1288
1294
1295
1299
1300
1304
1305
1306
1307
1308
1309
1315
1316
1317
1318
1319
1331
1332
1333
1334
1335
1343
1344
1345
1346
1347
1348
1349
1357
1358
1366
1367
1371
1372
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1410 VST_HOST_OPCODE_MAX,
1413 _VST_HOST_OPCODE_PAD = 0xFFFFFFFFul,
1417
1418
1419
1420
1421
1424
1425
1426
1427
1428
1429
1430
1431
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1448
1449
1450
1451
1452
1453
1457
1458
1459
1460
1466
1467
1468
1469
1470
1474
1475
1476
1477
1478
1479
1480
1484
1485
1486
1487
1488
1489
1490
1494
1495
1496
1497
1498
1499
1500
1511} vst_host_supports = {
1530
1531
1532
1533
1534
1535
1536
1544
1545
1546
1550
1551
1552
1553
1554#define VST_DEFAULT_SAMPLE_RATE 44100.0f
1557
1558
1559
1560
1561#define VST_DEFAULT_BLOCK_SIZE 1024
1564
1565
1566
1567
1572
1573
1574
1575
1581
1582
1583
1584
1590
1591
1592
1593
1594
1600
1601
1602
1603
1609
1610
1611
1612
1618
1619
1620
1621
1629
1630
1631
1632
1633
1639
1640
1641
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1729
1730
1731
1732
1733
1734
1735
1741 VST_EFFECT_CATEGORY_MAX,
1744 _VST_EFFECT_CATEGORY_PAD = 0xFFFFFFFFul,
1748
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1778
1779
1780
1781
1782
1788
1789
1790
1791
1792
1801
1802
1803
1804
1810
1811
1812
1813
1814
1823
1824
1825
1826
1827
1828
1835
1836
1839
1840
1841
1849
1850
1851
1852
1853
1859
1860
1861
1869
1870
1871
1879
1880
1881
1889
1890
1891
1899
1900
1901
1902
1903
1913
1914
1915
1916
1917
1929
1930
1931
1932
1933
1943
1944
1945
1946
1950
1951
1952
1960
1961
1962
1970
1971
1972
1973
1974
1975
1976
1986
1987
1988
1989
1990
2000
2001
2002
2003
2011
2012
2013
2021
2022
2023
2024
2025
2026
2027
2028
2029
2037
2038
2039
2040
2041
2042
2043
2044
2045
2053
2054
2055
2056
2057
2058
2059
2060
2061
2069
2070
2071
2077
2078
2079
2080
2081
2082
2083
2087
2088
2089
2090
2091
2092
2093
2097
2098
2099
2100
2101
2107
2108
2109
2110
2111
2112
2113
2114
2115
2121
2122
2123
2124
2125
2126
2127
2128
2129
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2158
2159
2160
2161
2162
2172
2173
2174
2175
2176
2177
2185
2186
2187
2188
2189
2193
2194
2195
2196
2197
2201
2202
2203
2204
2205
2209
2210
2211
2212
2213
2217
2218
2219
2220
2221
2225
2226
2227
2228
2229
2230
2238
2239
2240
2241
2242
2243
2251
2252
2253
2254
2262
2263
2264
2265
2266
2270
2271
2272
2273
2274
2278
2279
2280
2281
2282
2286
2287
2288
2289
2290
2294
2295
2296
2297
2298
2302
2303
2304
2305
2306
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2326
2327
2331
2332
2333
2334
2335
2336
2342
2343
2344
2345
2346
2347
2357
2358
2359
2360
2361
2362
2363
2369
2370
2371
2372
2380
2381
2382
2383
2391
2392
2393
2394
2402
2403
2404
2405
2406
2407
2413
2414
2415
2416
2417
2418
2424
2425
2426
2427
2428
2436
2437
2438
2439
2440
2441
2447
2448
2449
2450
2451
2452
2456
2457
2458
2459
2460
2461
2465
2466
2467
2468
2469
2470
2478
2479
2480
2481
2482
2486
2487
2488
2489
2490
2500
2501
2502
2503
2504
2505
2506
2512
2513
2514
2515
2516
2517
2518
2524
2525
2526
2527
2528
2532
2533
2534
2535
2536
2540
2541
2542
2543
2544
2548
2549
2550
2551
2552
2556
2557
2558
2559
2560
2564
2565
2566
2567
2568
2572
2573
2574
2575
2576
2582
2583
2584
2585
2586
2596
2597
2598
2599
2600
2601
2607
2608
2609
2610
2611
2612
2613
2614
2620
2621
2622
2623
2629
2630
2631
2632
2638
2639
2640
2641
2642
2646
2647
2648
2649
2650
2651
2652
2656
2657
2658
2659
2660
2661
2662
2663
2669
2670
2671
2672
2673
2674
2675
2676
2686
2687
2688
2689
2690
2694
2695
2696
2697
2698
2702
2703
2704
2705
2706
2710 VST_EFFECT_OPCODE_MAX,
2713 _VST_EFFECT_OPCODE_PAD = 0xFFFFFFFFul,
2717
2718
2719
2720
2721
2724
2725
2726
2727
2728
2729
2730
2734
2735
2736
2737
2738
2742
2743
2744
2745
2746
2750
2751
2752
2753
2754
2755
2756
2760
2761
2762
2763
2764
2765
2766
2770
2771
2772
2773
2774
2775
2776
2799} vst_effect_supports = {
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2841
2842
2843
2844
2845
2846
2847
2848
2852
2853
2854
2855
2856
2860
2861
2862
2863
2864
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2894
2897
2898
2899
2900
2901
2905
2906
2907
2911
2912
2913
2914
2918
2919
2923
2924
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2943
2944
2945
2946
2950
2951
2952
2953
2954
2955
2959
2960
2961
2962
2963
2967
2968
2969
2979
2980
2981
2982
2983
2984
2994
2995
2996
2997
2998
2999
3000
3004
3005
3006
3007
3011
3012
3013
3014
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3031
3032
3033
3041
3042
3043
3051
3052
3053
3061
3062
3063
3064
3065
3066#define VST_ENTRYPOINT
3067 vst_effect_t* VSTPluginMain(vst_host_callback_t callback)
3070
3071
3072
3073
3074
3075#define VST_ENTRYPOINT_WINDOWS
3076 vst_effect_t* MAIN(vst_host_callback_t callback) { return VSTPluginMain(callback); }
3079
3080
3081
3082
3083
3084#define VST_ENTRYPOINT_MACOS
3085 vst_effect_t* main_macho(vst_host_callback_t callback) { return VSTPluginMain(callback); }
3088
3089
3090
3091
3092
3093#define VST_ENTRYPOINT_MACOS_POWERPC
3094 vst_effect_t* main(vst_host_callback_t callback) { return VSTPluginMain(callback); }
Host to Plug-in support checks.
const char * plugAsChannelInsert
const char * sendVstEvents
Plug-in can send events to host.
const char * conformsToWindowRules
Plug-in wants to use VST_HOST_OPCODE_EDITOR_RESIZE.
const char * receiveVstEvents
Plug-in can receive events from host.
const char * receiveVstTimeInfo
const char * bypass
Effect supports alternative bypass.
const char * midiProgramNames
const char * receiveVstMidiEvent
Plug-in can receive MIDI events from host.
const char * sendVstMidiEvent
Host can send MIDI events to plug-in.
Plug-in Effect definition.
int32_t num_outputs
Number of available output streams.
int32_t magic_number
VST Magic Number.
vst_effect_process_double_t process_double
Process function for in-place double (64-bit float) processiong.
int32_t unique_id
Id of the plugin.
vst_effect_process_t process
Process Function.
int32_t flags
Effect Flags.
float input_output_ratio
Ratio of Input to Output production Defines how much output data is produced relative to input data w...
int32_t num_programs
Number of available pre-defined programs.
vst_effect_process_float_t process_float
Process function for in-place single (32-bit float) processiong.
int32_t version
Plugin version.
void * host_internal
Host Internal Pointer.
vst_effect_set_parameter_t set_parameter
Set Parameter Function.
int32_t num_params
Number of available parameters.
void * effect_internal
Effect Internal Pointer.
vst_effect_get_parameter_t get_parameter
Get Parameter Function.
int32_t delay
Initial delay before processing of samples can actually begin in Samples.
int32_t num_inputs
Number of available input streams.
vst_effect_control_t control
Control Function.
int32_t type
What event type was triggered? Any of VST_EVENT_TYPE.
int32_t offset
Offset of the event relative to some position.
int32_t size
Content size in bytes.
struct vst_event_t ** events
An array of pointers to valid vst_event_t structures.
int32_t count
Number of events stored in vst_events_t::events.
Plug-in to Host support checks.
const char * acceptIOChanges
Does the host support modifying input/output/params/delay when programs, banks or parameters are chan...
const char * openFileSelector
const char * receiveVstMidiEvent
Host can receive MIDI events from plug-in.
const char * sendVstEvents
const char * sendVstMidiEventFlagIsRealtime
Host can send real time (live) MIDI events to plug-in.
const char * reportConnectionChanges
const char * startStopProcess
Is the host using process begin/end instead of idle? The host may opt to emit VST_EFFECT_OPCODE_IDLE ...
const char * sendVstMidiEvent
Host can send MIDI events to plug-in.
const char * sizeWindow
Can we request that the host changes the editor window size?
const char * receiveVstEvents
Host can receive events from plug-in.
const char * closeFileSelector
const char * sendVstTimeInfo
const char * shellCategory
Does the host support container plug-ins?
Information about a parameter.
char label[VST_BUFFER_SIZE_PARAM_LABEL]
Short Human-readable label for this parameter.
char category_label[VST_BUFFER_SIZE_CATEGORY_LABEL]
Human-readable name for the category this parameter is in.
uint32_t flags
Parameter Flags.
uint16_t category
Category index.
int32_t max_value_i32
Maximum Integer value.
char name[VST_BUFFER_SIZE_PARAM_LONG_NAME]
Human-readable name for this parameter.
float step_f32
Float Step value.
float step_large_f32
Float large step value This is used for "huge" changes.
int32_t step_i32
Integer Step value.
uint16_t index
Display order index.
int32_t min_value_i32
Minimum Integer value.
float step_small_f32
Float small step value This is used for "tiny" changes.
uint16_t num_parameters_in_category
How many parameters are in this category? This allows the plug-in to specify the same category multip...
Speaker arrangement definition.
struct vst_speaker_properties_t speakers[VST_MAX_CHANNELS]
Array of vst_speaker_properties_t with size channels.
int32_t channels
Number of channels used in speakers.
int32_t type
Any of VST_SPEAKER_ARRANGEMENT_TYPE.
int32_t type
The type of the speaker.
float azimuth
Azimuth in Radians Range: -PI (Left) through 0.0 (Right) to PI (Left)
float distance
Distance in Meters range: 0 to +-Infinity.
float altitude
Altitude in Radians Range: -PI/2 (Bottom) to PI/2 (Top)
char name[VST_BUFFER_SIZE_SPEAKER_NAME]
Human readable name for this speaker.
int32_t type
Stream arrangement (optional) See VST_SPEAKER_ARRANGEMENT_TYPE.
int32_t flags
Stream flags Any combination of VST_STREAM_FLAG.
char label[VST_BUFFER_SIZE_STREAM_LABEL]
Human-readable label for this stream.
char name[VST_BUFFER_SIZE_STREAM_NAME]
Human-readable name for this stream.
struct vst_event_t event
Shared event structure.
char * data
Zero terminated buffer of size size.
int32_t size
Size (in bytes) of the SysEx event.
char data[4]
Zero terminated array containing up to 3 bytes of MIDI information.
int32_t is_real_time
Is this note played in real time (played live)? Can only ever be 0 (sequencer) or 1 (live).
int32_t length
Note Length (in samples/frames) of the played note if available.
struct vst_event_t event
Shared event structure.
int8_t tune
Tune (in cents) for anything that isn't the default scale.
int32_t offset
Some kind of offset (in samples/frames).
int8_t velocity
Note velocity.
VST_SPEAKER_ARRANGEMENT_TYPE
Known default speaker arrangements.
@ VST_SPEAKER_ARRANGEMENT_TYPE_7_1
7.1 (Full Surround)
@ VST_SPEAKER_ARRANGEMENT_TYPE_UNKNOWN
Unknown/Empty speaker layout.
@ _VST_SPEAKER_ARRANGEMENT_TYPE_PAD
@ VST_SPEAKER_ARRANGEMENT_TYPE_5_1
5.1 (Old Surround)
@ VST_SPEAKER_ARRANGEMENT_TYPE_CUSTOM
Custom speaker arrangement.
@ VST_SPEAKER_ARRANGEMENT_TYPE_MONO
Mono.
@ VST_SPEAKER_ARRANGEMENT_TYPE_STEREO
Stereo.
@ VST_SPEAKER_ARRANGEMENT_TYPE_5_0
5.0 (Old Surround)
@ VST_SPEAKER_ARRANGEMENT_TYPE_4_0
Quadraphonic.
#define VST_FOURCC(a, b, c, d)
Convert four numbers into a FourCC.
VST_EVENT_TYPE
Available event types.
@ VST_EVENT_TYPE_01
MIDI Event.
@ VST_EVENT_TYPE_00
Invalid event.
@ VST_EVENT_TYPE_MIDI_SYSEX
MIDI SysEx Event.
VST_VERSION
Valid VST 1.x and 2.x versions The format is either a single digit or four digits in Base10 format.
void(VST_FUNCTION_INTERFACE * vst_effect_process_t)(struct vst_effect_t *self, const float *const *inputs, float **outputs, int32_t samples)
Process the given number of samples in inputs and outputs.
#define VST_MAX_CHANNELS
Maximum number of channels/streams/inputs/outputs supported by VST 2.x Couldn't find any audio editin...
void(VST_FUNCTION_INTERFACE * vst_effect_set_parameter_t)(struct vst_effect_t *self, uint32_t index, float value)
Updates the value for the parameter at the given index, or does nothing if out of bounds.
VST_HOST_OPCODE
Plug-in to Host Op-Codes These Op-Codes are emitted by the plug-in and the host may handle them or re...
@ VST_HOST_OPCODE_LANGUAGE
@ VST_HOST_OPCODE_28
Crash the host if p_ptr isn't nullptr.
@ VST_HOST_OPCODE_EDITOR_UPDATE
@ VST_HOST_OPCODE_CURRENT_EFFECT_ID
@ VST_HOST_OPCODE_PARAM_START_EDIT
@ VST_HOST_OPCODE_PARAM_STOP_EDIT
@ VST_HOST_OPCODE_EDITOR_RESIZE
@ VST_HOST_OPCODE_0F
Request that the host changes the size of the containing window.
@ VST_HOST_OPCODE_2F
Crash the host depending on what p_ptr is pointing at.
@ VST_HOST_OPCODE_IO_MODIFIED
@ VST_HOST_OPCODE_GET_SAMPLE_RATE
@ VST_HOST_OPCODE_12
Current input latency.
@ VST_HOST_OPCODE_KEEPALIVE_OR_IDLE
@ VST_HOST_OPCODE_OUTPUT_GET_SPEAKER_ARRANGEMENT
@ VST_HOST_OPCODE_27
Crash the host if p_ptr isn't nullptr.
@ VST_HOST_OPCODE_20
Retrieve the vendor name into the ptr buffer.
@ VST_HOST_OPCODE_INPUT_GET_SPEAKER_ARRANGEMENT
@ VST_HOST_OPCODE_OUTPUT_LATENCY
@ VST_HOST_OPCODE_2B
Notify host that a parameter is being edited.
@ VST_HOST_OPCODE_25
Check if the host supports a certain feature.
@ VST_HOST_OPCODE_GET_BLOCK_SIZE
@ VST_HOST_OPCODE_PARAM_LOCK
@ VST_HOST_OPCODE_23
User defined OP Code, for custom interaction.
@ VST_HOST_OPCODE_31
Retrieve the hosts input speaker arrangement.
@ VST_HOST_OPCODE_29
Retrieve the directory of the effect that emitted this.
@ VST_HOST_OPCODE_01
Retrieve the Hosts VST Version.
@ VST_HOST_OPCODE_AUTOMATE
@ VST_HOST_OPCODE_26
What language is the host in?
@ VST_HOST_OPCODE_11
Get the current block size for the effect.
@ VST_HOST_OPCODE_10
Get the current sample rate the effect should be running at.
@ VST_HOST_OPCODE_GET_ACTIVE_THREAD
@ VST_HOST_OPCODE_2C
Notify host that parameter is no longer being edited.
@ VST_HOST_OPCODE_13
Current output latency.
@ VST_HOST_OPCODE_INPUT_LATENCY
@ VST_HOST_OPCODE_2D
Crash the host depending on what p_ptr is pointing at.
@ VST_HOST_OPCODE_0D
Notify the host that numInputs/numOutputs/delay/numParams has changed.
@ VST_HOST_OPCODE_00
Update automation for a given Parameter.
@ VST_HOST_OPCODE_17
Which thread is the host currently processing this call from? Useful for memory and thread safety sin...
@ VST_HOST_OPCODE_03
Some sort of idle keep-alive?
@ VST_HOST_OPCODE_PRODUCT_NAME
@ VST_HOST_OPCODE_2A
Refresh everything related to the effect that called this.
@ VST_HOST_OPCODE_02
Get the currently selected effect id in container plug-ins.
@ VST_HOST_OPCODE_GET_OUTPUT_SPEAKER_ARRANGEMENT
@ VST_HOST_OPCODE_VENDOR_VERSION
@ VST_HOST_OPCODE_VENDOR_NAME
@ VST_HOST_OPCODE_2E
Crash the host depending on what p_ptr is pointing at.
@ VST_HOST_OPCODE_22
Retrieve the vendor version in return value.
@ VST_HOST_OPCODE_GET_INPUT_SPEAKER_ARRANGEMENT
@ VST_HOST_OPCODE_21
Retrieve the product name into the ptr buffer.
@ VST_HOST_OPCODE_VST_VERSION
@ VST_HOST_OPCODE_GET_EFFECT_DIRECTORY
@ VST_HOST_OPCODE_PARAM_UNLOCK
@ VST_HOST_OPCODE_SUPPORTS
@ VST_HOST_OPCODE_PARAM_UPDATE
@ VST_HOST_OPCODE_30
When queried by the plug-in shortly after VST_EFFECT_OPCODE_PROGRAM_LOAD it often crashes compatible ...
@ VST_HOST_OPCODE_1F
Retrieve the hosts output speaker arrangement.
@ VST_HOST_OPCODE_REFRESH
@ VST_HOST_OPCODE_09
Send events from plug-in to host.
void(VST_FUNCTION_INTERFACE * vst_effect_process_double_t)(struct vst_effect_t *self, const double *const *inputs, double **outputs, int32_t samples)
Process the given number of double samples in inputs and outputs.
VST_STATUS
Known Status Codes.
@ VST_STATUS_0
Unknown / False We either don't know the answer or we can't handle the data/notification.
@ VST_STATUS_m1
No We're unable to handle the data/notification.
@ VST_STATUS_1
Yes / True We've handled the data/notification.
VST_SPEAKER_TYPE
Default speaker types.
@ VST_SPEAKER_TYPE_RIGHT_REAR
@ VST_SPEAKER_TYPE_CENTER
@ VST_SPEAKER_TYPE_USER_09
@ VST_SPEAKER_TYPE_USER_25
@ VST_SPEAKER_TYPE_USER_04
@ VST_SPEAKER_TYPE_USER_11
@ VST_SPEAKER_TYPE_USER_10
@ VST_SPEAKER_TYPE_USER_12
@ VST_SPEAKER_TYPE_USER_30
@ VST_SPEAKER_TYPE_USER_32
@ VST_SPEAKER_TYPE_USER_20
@ VST_SPEAKER_TYPE_USER_15
@ VST_SPEAKER_TYPE_RIGHT_SIDE
@ VST_SPEAKER_TYPE_LEFT_SIDE
@ VST_SPEAKER_TYPE_USER_13
@ VST_SPEAKER_TYPE_USER_02
@ VST_SPEAKER_TYPE_USER_23
@ VST_SPEAKER_TYPE_USER_28
@ VST_SPEAKER_TYPE_USER_05
@ VST_SPEAKER_TYPE_USER_01
@ VST_SPEAKER_TYPE_USER_07
@ VST_SPEAKER_TYPE_USER_27
@ VST_SPEAKER_TYPE_USER_18
@ VST_SPEAKER_TYPE_USER_29
@ VST_SPEAKER_TYPE_USER_21
@ VST_SPEAKER_TYPE_USER_06
@ VST_SPEAKER_TYPE_USER_26
@ VST_SPEAKER_TYPE_USER_19
@ VST_SPEAKER_TYPE_USER_31
@ VST_SPEAKER_TYPE_USER_24
@ VST_SPEAKER_TYPE_USER_22
@ VST_SPEAKER_TYPE_USER_17
@ VST_SPEAKER_TYPE_USER_08
@ VST_SPEAKER_TYPE_LEFT_REAR
@ VST_SPEAKER_TYPE_USER_14
@ VST_SPEAKER_TYPE_USER_16
@ VST_SPEAKER_TYPE_USER_03
VST_EFFECT_CATEGORY
Plug-in Categories Pre-defined category grouping that also affect host behavior when handling the plu...
@ VST_EFFECT_CATEGORY_0A
Container Plug-in This plug-in contains multiple effects in one and requires special handling on both...
@ VST_EFFECT_CATEGORY_EFFECT
@ VST_EFFECT_CATEGORY_02
Instruments Examples: Instruments, Synths, Samplers, ...
@ VST_EFFECT_CATEGORY_METERING
@ VST_EFFECT_CATEGORY_01
Generic Effects Examples: Distortion, Pitch Shift, ...
@ VST_EFFECT_CATEGORY_08
Restoration Examples: Noise Filtering, Upsamplers, ...
@ VST_EFFECT_CATEGORY_WAVEGENERATOR
@ VST_EFFECT_CATEGORY_09
Offline Processing Examples: Nothing Supports: Nothing.
@ VST_EFFECT_CATEGORY_SPATIAL
@ VST_EFFECT_CATEGORY_06
Delay/Echo Examples: Echo, Reverb, Room Simulation, Delay, ...
@ VST_EFFECT_CATEGORY_OFFLINE
@ VST_EFFECT_CATEGORY_0B
Waveform Generators Examples: Sine Wave Generator, ... Supports: Delay, Tail Samples.
@ VST_EFFECT_CATEGORY_05
Spatializers Examples: Channel Panning, Expanders, ...
@ VST_EFFECT_CATEGORY_MASTERING
@ VST_EFFECT_CATEGORY_RESTORATION
@ VST_EFFECT_CATEGORY_UNCATEGORIZED
@ VST_EFFECT_CATEGORY_03
Metering Examples: Loudness Meters, Volume Analysis, ...
@ VST_EFFECT_CATEGORY_INSTRUMENT
@ VST_EFFECT_CATEGORY_DELAY_OR_ECHO
@ VST_EFFECT_CATEGORY_04
Mastering Examples: Compressors, Limiters, ...
@ VST_EFFECT_CATEGORY_CONTAINER
VST_VKEY
Virtual Key codes.
@ VST_VKEY_NUMPAD_MULTIPLY
@ VST_VKEY_NUMPAD_COMMA_OR_DOT
@ VST_VKEY_NUMPAD_SUBTRACT
VST_EFFECT_FLAG
Effect Flags.
@ VST_EFFECT_FLAG_SILENT_TAIL
@ VST_EFFECT_FLAG_1ls9
Effect does not produce tail samples when the input is silent.
@ VST_EFFECT_FLAG_1ls4
Effect uses process_float.
@ VST_EFFECT_FLAG_1ls5
Effect supports saving/loading programs/banks from unformatted chunk data.
@ VST_EFFECT_FLAG_SUPPORTS_FLOAT
@ VST_EFFECT_FLAG_1ls0
Effect provides a custom editor.
@ VST_EFFECT_FLAG_INSTRUMENT
@ VST_EFFECT_FLAG_1ls12
Effect supports process_double.
@ VST_EFFECT_FLAG_1ls8
Effect is an Instrument/Generator.
@ VST_EFFECT_FLAG_SUPPORTS_DOUBLE
@ VST_VKEY_MODIFIER_1ls1
One of the alt keys is held down.
@ VST_VKEY_MODIFIER_1ls0
One of the shift keys is held down.
@ VST_VKEY_MODIFIER_SHIFT
@ VST_VKEY_MODIFIER_SYSTEM
@ VST_VKEY_MODIFIER_CONTROL
@ VST_VKEY_MODIFIER_1ls2
Control on MacOS, System (Windows Logo) on Windows.
@ VST_VKEY_MODIFIER_1ls3
Control on PC, System (Apple Logo) on Mac OS.
VST_BUFFER_SIZE
Known Buffer Sizes.
@ VST_BUFFER_SIZE_SPEAKER_NAME
@ VST_BUFFER_SIZE_STREAM_NAME
@ VST_BUFFER_SIZE_PARAM_VALUE
@ VST_BUFFER_SIZE_STREAM_LABEL
@ VST_BUFFER_SIZE_PARAM_LABEL
@ VST_BUFFER_SIZE_VENDOR_NAME
@ VST_BUFFER_SIZE_PARAM_NAME
@ VST_BUFFER_SIZE_PROGRAM_NAME
@ VST_BUFFER_SIZE_CATEGORY_LABEL
@ VST_BUFFER_SIZE_EFFECT_NAME
@ VST_BUFFER_SIZE_PARAM_LONG_NAME
@ VST_BUFFER_SIZE_PRODUCT_NAME
void(VST_FUNCTION_INTERFACE * vst_effect_process_float_t)(struct vst_effect_t *self, const float *const *inputs, float **outputs, int32_t samples)
Process the given number of single samples in inputs and outputs.
VST_PARAMETER_FLAG
Flags for parameters.
@ VST_PARAMETER_FLAG_SWITCH
@ VST_PARAMETER_FLAG_1ls6
Parameter can be gradually increased/decreased.
@ VST_PARAMETER_FLAG_1ls5
Parameter has a category for the default editor.
@ VST_PARAMETER_FLAG_1ls4
Parameter has an display order index for the default editor.
@ VST_PARAMETER_FLAG_1ls2
Parameter uses float steps.
@ VST_PARAMETER_FLAG_INTEGER_LIMITS
@ VST_PARAMETER_FLAG_STEP_FLOAT
@ VST_PARAMETER_FLAG_INDEX
@ VST_PARAMETER_FLAG_CATEGORY
@ VST_PARAMETER_FLAG_RAMPING
@ VST_PARAMETER_FLAG_1ls3
Parameter uses integer steps.
@ VST_PARAMETER_FLAG_1ls0
Parameter is an on/off switch.
@ VST_PARAMETER_FLAG_STEP_INT
@ VST_PARAMETER_FLAG_1ls1
Parameter limits are set as integers.
@ _VST_PARAMETER_FLAG_PAD
#define VST_FUNCTION_INTERFACE
Standard calling convention across plug-ins and hosts.
VST_EFFECT_OPCODE
Host to Plug-in Op-Codes These Op-Codes are emitted by the host and we must either handle them or ret...
@ VST_EFFECT_OPCODE_WINDOW_MOUSE
@ VST_EFFECT_OPCODE_2A
Host wants to change the speaker arrangement.
@ VST_EFFECT_OPCODE_GETVENDORVERSION
@ VST_EFFECT_OPCODE_20
Input disconnected.
@ VST_EFFECT_OPCODE_14
Window Focus Event?
@ VST_EFFECT_OPCODE_PARAM_VALUE_TO_STRING
@ VST_EFFECT_OPCODE_PARAM_GETLABEL
@ VST_EFFECT_OPCODE_43
Host is starting to set up a program.
@ VST_EFFECT_OPCODE_3E
Midi related.
@ VST_EFFECT_OPCODE_32
User-defined Op-Code for VST extensions.
@ VST_EFFECT_OPCODE_03
Get currently selected program number.
@ VST_EFFECT_OPCODE_SET_CHUNK_DATA
@ VST_EFFECT_OPCODE_21
Retrieve properties for the given input index.
@ VST_EFFECT_OPCODE_PRODUCT_NAME
@ VST_EFFECT_OPCODE_4B
Host wants to know if we can load the provided bank data.
@ VST_EFFECT_OPCODE_PARAM_NAME
@ VST_EFFECT_OPCODE_41
Midi related.
@ VST_EFFECT_OPCODE_SET_SAMPLE_RATE
@ VST_EFFECT_OPCODE_CREATE
@ VST_EFFECT_OPCODE_EDITOR_GET_RECT
@ VST_EFFECT_OPCODE_SET_SPEAKER_ARRANGEMENT
@ VST_EFFECT_OPCODE_PARAM_GETVALUE
@ VST_EFFECT_OPCODE_PROGRAM_SET_NAME
@ VST_EFFECT_OPCODE_06
Get the value? label for the parameter.
@ VST_EFFECT_OPCODE_0A
Set the new sample rate for the plugin to use.
@ VST_EFFECT_OPCODE_10
Window Draw Event?
@ VST_EFFECT_OPCODE_2F
Retrieve the vendor name into the ptr buffer.
@ VST_EFFECT_OPCODE_PROGRAM_GET
@ VST_EFFECT_OPCODE_28
Seen in plug-ins with VST_EFFECT_CATEGORY_OFFLINE.
@ VST_EFFECT_OPCODE_01
Destroy the effect (if there is any) and free its memory.
@ VST_EFFECT_OPCODE_3C
Editor Virtual Key Up Event.
@ VST_EFFECT_OPCODE_1B
Set Parameter value from string representation.
@ VST_EFFECT_OPCODE_SET_BLOCK_SIZE
@ VST_EFFECT_OPCODE_33
Test for support of a specific named feature.
@ VST_EFFECT_OPCODE_04
Set the name of the currently selected program.
@ VST_EFFECT_OPCODE_PARAM_GET_NAME
@ VST_EFFECT_OPCODE_OUTPUT_STREAM_GET_PROPERTIES
@ VST_EFFECT_OPCODE_INPUT_STREAM_GET_PROPERTIES
@ VST_EFFECT_OPCODE_BANK_LOAD
@ VST_EFFECT_OPCODE_EDITOR_MOUSE
@ VST_EFFECT_OPCODE_WINDOW_CREATE
@ VST_EFFECT_OPCODE_0B
Sets the block size, which is the maximum number of samples passed into the effect via process calls.
@ VST_EFFECT_OPCODE_PARAM_GET_VALUE
@ VST_EFFECT_OPCODE_05
Get the name of the currently selected program.
@ VST_EFFECT_OPCODE_1A
Can the parameter be automated?
@ VST_EFFECT_OPCODE_19
Send events from host to plug-in.
@ VST_EFFECT_OPCODE_PROGRAM_SET_END
@ VST_EFFECT_OPCODE_GET_PROGRAM
@ VST_EFFECT_OPCODE_12
Window Keyboard Event?
@ VST_EFFECT_OPCODE_42
Midi related.
@ VST_EFFECT_OPCODE_EFFECT_CATEGORY
@ VST_EFFECT_OPCODE_PARAM_IS_AUTOMATABLE
@ VST_EFFECT_OPCODE_WINDOW_DRAW
@ VST_EFFECT_OPCODE_DESTROY
@ VST_EFFECT_OPCODE_SETBLOCKSIZE
@ VST_EFFECT_OPCODE_02
Set which program number is currently select.
@ VST_EFFECT_OPCODE_48
End processing of audio.
@ VST_EFFECT_OPCODE_GETNAME2
@ VST_EFFECT_OPCODE_CUSTOM
@ VST_EFFECT_OPCODE_2E
Translate an error code to a string.
@ VST_EFFECT_OPCODE_EDITOR_KEEP_ALIVE
@ VST_EFFECT_OPCODE_PARAM_PROPERTIES
@ VST_EFFECT_OPCODE_TAIL_SAMPLES
@ VST_EFFECT_OPCODE_30
Retrieve the product name into the ptr buffer.
@ VST_EFFECT_OPCODE_PARAM_VALUE
@ VST_EFFECT_OPCODE_35
Notify effect that it is idle?
@ VST_EFFECT_OPCODE_PROGRAM_GET_NAME
@ VST_EFFECT_OPCODE_0D
Retrieve the client rect size of the plugins window.
@ VST_EFFECT_OPCODE_PROGRAM_LOAD
@ VST_EFFECT_OPCODE_23
Retrieve category of this effect.
@ VST_EFFECT_OPCODE_VST_VERSION
@ VST_EFFECT_OPCODE_CATEGORY
@ VST_EFFECT_OPCODE_EDITOR_OPEN
@ VST_EFFECT_OPCODE_EDITOR_VKEY_DOWN
@ VST_EFFECT_OPCODE_00
Create/Initialize the effect (if it has not been created already).
@ VST_EFFECT_OPCODE_SUSPEND_RESUME
@ VST_EFFECT_OPCODE_PARAM_LABEL
@ VST_EFFECT_OPCODE_40
Midi related.
@ VST_EFFECT_OPCODE_22
Retrieve properties for the given output index.
@ VST_EFFECT_OPCODE_47
Begin processing of audio.
@ VST_EFFECT_OPCODE_38
Parameter Properties.
@ VST_EFFECT_OPCODE_GET_SPEAKER_ARRANGEMENT
@ VST_EFFECT_OPCODE_0E
Create the window for the plugin.
@ VST_EFFECT_OPCODE_3B
Editor Virtual Key Down Input.
@ VST_EFFECT_OPCODE_BYPASS
@ VST_EFFECT_OPCODE_EDITOR_KEYBOARD
@ VST_EFFECT_OPCODE_INPUT_GET_PROPERTIES
@ VST_EFFECT_OPCODE_VENDOR_NAME
@ VST_EFFECT_OPCODE_PARAM_ISAUTOMATABLE
@ VST_EFFECT_OPCODE_WINDOW_KEYBOARD
@ VST_EFFECT_OPCODE_GET_PROGRAM_NAME
@ VST_EFFECT_OPCODE_17
Get Chunk Data.
@ VST_EFFECT_OPCODE_31
Retrieve the vendor version in return value.
@ VST_EFFECT_OPCODE_2D
Retrieve the effect name into the ptr buffer.
@ VST_EFFECT_OPCODE_07
Get the string representing the value for the parameter.
@ VST_EFFECT_OPCODE_EVENT
@ VST_EFFECT_OPCODE_PROCESS_END
@ VST_EFFECT_OPCODE_SET_PROGRAM
@ VST_EFFECT_OPCODE_27
Seen in plug-ins with VST_EFFECT_CATEGORY_OFFLINE.
@ VST_EFFECT_OPCODE_EDITOR_DRAW
@ VST_EFFECT_OPCODE_15
Window Unfocus Event?
@ VST_EFFECT_OPCODE_EDITOR_CLOSE
@ VST_EFFECT_OPCODE_29
Seen in plug-ins with VST_EFFECT_CATEGORY_OFFLINE.
@ VST_EFFECT_OPCODE_3A
Retrieve the VST Version supported.
@ VST_EFFECT_OPCODE_11
Window Mouse Event?
@ VST_EFFECT_OPCODE_PARAM_GET_LABEL
@ VST_EFFECT_OPCODE_SETSAMPLERATE
@ VST_EFFECT_OPCODE_0F
Destroy the plugins window.
@ VST_EFFECT_OPCODE_GET_CHUNK_DATA
@ VST_EFFECT_OPCODE_INITIALIZE
@ VST_EFFECT_OPCODE_GETTAILSAMPLES
@ VST_EFFECT_OPCODE_18
Set Chunk Data.
@ VST_EFFECT_OPCODE_EFFECT_NAME
@ VST_EFFECT_OPCODE_GET_PARAMETER_PROPERTIES
@ VST_EFFECT_OPCODE_PARAM_AUTOMATABLE
@ VST_EFFECT_OPCODE_PARAM_GETNAME
@ VST_EFFECT_OPCODE_08
Get the name for the parameter.
@ VST_EFFECT_OPCODE_13
Window/Editor Idle/Keep-Alive Callback?
@ VST_EFFECT_OPCODE_45
Host wants to know the current speaker arrangement.
@ VST_EFFECT_OPCODE_WINDOW_GETRECT
@ VST_EFFECT_OPCODE_OUTPUT_GET_PROPERTIES
@ VST_EFFECT_OPCODE_PARAM_VALUE_FROM_STRING
@ VST_EFFECT_OPCODE_GETVENDOR
@ VST_EFFECT_OPCODE_PROCESS_BEGIN
@ VST_EFFECT_OPCODE_PAUSE_UNPAUSE
@ VST_EFFECT_OPCODE_4C
Host wants to know if we can load the provided program data.
@ VST_EFFECT_OPCODE_26
Seen in plug-ins with VST_EFFECT_CATEGORY_OFFLINE.
@ VST_EFFECT_OPCODE_CONTAINER_NEXT_EFFECT_ID
@ VST_EFFECT_OPCODE_GETNAME
@ VST_EFFECT_OPCODE_VENDOR_VERSION
@ VST_EFFECT_OPCODE_46
Get the next effect contained in this effect.
@ VST_EFFECT_OPCODE_SET_PROGRAM_NAME
@ VST_EFFECT_OPCODE_FOURCC
@ VST_EFFECT_OPCODE_44
Host is done setting up a program.
@ VST_EFFECT_OPCODE_3F
Midi related.
@ VST_EFFECT_OPCODE_WINDOW_DESTROY
@ VST_EFFECT_OPCODE_EDITOR_VKEY_UP
@ VST_EFFECT_OPCODE_1F
Input connected.
@ VST_EFFECT_OPCODE_34
Number of samples that are at the tail at the end of playback.
@ VST_EFFECT_OPCODE_2C
Enable/Disable bypassing the effect.
@ VST_EFFECT_OPCODE_PROGRAM_SET
@ VST_EFFECT_OPCODE_SUPPORTS
@ VST_EFFECT_OPCODE_PROGRAM_SET_BEGIN
@ VST_EFFECT_OPCODE_TRANSLATE_ERROR
@ VST_EFFECT_OPCODE_EDITOR_RECT
@ VST_EFFECT_OPCODE_PARAM_SET_VALUE
@ VST_EFFECT_OPCODE_SUSPEND
@ VST_EFFECT_OPCODE_0C
Effect processing should be suspended/paused or resumed/unpaused.
@ VST_STREAM_FLAG_1ls2
Stream is defined by VST_SPEAKER_ARRANGEMENT_TYPE.
@ VST_STREAM_FLAG_1ls0
Ignored?
@ VST_STREAM_FLAG_1ls1
Stream is in Stereo.
@ VST_STREAM_FLAG_USE_TYPE
float(VST_FUNCTION_INTERFACE * vst_effect_get_parameter_t)(struct vst_effect_t *self, uint32_t index)
Retrieve the current value of the parameter at the given index, or do nothing if out of bounds.
@ VST_HOST_ACTIVE_THREAD_UNKNOWN
The active thread has no special usage assigned.
@ VST_HOST_ACTIVE_THREAD_INTERFACE
The active thread is used for user interface work.
@ VST_HOST_ACTIVE_THREAD_EVENT
The active thread is related to events and event handling.
@ VST_HOST_ACTIVE_THREAD_AUDIO
The active thread is used for audio processing.
@ VST_HOST_ACTIVE_THREAD_USER
The active thread was created by an effect.