top of page

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.

y = 0.6*sin(1.0*w*t)*exp(-0.0008*w*t);

y += 0.3*sin(2.0*w*t)*exp(-0.0010*w*t);

y += 0.1*sin(4.0*w*t)*exp(-0.0015*w*t);

y += 0.2*y*y*y;

y *= 0.9 + 0.1*cos(70.0*t);

y = 2.0*y*exp(-22.0*t) + y;

SOUNDS

SOUNDS click icon to create new sound

CODE copy and paste code to programming window

GRAND PIANO

PROGRAMMING WINDOW

CLICK BUTTON

USING SCRIPTS TO MAKE SOUNDS: GRAND PIANO

bottom of page