Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Source/Heavy/CompatibleObjects.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ class HeavyCompatibleObjects {
"hv.eq~",
"hv.exp~",
"hv.filter.gain~",
"hv.filter.sig~",
"hv.filter~",
"hv.flanger~",
"hv.flanger2~",
Expand Down
2 changes: 1 addition & 1 deletion Source/PluginProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class PluginProcessor final : public AudioProcessor

static inline String const else_version = "ELSE v1.0-rc14";
static inline String const cyclone_version = "cyclone v0.9-4";
static inline String const heavylib_version = "heavylib v0.4.1";
static inline String const heavylib_version = "heavylib v0.5.0";
static inline String const gem_version = "Gem v0.94";
// this gets updated with live version data later
static String pdlua_version;
Expand Down