top of page

USING SCRIPTS TO MAKE SOUNDS: SPACE KEYS

Select the sound you want to create by clicking an icon. Delete the content of the programming window. Then, type or copy and paste the code into the programming window. Click the green compile button to see the new oscillogram. Use the letters on your keyboard to try out the new sound.

tt= 1-t;

a= sin(t*w*.5)*log(t+0.3)*tt;

b= sin(t*w)*t*.4;

c= fmod(tt,.075)*cos(pow(tt,3)*w)*t*2;

y= (a+b+c)*tt;

 

SOUNDS

SOUNDS click icon to create new sound

CODE copy and paste code to programming window

SPACE KEYS

PROGRAMMING WINDOW

CLICK BUTTON

bottom of page