C140 instrument docs completed.
Also, a couple tweaks to the generic PCM instrument.
This commit is contained in:
parent
bb1d71f975
commit
4eaa999cd8
|
@ -15,7 +15,7 @@ depending on the instrument type, there are many different types of instrument e
|
||||||
- [SAA1099](saa.md) - for use with Philips SAA1099 PSG sound source.
|
- [SAA1099](saa.md) - for use with Philips SAA1099 PSG sound source.
|
||||||
- [TIA](tia.md) - for use with Atari 2600 chip.
|
- [TIA](tia.md) - for use with Atari 2600 chip.
|
||||||
- [AY-3-8910](ay8910.md) - for use with AY-3-8910 PSG sound source and SSG portion in YM2610.
|
- [AY-3-8910](ay8910.md) - for use with AY-3-8910 PSG sound source and SSG portion in YM2610.
|
||||||
- [Amiga / sample](amiga.md) for controlling Amiga and other sample based synthsizers like YM2612's Channel 6 PCM mode, NES channel 5, Sega PCM, X1-010 and PC Engine's sample playback mode.
|
- [Generic Sample](amiga.md) for controlling Amiga and other sample based synthsizers like YM2612's Channel 6 PCM mode, NES channel 5, Sega PCM, X1-010 and PC Engine's sample playback mode.
|
||||||
- [Atari Lynx](lynx.md) - for use with Atari Lynx handheld console.
|
- [Atari Lynx](lynx.md) - for use with Atari Lynx handheld console.
|
||||||
- [VERA](vera.md) - for use with Commander X16 VERA.
|
- [VERA](vera.md) - for use with Commander X16 VERA.
|
||||||
- [Seta/Allumer X1-010](x1_010.md) - for use with Wavetable portion in Seta/Allumer X1-010.
|
- [Seta/Allumer X1-010](x1_010.md) - for use with Wavetable portion in Seta/Allumer X1-010.
|
||||||
|
@ -24,6 +24,7 @@ depending on the instrument type, there are many different types of instrument e
|
||||||
- [Konami VRC6](vrc6.md) - for use with VRC6's PSG sound source.
|
- [Konami VRC6](vrc6.md) - for use with VRC6's PSG sound source.
|
||||||
- [SNES](snes.md) - for use with SNES S-APU.
|
- [SNES](snes.md) - for use with SNES S-APU.
|
||||||
- [Casio PV-1000](pv1000.md) - for use with Casio PV-1000.
|
- [Casio PV-1000](pv1000.md) - for use with Casio PV-1000.
|
||||||
|
- [C140](c140.md) for use with Namco C140.
|
||||||
|
|
||||||
|
|
||||||
# macros
|
# macros
|
||||||
|
|
|
@ -1,17 +1,18 @@
|
||||||
# Amiga/PCM sound source instrument editor
|
# Amiga/PCM sound source instrument editor
|
||||||
|
|
||||||
The PCM instrument editor consists of a sample selector and several macros:
|
The Generic Sample instrument editor consists of a sample selector and several macros:
|
||||||
|
|
||||||
# Amiga/sample
|
# Sample
|
||||||
|
|
||||||
- **Initial sample**: specifies which sample should be assigned to the instrument, or the first one in the sequence
|
- **Initial sample**: specifies which sample should be assigned to the instrument, or the first one in the sequence
|
||||||
|
- **Use sample map**: enables mapping different samples to notes.
|
||||||
|
|
||||||
# Macros
|
# Macros
|
||||||
|
|
||||||
- **Volume**: volume sequence. _warning:_ it works only on Amiga system, as of version 0.5.5!
|
- **Volume**: volume sequence. does not apply to some chips.
|
||||||
- **Arpeggio**: pitch sequence
|
- **Arpeggio**: pitch sequence.
|
||||||
- **Waveform**: sample sequence
|
- **Waveform**: waveform sequence.
|
||||||
- **Panning (left)**: output level for left channel
|
- **Panning (left)**: output level for left channel.
|
||||||
- **Panning (right)**: output level for right channel
|
- **Panning (right)**: output level for right channel.
|
||||||
- **Pitch**: fine pitch
|
- **Pitch**: fine pitch.
|
||||||
- **Phase Reset**: trigger restart of waveform
|
- **Phase Reset**: trigger restart of waveform.
|
17
doc/4-instrument/c140.md
Normal file
17
doc/4-instrument/c140.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Namco C140 instrument editor
|
||||||
|
|
||||||
|
the Namco C140 instrument editor consists of a sample selector and several macros:
|
||||||
|
|
||||||
|
# Sample
|
||||||
|
|
||||||
|
- **Initial sample**: specifies which sample should be assigned to the instrument, or the first one in the sequence.
|
||||||
|
- **Use sample map**: enables mapping different samples to notes.
|
||||||
|
|
||||||
|
# Macros
|
||||||
|
|
||||||
|
- **Volume**: volume sequence.
|
||||||
|
- **Arpeggio**: pitch sequence.
|
||||||
|
- **Panning (left)**: output level for left channel.
|
||||||
|
- **Panning (right)**: output level for right channel.
|
||||||
|
- **Pitch**: fine pitch.
|
||||||
|
- **Phase Reset**: trigger restart of sample.
|
|
@ -83,6 +83,7 @@ this is the full list of chips that Furnace supports.
|
||||||
- [MSM6258](msm6258.md)
|
- [MSM6258](msm6258.md)
|
||||||
- [MSM6295](msm6295.md)
|
- [MSM6295](msm6295.md)
|
||||||
- [Namco 163](n163.md)
|
- [Namco 163](n163.md)
|
||||||
|
- [Namco C140](c140.md)
|
||||||
- [Namco WSG/C15/C30](namco.md)
|
- [Namco WSG/C15/C30](namco.md)
|
||||||
- [HuC6280](pce.md)
|
- [HuC6280](pce.md)
|
||||||
- [PC Speaker](pcspkr.md)
|
- [PC Speaker](pcspkr.md)
|
||||||
|
|
Loading…
Reference in a new issue