mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 20:45:11 +00:00
And the rest of the fixes.
This commit is contained in:
parent
29c2879397
commit
fb3a3890d5
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ These apply to the instrument as a whole:
|
||||||
- Right-click returns to algorithm view.
|
- Right-click returns to algorithm view.
|
||||||
- **DC (half-sine carrier)**: Sets the waveform produced by carrier operator to half-sine
|
- **DC (half-sine carrier)**: Sets the waveform produced by carrier operator to half-sine
|
||||||
- **DM (half-sine modulator)**: Sets the waveform produced by modulator operator to half-sine
|
- **DM (half-sine modulator)**: Sets the waveform produced by modulator operator to half-sine
|
||||||
- preset dropdown: select OPLL preset instrument.
|
- preset dropdown: selects OPLL preset instrument.
|
||||||
|
|
||||||
These apply to each operator:
|
These apply to each operator:
|
||||||
- The crossed-arrows button can be dragged to rearrange operators.
|
- The crossed-arrows button can be dragged to rearrange operators.
|
||||||
|
|
|
@ -20,7 +20,7 @@ these tabs are unique to the editor for SNES instruments.
|
||||||
- **Delayed (write R on release)**: after release, waits until A and D have completed before starting exponential decrease.
|
- **Delayed (write R on release)**: after release, waits until A and D have completed before starting exponential decrease.
|
||||||
|
|
||||||
if envelope is off:
|
if envelope is off:
|
||||||
- **Gain Mode**: select gain mode.
|
- **Gain Mode**: selects gain mode.
|
||||||
- **Direct**: direct gain from 0 to 127
|
- **Direct**: direct gain from 0 to 127
|
||||||
- **Decrease (linear)**: linear gain from -0 to -31
|
- **Decrease (linear)**: linear gain from -0 to -31
|
||||||
- **Decrease (logarithmic)**: exponential gain from -0 to -31
|
- **Decrease (logarithmic)**: exponential gain from -0 to -31
|
||||||
|
|
|
@ -111,7 +111,7 @@ input waveforms should match the size of the wavetable or unexpected results may
|
||||||
- synthesizer type: selects the synthesis algorithm.
|
- synthesizer type: selects the synthesis algorithm.
|
||||||
- waveform displays.
|
- waveform displays.
|
||||||
- **Wave 1**: selects input waveform.
|
- **Wave 1**: selects input waveform.
|
||||||
- this will turn yellow to indicate that a Waveform macro is set; remove the macro to work with the synthesizer.
|
- this will turn yellow to indicate that a Waveform macro is set.
|
||||||
- **Wave 2**: selects second input waveform. only appears when a dual-waveform synthesizer is selected.
|
- **Wave 2**: selects second input waveform. only appears when a dual-waveform synthesizer is selected.
|
||||||
- **Pause preview**: toggles live waveform preview.
|
- **Pause preview**: toggles live waveform preview.
|
||||||
- **Restart preview**: restarts preview from initial state.
|
- **Restart preview**: restarts preview from initial state.
|
||||||
|
|
Loading…
Reference in a new issue