Trying to get the Mac build working, but no luck...

This commit is contained in:
xenakios
2017-11-16 01:42:51 +02:00
parent 3c79a097c5
commit 3fd0b4ea09
6 changed files with 20 additions and 10 deletions

View File

@ -81,7 +81,7 @@ public:
}
protected:
int64_t m_currentsample = 0;
volatile int64_t m_currentsample = 0;
int m_silenceoutputted = 0;
bool m_loop_enabled = false;
Range<double> m_activerange{ 0.0,1.0 };