Console Commands: Difference between revisions

From Online Sequencer Wiki
Jump to navigation Jump to search
m (Calico moved page Console to Console Commands)
(restored F12 features and Chrome means all Chromium devices, including Edge, Opera, Brave, etc.)
Line 1: Line 1:
Console commands extend the functionality of the sequencer beyond what is possible with the UI. To access the console, press Shift + Ctrl + J for Chrome, or Shift + Ctrl + K for Firefox.
Console commands extend the functionality of the sequencer beyond what is possible with the UI. To access the console, press Shift + Ctrl + J for Chromium devices, or Shift + Ctrl + K for Firefox. They can also be accessed by pressing F12.
==Grid==
==Grid==
Using the formula "grid=g" can make even larger or smaller grids. Due to this, some users had the chance (as early as 2020) to make songs that have unusual grids.
Using the formula "grid=g" can make even larger or smaller grids. Due to this, some users had the chance (as early as 2020) to make songs that have unusual grids.

Revision as of 16:18, 1 January 2023

Console commands extend the functionality of the sequencer beyond what is possible with the UI. To access the console, press Shift + Ctrl + J for Chromium devices, or Shift + Ctrl + K for Firefox. They can also be accessed by pressing F12.

Grid

Using the formula "grid=g" can make even larger or smaller grids. Due to this, some users had the chance (as early as 2020) to make songs that have unusual grids.

Shortcut

Using ctrl-alt-c can automatically split into multiple smaller grid-sized pieces.

Detune

Using "setDetune(instrument, n)" (replace n with a number) can make detune go beyond 1200 or -1200.

Reverb and distortion

In reverb and distortion, using "setReverbVolume (r)" and "setDistortVolume (d)" (replace either variable with a number) can both go beyond 1.

Equalizer

The equalizer is separated into three parts, high, mid, and low. Using either "setEqHigh" "setEqMid" or "setEqLow" can be set beyond 48 and -48.

Panning

Using "setPan" can make panning go beyond 1 or -1.

Markers

Using the formula song.getAllMarkersAtTime(t) (replacing the "t" with another number, using the grid to make a number exact) will bypass the restrictions of any effects of what the marker has.