Random wave first commit, pixmap button defect

This commit is contained in:
Oskar Wallgren
2014-05-22 07:17:55 +02:00
parent 31268a0b6b
commit 85c02cddfe
5 changed files with 33 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ private:
float m_lfoAmount;
bool m_lfoAmountIsZero;
sample_t * m_lfoShapeData;
sample_t m_random;
bool m_bad_lfoShapeData;
SampleBuffer m_userWave;
@@ -167,11 +168,13 @@ private:
SawWave,
SquareWave,
UserDefinedWave,
RandomWave,
NumLfoShapes
} ;
sample_t lfoShapeSample( fpp_t _frame_offset );
void updateLfoShapeData();
void updateRandomWave();