[SCM] calf/master: + Multiband Compressor: better metadata
js at users.alioth.debian.org
js at users.alioth.debian.org
Tue May 7 15:39:36 UTC 2013
The following commit has been merged in the master branch:
commit 5763a3ca62a1c6de51b4ed1a886cb85fa99694f2
Author: Krzysztof Foltman <wdev at foltman.com>
Date: Thu Oct 8 23:45:44 2009 +0100
+ Multiband Compressor: better metadata
diff --git a/src/calf/metadata.h b/src/calf/metadata.h
index a10ef3b..fd89b60 100644
--- a/src/calf/metadata.h
+++ b/src/calf/metadata.h
@@ -154,7 +154,7 @@ struct multibandcompressor_metadata: public plugin_metadata<multibandcompressor_
param_threshold3, param_ratio3, param_attack3, param_release3, param_makeup3, param_knee3,
param_detection3, param_compression3, param_output3, param_bypass3, param_mute3,
param_count };
- PLUGIN_NAME_ID_LABEL("multibandcompressor", "multibandcompressor", "Multibandcompressor")
+ PLUGIN_NAME_ID_LABEL("multiband_compressor", "multibandcompressor", "Multiband Compressor")
};
/// Organ - enums for parameter IDs etc. (this mess is caused by organ split between plugin and generic class - which was
diff --git a/src/modules.cpp b/src/modules.cpp
index f4cc264..08a72de 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -317,7 +317,7 @@ CALF_PORT_PROPS(multibandcompressor) = {
{ 0, 0, 1, 0, PF_BOOL | PF_CTL_TOGGLE, NULL, "mute3", "Mute" },
};
-CALF_PLUGIN_INFO(multibandcompressor) = { 0x8502, "Multibandcompressor", "Calf Multibandcompressor", "Markus Schmidt", calf_plugins::calf_copyright_info, "CompressorPlugin" };
+CALF_PLUGIN_INFO(multibandcompressor) = { 0x8502, "MultibandCompressor", "Calf Multiband Compressor", "Markus Schmidt / Thor Harald Johansen", calf_plugins::calf_copyright_info, "CompressorPlugin" };
////////////////////////////////////////////////////////////////////////////
--
calf audio plugins packaging
More information about the pkg-multimedia-commits
mailing list