mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-03 11:25:04 +00:00
df8f40486d
now for saving DivInstrumentN163 struct is... needs to compatibility breaks?
23 lines
1.4 KiB
Markdown
23 lines
1.4 KiB
Markdown
# Namco 163 instrument editor
|
|
|
|
Namco 163 instrument editor consists of two tabs: one controlling various parameters for waveform initialize and macro tab containing 10 macros.
|
|
|
|
## N163
|
|
- [Initial Waveform] - Determines the initial waveform for playing.
|
|
- [Initial Waveform position in RAM] - Determines the initial waveform position will be load to RAM.
|
|
- [Initial Waveform length in RAM] - Determines the initial waveform length will be load to RAM.
|
|
- [Load waveform before playback] - Determines the load initial waveform into RAM before playback.
|
|
- [Update waveforms into RAM when every waveform changes] - Determines the update every different waveform changes in playback.
|
|
|
|
|
|
## Macros
|
|
- [Volume] - volume levels sequence
|
|
- [Arpeggio]- pitch sequence
|
|
- [Waveform pos.] - sets the waveform source address in RAM for playback (single nibble unit)
|
|
- [Waveform] - sets waveform source for playback immediately or update later
|
|
- [Waveform len.] - sets the waveform source length for playback (4 nibble unit)
|
|
- [Waveform update] - sets the waveform update trigger behavior for playback
|
|
- [Waveform to load] - sets waveform source for load to RAM immediately or later
|
|
- [Wave pos. to load] - sets address of waveform for load to RAM (single nibble unit)
|
|
- [Wave len. to load] - sets length of waveform for load to RAM (4 nibble unit)
|
|
- [Waveform load] - sets the waveform load trigger behavior
|