Modulators

The Modulators Application provides simple MIDI LFOs (Low Frequency Oscillators) directly in your browser.

This application is made for experimental usage. It is convenient when you need some LFO to quickly drive some external MIDI hardware. You don't have to open a DAW or any other application. You open the Modulators web page, and you are ready to launch the LFOs.

Performances and Limitations

A browser is not a DAW. It does not have the same capabilites and stability.

The internal clock of the browser runs, usually and at best, at 60Hz (see the technical doc for all the details). The browser therefore has about 1/60 = 16ms to do all his job and that mainly includes computing the next values of the modulators and updating the waveforms.

In order not to skip frames, try to minimize the load on the browser:

  • use a recent computer (that is, to say, a fast computer).
  • do not run more than 4-5 modulators at the same time.

If you need more modulators than the browser can handle, or if the modulators skip too many frames, open another instance of the Modulators application in a second browser window (or another tab).

You may not be able to run 10 modulators at the same time in one Modulators instance, but you should be able to run 5 modulators twice in two browser windows.

Usage

Preset name

To save a new preset : enter a new name and click "save preset"

To update a preset : do not change the name and click "update preset"

Transport

The main transport buttons will start/pause/stop all the modulators at the same time.

The "sync" button will restart the modulator at x=0 at the same time.

doc-modulators-main-transport.png

The modulator's transport buttons affect only the modulator.

The "mute" button will stop the MIDI output.

doc-modulators-sub-transport.png

Custom values

You can have the modulator use custom (fixed) values.

The modulator is smart enough to only picks the number.

You can therefore add text to document your custom values:

oct-down: 1 fifth-down: 28 unison: 56 min-third: 80

© StudioCode.dev - Made with 11ty and tailwindcss.