This synthesizer is produced with p5js. It is an FM synthesizer passing through a reverberation and feedback.
The interface is made of two parts, an upper synthesizer control part and a lower spectrum display part
In order to get it run you just have to enter this command in your terminal.
cd src_union
npm install
npm run dev
Then connect your smart-phone to the given IP. (by npm run dev)
-
Clone the repository :
git clone https://github.com/fouVReaux/UNION.git -
go to the
src_uniondirectory :cd src_union -
run the
npm installcommand -
run the
npm run dev
