Relative Content

Tag Archive for web-audio-apiconvolutionweb-midi

Controlling the gain of the reverb through a Midi controller

I wrote this code to control a web application through a Midi controller. A button on the web interface plays a sample. A reverb (created with .createConvolver() method) is added to the sound of the sample; a slider on the web interface controls the gain of the reverb (gainNode11).