This commit is contained in:
Alex Harker
2019-08-15 15:13:23 +01:00
parent 5b8014d7c4
commit 5380c1a8aa
+1 -1
View File
@@ -60,7 +60,7 @@ FrameLib_Map::ParameterInfo FrameLib_Map::sParamInfo;
FrameLib_Map::ParameterInfo::ParameterInfo()
{
add("Sets the type of output scaling: linear / log / exp - scaling as specified. "
"pow - scale the input range to [0-1], apply the specifiedexponent and then scale to the output range. "
"pow - scale the input range to [0-1], apply the specified exponent and then scale to the output range. "
"db / invdb - output / input respectively are set in dB but scaled as gain values. "
"transpose / invtranspose - output / input respectively are set in semitones but scaled as ratios for transposition.");
add("Sets the low input value.");