| VST 3 Examples VST 3.7
    SDK for developing VST plug-in | 
#include "pluginterfaces/base/ftypes.h"| Macros | |
| #define | SWAP64_LE(x) | 
| #define | SWAP64_BE(x) SWAP_64(x) | 
| #define | SWAP32_LE(x) | 
| #define | SWAP32_BE(x) SWAP_32(x) | 
| #define SWAP64_LE | ( | x | ) | 
| #define SWAP64_BE | ( | x | ) | SWAP_64(x) | 
| #define SWAP32_LE | ( | x | ) | 
| #define SWAP32_BE | ( | x | ) | SWAP_32(x) |