mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-06 12:55:05 +00:00
4a83c7c5a7
its 16 channel wavetable/PCM chip, with (optional) stereo support. Its also has envelope, this feature has similar as AY PSG's one but its shape is also stored at RAM, and each nibble in envelope data is for each output: so i decided to added some feature for more stereo-ish envelope. Split: Envelope shape will be splitted to Left and Right half for each output. HInv, Vinv: Envelope shape will be Horizontally/Vertically mirrored the left one. Max sample length is sample bank size of Seta 2 arcade hardware (currently not emulated yet, nor it doesn't support on VGM). Chip id is temporary, it can be changed with to suggestions.
11 lines
505 B
Markdown
11 lines
505 B
Markdown
# X1-010 instrument editor
|
|
|
|
X1-010 instrument editor consists of 7 macros.
|
|
|
|
- [Volume] - volume levels sequence
|
|
- [Arpeggio]- pitch sequence
|
|
- [Waveform] - spicifies wavetables sequence
|
|
- [Envelope Mode] - allows shaping an envelope
|
|
- [Envelope] - spicifies envelope shape sequence, it's also wavetable.
|
|
- [Auto envelope numerator] - sets the envelope to the channel's frequency multiplied by numerator
|
|
- [Auto envelope denominator] - ets the envelope to the channel's frequency multiplied by denominator
|