34
edits
Benvisions (talk | contribs) No edit summary |
No edit summary |
||
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. | |||
==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. | ||
Line 5: | Line 5: | ||
Using ctrl-alt-c can automatically split into multiple smaller grid-sized pieces. | Using ctrl-alt-c can automatically split into multiple smaller grid-sized pieces. | ||
==Detune== | ==Detune== | ||
Using "setDetune(instrument, n)" (replace n with a number) can make | Using "setDetune(instrument, n)" (replace n with a number) can make detune go beyond 1200 or -1200. | ||
==Reverb and distortion== | ==Reverb and distortion== | ||
In reverb and distortion, using "setReverbVolume (r)" and "setDistortVolume (d)" (replace either variable with a number) can both go beyond 1. | In reverb and distortion, using "setReverbVolume (r)" and "setDistortVolume (d)" (replace either variable with a number) can both go beyond 1. | ||
Line 15: | Line 15: | ||
*''See also: [[Markers#Using the console to format markers]]'' | *''See also: [[Markers#Using the console to format 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. | 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. | ||