Update to experimental state in master :D #2

Merged
neuron303 merged 24 commits from master into master 2019-09-23 15:19:47 +02:00
10 changed files with 179 additions and 98 deletions
Showing only changes of commit 5619ef7b14 - Show all commits

View File

@@ -45,8 +45,8 @@ private:
private:
float m_factor{1.f};
int m_fps{60};
float m_decayTime{25.0};
float m_lightspeed{35.f};
float m_decayTime{29.0};
float m_lightspeed{18.f};
typedef std::vector<SamplePair> SampleBuffer;
SampleBuffer m_buffer;