gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit d8f5baff159de50c5e7b1a58ae2096abd138f371
parent 1c5eda16a8dbb1bcef2faaae46f9642e5f6741b5
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Tue, 18 Jan 2022 17:23:46 +0100

remove autogenerated version.h file

Diffstat:
Dsource/jucePlugin/version.h | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/source/jucePlugin/version.h b/source/jucePlugin/version.h @@ -1,4 +0,0 @@ -#pragma once - -static constexpr const char* const g_pluginVersionString = "1.2.3"; -static constexpr uint32_t g_pluginVersion = 123;