mirror of
https://github.com/thestk/stk
synced 2026-01-13 04:51:53 +00:00
Version 4.1
This commit is contained in:
committed by
Stephen Sinclair
parent
81475b04c5
commit
2f09fcd019
@@ -38,29 +38,29 @@ Mandolin :: Mandolin(MY_FLOAT lowestFrequency)
|
||||
// Concatenate the STK RAWWAVE_PATH to the rawwave file
|
||||
char temp[128];
|
||||
strcpy(temp, RAWWAVE_PATH);
|
||||
soundfile[0] = new WvIn( strcat(temp,"rawwaves/mand1.raw"), TRUE );
|
||||
soundfile[0] = new WvIn( strcat(temp,"mand1.raw"), TRUE );
|
||||
strcpy(temp, RAWWAVE_PATH);
|
||||
soundfile[1] = new WvIn( strcat(temp,"rawwaves/mand2.raw"), TRUE );
|
||||
soundfile[1] = new WvIn( strcat(temp,"mand2.raw"), TRUE );
|
||||
strcpy(temp, RAWWAVE_PATH);
|
||||
soundfile[2] = new WvIn( strcat(temp,"rawwaves/mand3.raw"), TRUE );
|
||||
soundfile[2] = new WvIn( strcat(temp,"mand3.raw"), TRUE );
|
||||
strcpy(temp, RAWWAVE_PATH);
|
||||
soundfile[3] = new WvIn( strcat(temp,"rawwaves/mand4.raw"), TRUE );
|
||||
soundfile[3] = new WvIn( strcat(temp,"mand4.raw"), TRUE );
|
||||
strcpy(temp, RAWWAVE_PATH);
|
||||
soundfile[4] = new WvIn( strcat(temp,"rawwaves/mand5.raw"), TRUE );
|
||||
soundfile[4] = new WvIn( strcat(temp,"mand5.raw"), TRUE );
|
||||
strcpy(temp, RAWWAVE_PATH);
|
||||
soundfile[5] = new WvIn( strcat(temp,"rawwaves/mand6.raw"), TRUE );
|
||||
soundfile[5] = new WvIn( strcat(temp,"mand6.raw"), TRUE );
|
||||
strcpy(temp, RAWWAVE_PATH);
|
||||
soundfile[6] = new WvIn( strcat(temp,"rawwaves/mand7.raw"), TRUE );
|
||||
soundfile[6] = new WvIn( strcat(temp,"mand7.raw"), TRUE );
|
||||
strcpy(temp, RAWWAVE_PATH);
|
||||
soundfile[7] = new WvIn( strcat(temp,"rawwaves/mand8.raw"), TRUE );
|
||||
soundfile[7] = new WvIn( strcat(temp,"mand8.raw"), TRUE );
|
||||
strcpy(temp, RAWWAVE_PATH);
|
||||
soundfile[8] = new WvIn( strcat(temp,"rawwaves/mand9.raw"), TRUE );
|
||||
soundfile[8] = new WvIn( strcat(temp,"mand9.raw"), TRUE );
|
||||
strcpy(temp, RAWWAVE_PATH);
|
||||
soundfile[9] = new WvIn( strcat(temp,"rawwaves/mand10.raw"), TRUE );
|
||||
soundfile[9] = new WvIn( strcat(temp,"mand10.raw"), TRUE );
|
||||
strcpy(temp, RAWWAVE_PATH);
|
||||
soundfile[10] = new WvIn( strcat(temp,"rawwaves/mand11.raw"), TRUE );
|
||||
soundfile[10] = new WvIn( strcat(temp,"mand11.raw"), TRUE );
|
||||
strcpy(temp, RAWWAVE_PATH);
|
||||
soundfile[11] = new WvIn( strcat(temp,"rawwaves/mand12.raw"), TRUE );
|
||||
soundfile[11] = new WvIn( strcat(temp,"mand12.raw"), TRUE );
|
||||
directBody = 1.0;
|
||||
mic = 0;
|
||||
dampTime = 0;
|
||||
|
||||
Reference in New Issue
Block a user