diff --git a/404.html b/404.html index 22543b5a..edb591f9 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
Below is some inspiration of awesome things made by the Mercury community.
Made something with Mercury? I'm very happy to add it to the list! So please edit this file by adding a URL here and send a pull request! 😎 Read Contribute to find out more about editting files on github.
On my website you can find projects I'm working on that involve Mercury and live coding
diff --git a/docs/about/vision/index.html b/docs/about/vision/index.html index 27bbd4ab..29efae59 100644 --- a/docs/about/vision/index.html +++ b/docs/about/vision/index.html @@ -4,7 +4,7 @@The modulator allows you to send a modulation signal as an argument to parameters in instrument-function
s of other instruments. These parameters are continuously modulated at a specific rate with a specific waveform. The modulation rate is independent from the instruments time()
(in comparison when using a list as an argument). It is also possible to send the modulation signal directly out to the connected soundcard on a specific DAC channel (Digital Analog Converter). This can for example be used for CV-modulations.
Mercury has a limit of 8 active Modulators. This may be relevant when using an external editor (Pulsar) with multiple instruments. If you exceed 8 Modulators, a warning will go to the Max Console and the last Modulator won't be evaluated. If you encounter this limit, you can comment out Modulator lines and uncomment them when you need them.
arguments
Name
-> modulator waveform type: sine
/sin
, sawUp
/phasor
, sawDown
/saw
, square
/rect
, triangle
/tri
, random
/rand
, randomLine
/randL
, trigger
/gate