M4LF0 -> Modulacions 4: LFO<br />
<br />
-NOTES:<br />
<br />
-'Click' to START/pause.<br />
<br />
-Save current frame -> press 'S'.<br />
<br />
-The preview is an approximation of the actual output, since the actual output is generated based on the audio generated by the synthesizer, a real preview cannot be generated.<br />
<br />
-When viewing the piece with a mobile, the visual effects are limited ( many devices do not support it). <br />
<br />
-Modes can be forced with the keys:<br />
·'M'-> force mobile mode (less visual effects)<br />
·'D'-> force desktop mode (more visual effects)<br />
<br />
-100% code generated (no images or sounds preloaded)<br />
<br />
-All audio stuff is done with WebPd except analyser and output compressor and delay.<br />
<br />
-All visual is done with hydra-synth.<br />
<br />
-Chrome browser recommended<br />
<br />
-Headphones recomended. Some extreme sounds (frequency and amplitude) can be generated.<br />
<br />
-Supply can be halved/reduced and the price can be doubled if half supply has not been minted (every 24h aprox).<br />
<br />
DESCRIPTION:<br />
<br />
-a synthesizer generates the sound and this is represented visually.<br />
<br />
-the sitetizer has 3 possible modulations: FM, AM and phaser.<br />
<br />
-carrier and modulator canhave 3 different types of wave: sine, square or sawtooth.<br />
<br />
-the modulator is an LFO (or noise)<br />
<br />
-each piece consists of 8 steps.<br />
<br />
-each step has randomly generated synthesizer parameters, visualizations and duration.<br />
<br />
-after the first cycle, the parameters of each step can change with higher or lower probability randomly (fxrand).<br />
<br />
-that's why in this project there are no defined fxfeatures, since they can change in each cycle. So we get an infinite and unique sequence for each piece.<br />
<br />