Fixed getDouble returns int only
Added Rainbow Tail Factor
This commit is contained in:
parent
dd06aa3e35
commit
1a17f1db63
3 changed files with 4 additions and 2 deletions
|
|
@ -11,6 +11,7 @@ namespace VIZ {
|
|||
double lastValue = 0;
|
||||
double decayValue = 0;
|
||||
double ratios[4] = {1.3,1.2,1.3,1.4};
|
||||
double tailFactor = 0.3;
|
||||
public:
|
||||
RainbowLine(AudioGrabber *pGrabber, Vulcan121 *vulcan);
|
||||
~RainbowLine() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue