// SPDX-License-Identifier: BSD-2-Clause // This code is part of the sfizz library and is licensed under a BSD 2-clause // license. You should have receive a LICENSE.md file along with the code. // If not, contact the sfizz maintainers at https://github.com/sfztools/sfizz #define VST3_PLUGIN_NAME "@VST3_PLUGIN_NAME@" #define VST3_PLUGIN_VENDOR "@VST3_PLUGIN_VENDOR@" #define VST3_PLUGIN_URL "@VST3_PLUGIN_URL@" #define VST3_PLUGIN_EMAIL "@VST3_PLUGIN_EMAIL@" #define VST3_PLUGIN_VERSION "@PROJECT_VERSION@"