mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 04:55:13 +00:00
bfebe15f06
tweak them a bit for Furnace
2.1 KiB
2.1 KiB
SID2
a fictional chip created by LTVA. the idea is to fix SID flaws and add more features, but not too much.
unlike SID, it has per-channel volume control, better ADSR envelope which doesn't have bugs, more waveform mixing modes and the ability to play tonal noise waves.
filter cutoff and resonance ranges were extended, as well as the frequency - finally the chip can hit B-7 note with default clock speed!
effects
10xx
: change wave. lower 4 bits specify the wave:bit 0
: trianglebit 1
: sawbit 2
: pulsebit 3
: noise
11xx
: set resonance.xx
may be a value between00
andFF
.12xx
: set filter mode. the following values are accepted:00
: filter off01
: low pass02
: band pass03
: low+band pass04
: high pass05
: band reject/stop/notch06
: high+band pass07
: all pass
13xx
: disable envelope reset for this channel.14xy
: reset cutoff:- if
x
is not 0: on new note - if
y
is not 0: now - this effect is not necessary if the instrument's cutoff macro is absolute.
- if
15xy
: reset duty cycle:- if
x
is not 0: on new note - if
y
is not 0: now - this effect is not necessary if the instrument's duty macro is absolute.
- if
16xy
: change additional parameters.x
may be one of the following:0
: attack (y
from0
toF
)1
: decay (y
from0
toF
)2
: sustain (y
from0
toF
)3
: release (y
from0
toF
)4
: ring modulation (y
is0
or1
)5
: oscillator sync (y
is0
or1
)6
: filter mode (y
is0
to7
)7
: waveform mix mode (y
is0
to3
)8
: noise mode (y
is0
to3
)9
: phase reset (y
is a discarded parameter and does not matter)A
: envelope key on/key off (y
is0
(trigger envelope release) or1
(restart envelope again))B
: filter on/off (y
is0
(disable filter) or1
(enable filter))
3xxx
: set duty cycle.xxx
range is000
toFFF
.4xxx
: set cutoff.xxx
range is000
toFFF
.
info
this chip uses the SID2 instrument editor.