mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 20:45:11 +00:00
Update c64.md
This commit is contained in:
parent
28065f7eb2
commit
d3e46921dd
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ the C64 instrument editor consists of two tabs: "C64" to control various paramet
|
||||||
- **low**: a low-pass filter. the lower the cutoff, the darker the sound.
|
- **low**: a low-pass filter. the lower the cutoff, the darker the sound.
|
||||||
- **high**: a high-pass filter. higher cutoff values result in a less "bassy" sound.
|
- **high**: a high-pass filter. higher cutoff values result in a less "bassy" sound.
|
||||||
- **band**: a band-pass filter. cutoff determines which part of the sound is heard (from bass to treble).
|
- **band**: a band-pass filter. cutoff determines which part of the sound is heard (from bass to treble).
|
||||||
- **ch3off**: mutes channel 3 when enabled. It was originally planned for usage with two registers where program could read current oscillator and envelope outputs, thus making vibrato and SFX generation easier. But who wanted to sacrifice one channel out of three! So aforementioned was just done in software, and the feature was never used.
|
- **ch3off**: mutes channel 3 when enabled. It was originally planned for usage with two registers where program could read current oscillator and envelope outputs, thus making vibrato and SFX generation easier. but who wanted to sacrifice one channel out of three! so aforementioned was just done in software, and the feature was never used.
|
||||||
- multiple filter modes can be selected simultaneously. for example, selecting both "low" and "high" results in a bandstop (notch) filter.
|
- multiple filter modes can be selected simultaneously. for example, selecting both "low" and "high" results in a bandstop (notch) filter.
|
||||||
|
|
||||||
- **Absolute Cutoff Macro**: when enabled, the cutoff macro will go from 0 to 2047, and it will be absolute (in other words, control the cutoff directly rather than being relative).
|
- **Absolute Cutoff Macro**: when enabled, the cutoff macro will go from 0 to 2047, and it will be absolute (in other words, control the cutoff directly rather than being relative).
|
||||||
|
|
Loading…
Reference in a new issue