|
|
Line 1: |
Line 1: |
| __FORCETOC__ | | __FORCETOC__ |
| === [[Instrument Options]] visual ===
| |
| {|class="wikitable" style="width: 100%; border-spacing: 5px; text-align: center;"
| |
| | '''''Instrument'''''
| |
| Name of the currently selected instrument
| |
| | '''''Lock'''''
| |
| Toggles the instrument lock, which prevents the current instrument from being placed or selected.
| |
| | '''''Copy'''''
| |
| Copies the settings of the current instrument to the clipboard as a string. The settings string is not instrument exclusive.
| |
| | '''''Load'''''
| |
| Reads the contents of the clipboard and parses it to settings, if possible.
| |
| | '''''Clone'''''
| |
| Creates a [[Clone]] of the current instrument and its settings.
| |
| | '''''Delete'''''
| |
| Deletes a cloned instance of an instrument.
| |
| |-
| |
| | '''''Mute'''''
| |
| Mutes the current instrument.
| |
| | '''''Solo'''''
| |
| Mutes all other instruments.
| |
| | colspan=3|
| |
| | '''''Reset'''''
| |
| Resets all options to their default values.
| |
| |-
| |
| | colspan=5 | '''''Volume'''''
| |
| Slider that adjusts the instrument's global volume, before note volume or sequence volume.
| |
| | '''''Delay'''''
| |
| Toggles the delay effect.
| |
| |-
| |
| | colspan=6 | '''''Panning'''''
| |
| Slider that adjusts the instrument's panning, from 100% left to 100% right.
| |
| |-
| |
| | colspan=6 | '''''Detune'''''
| |
| Set the instrument's detune value, from -1200 (1 octave down) to 1200 (1 octave up). Shift click for finer control.
| |
| |-
| |
| | '''''Reverb'''''
| |
| Select the reverb effect to use.
| |
| | colspan=5 | '''''Reverb volume'''''
| |
| Slider that controls the amount of reverb for the instrument.
| |
| |-
| |
| | '''''Distort'''''
| |
| Select the distort effect to use.
| |
| | colspan=5 | '''''Distort volume'''''
| |
| Slider that controls the amount of distort for the instrument.
| |
| |-
| |
| | rowspan=3 | '''''Equalizer'''''
| |
| Toggle that enables equalizer functions.
| |
| | colspan=5 | '''''High EQ'''''
| |
| Slider controlling the high EQ pass.
| |
| |-
| |
| | colspan=5 | '''''Mid EQ'''''
| |
| Slider controlling the mid EQ pass.
| |
| |-
| |
| | colspan=5 | '''''Low EQ'''''
| |
| Slider controlling the low EQ pass.
| |
| |}
| |
| this is going to get real ugly to edit if more options are added
| |
|
| |
| Might be useful, but it's really just for eyecandy. Should definitely be added to a template first if it's going to be added.
| |
|
| |
|
| |
| ----
| |
|
| |
|
| |
| === WIP [[Main Page]] draft === | | === WIP [[Main Page]] draft === |
|
| |
|
Line 204: |
Line 141: |
| </div> | | </div> |
| </pre>Close the flexbox. | | </pre>Close the flexbox. |
| | |
| | === Instrument Panel Fix === |
| | <code>overflow-y: auto</code> on the instrument panel creates a scrollbar that takes up width and makes the instruments arrange into rows of three instead of four like before. |
| | |
| | [https://files.catbox.moe/7ogwvz.js This] is a quick tampermonkey script that adds some extra width to the panel to fix this. |