Initial release
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
// SDKInclusion: Vst3Sdk
|
||||
|
||||
# UTF16Name
|
||||
|
||||
## Introduction
|
||||
|
||||
As part of the [VST 3 Plug-ins Examples](https://steinbergmedia.github.io/vst3_dev_portal/pages/What+is+the+VST+3+SDK/Plug-in+Examples.html),
|
||||
[UTF16Name](https://steinbergmedia.github.io/vst3_dev_portal/pages/What+is+the+VST+3+SDK/Plug-in+Examples.html?#utf16name) is a simple FX plug-in with [UTF16](https://en.wikipedia.org/wiki/UTF-16) characters in plug-in and company name:
|
||||
|
||||
- #define stringPluginNameU u"UTF16Name öüäéèê-やあ-مرحبًا"
|
||||
- #define stringCompanyNameU u"Steinberg Media Technologies - öüäéèê-やあ-مرحبًا"
|
||||
|
||||
> See also: [Online Documentation](https://steinbergmedia.github.io/vst3_dev_portal/pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#utf16name).
|
||||
|
||||
## Getting Started
|
||||
|
||||
This plug-in is part of the VST 3 SDK package. It is created with the VST 3 SDK root project.
|
||||
|
||||
> See the top-level README of the VST 3 SDK: https://github.com/steinbergmedia/vst3sdk.git
|
||||
|
||||
## Getting Help
|
||||
|
||||
* Read through the SDK documentation on the **[VST 3 Developer Portal](https://steinbergmedia.github.io/vst3_dev_portal/pages/index.html)**
|
||||
* Ask some real people in the official **[VST 3 Developer Forum](https://forums.steinberg.net/c/developer/103)**
|
||||
Reference in New Issue
Block a user