Build error: g++ -pipe -Wall -O3 -ggdb -ffast-math -Wno-unused -fPIC -fPIC -c -o src/AdditiveVoice.os src/AdditiveVoice.cpp src/AdditiveVoice.cpp: In constructor `tiny::AdditiveVoice::AdditiveVoice(int) ': src/AdditiveVoice.cpp:27: error: uninitialized member ' tiny::AdditiveVoice::SINCOS_LOOKUP' with 'const' type 'const float' scons: *** [src/AdditiveVoice.os] Error 1 scons: building terminated because of errors.
I'm using gcc 3.3.3, which is very fussy about consts being const. - Steve On Wed, Jul 28, 2004 at 03:27:27PM +0100, Dave Griffiths wrote: > Hi all, > > Thought I'd better get round to releasing this at last: > > The noiseweapon is a multitimbral, polyphonic synth that I use for live > performance: > http://www.pawfal.org/Software/noiseweapon/ > > have fun, > > dave
