!7 module ListenOnNoise > DynPrintLog { start { doEvery(200, r { float volume = dm_inputVolumeLevel(); print("Volume: " + volume); }); } }