This project consists of one show, which plays an ambient sound in loop mode.If a push button is triggered the ambient sound should fade to a lower volume level. After the release of the push button the volume should fade back to the original level. If a second push button is triggered the ambient sound should abruptly jump to a lower volume level within no delay.Therefore we use two different commands. The command !cfmX<Y# will fade the volume within a certain time span, whereby X is the level of the volume and Y is the time in seconds. The second command is !cmvX#, whereby the level of the volume will be changed abruptly to the value which is inserted instead of the X.