diff -ru CMT_orig/src/analogue.cpp CMT/src/analogue.cpp --- CMT_orig/src/analogue.cpp Sat Nov 4 03:40:30 2000 +++ CMT/src/analogue.cpp Wed Jan 31 06:52:35 2001 @@ -281,10 +281,10 @@ waveform1 = (int) *ports[PORT_DCO1_WAVEFORM]; waveform2 = (int) *ports[PORT_DCO2_WAVEFORM]; - inc1 = inc (*ports[PORT_DCO1_OCTAVE], + inc1 = inc ((int)*ports[PORT_DCO1_OCTAVE], *ports[PORT_FREQ], analogue->sample_rate); - inc2 = inc (*ports[PORT_DCO2_OCTAVE], + inc2 = inc ((int)*ports[PORT_DCO2_OCTAVE], *ports[PORT_FREQ], analogue->sample_rate); lfo_inc = 2.0F * PI * *ports[PORT_LFO_FREQ] / analogue->sample_rate; diff -ru CMT_orig/src/freeverb/Components/allpass.h CMT/src/freeverb/Components/allpass.h --- CMT_orig/src/freeverb/Components/allpass.h Sat Nov 4 03:59:42 2000 +++ CMT/src/freeverb/Components/allpass.h Wed Jan 31 06:54:05 2001 @@ -45,4 +45,5 @@ #endif//_allpass -//ends \ No newline at end of file +//ends + diff -ru CMT_orig/src/wshape_sine.cpp CMT/src/wshape_sine.cpp --- CMT_orig/src/wshape_sine.cpp Wed May 10 10:34:29 2000 +++ CMT/src/wshape_sine.cpp Wed Jan 31 06:55:06 2001 @@ -22,6 +22,7 @@ /*****************************************************************************/ #include +#include /*****************************************************************************/