Version 4.1

This commit is contained in:
Gary Scavone
2009-03-24 23:02:12 -04:00
committed by Stephen Sinclair
parent 81475b04c5
commit 2f09fcd019
279 changed files with 36223 additions and 25364 deletions

View File

@@ -29,7 +29,7 @@ Simple :: Simple()
// Concatenate the STK RAWWAVE_PATH to the rawwave file
char file[128];
strcpy(file, RAWWAVE_PATH);
loop = new WaveLoop( strcat(file,"rawwaves/impuls10.raw"), TRUE );
loop = new WaveLoop( strcat(file,"impuls10.raw"), TRUE );
filter = new OnePole(0.5);
noise = new Noise;