|
VST 3 SDK VST 3.8
SDK for developing VST plug-in
|
#include <string>Namespaces | |
| namespace | Steinberg |
| A replacement for InitModule and DeinitModule. | |
| namespace | Steinberg::SystemClipboard |
Functions | |
| bool | copyTextToClipboard (const std::string &text) |
| Copies the given text into the system clipboard. | |
| bool | getTextFromClipboard (std::string &text) |
| Retrieves the current text from the system clipboard. | |