- Rename some SFIZZ_ prefixed definitions where possible to permit some modules to be generic and be reused in other projects, keep project' information in the same place and more explicit - Fixed non-compliant code formatting
11 lines
511 B
C
11 lines
511 B
C
// 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@"
|