mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2025-06-08 02:29:40 +08:00
Update
This commit is contained in:
parent
e1b1df1901
commit
0648b3e759
@ -41,7 +41,15 @@ float FETCompressor::GetMeter(int param_1) {
|
|||||||
return 0.0;
|
return 0.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Implement
|
if (this->unk1) {
|
||||||
|
float tmp = (6.907755 - this->unk28) / 6.907755;
|
||||||
|
if (tmp < 1.0) {
|
||||||
|
if (tmp < 0.0) {
|
||||||
|
tmp = 0.0;
|
||||||
|
}
|
||||||
|
return tmp;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return 1.0;
|
return 1.0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user