top of page

USING SCRIPTS TO MAKE SOUNDS: SINE WAVE

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.

SOUNDS click icon to create new sound

CODE copy and paste code to programming window

y = sin(w*t)*exp(-5*t);

 

CLICK BUTTON

SIMPLE TONE

PROGRAMMING WINDOW

bottom of page