Files
hot-step-cpp-ROCm/engine/vendor/vst3sdk/public.sdk/samples/vst/utf16name/README.md
T
2026-08-16 18:24:52 +07:00

1.2 KiB

// SDKInclusion: Vst3Sdk

UTF16Name

Introduction

As part of the VST 3 Plug-ins Examples, UTF16Name is a simple FX plug-in with UTF16 characters in plug-in and company name:

  • #define stringPluginNameU u"UTF16Name öüäéèê-やあ-مرحبًا"
  • #define stringCompanyNameU u"Steinberg Media Technologies - öüäéèê-やあ-مرحبًا"

See also: Online Documentation.

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