From 737a8b3e79cb74eb5d9a60c6111061abfdebcdc7 Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Thu, 2 Nov 2023 20:32:21 -0700 Subject: [PATCH 1/2] Documenting channel pair hints. --- doc/7-systems/opl.md | 2 ++ doc/7-systems/pokey.md | 4 ++++ doc/7-systems/snes.md | 2 ++ 3 files changed, 8 insertions(+) diff --git a/doc/7-systems/opl.md b/doc/7-systems/opl.md index 2937fa893..3e9b0dfd8 100644 --- a/doc/7-systems/opl.md +++ b/doc/7-systems/opl.md @@ -82,3 +82,5 @@ afterwards everyone moved to Windows and software mixed PCM streaming... ## info this chip uses the [FM (OPL)](../4-instrument/fm-opl.md) instrument editor. + +when two channels are joined for 4-op mode, the channel bar will show "`4OP`" on a bracket tying them together. \ No newline at end of file diff --git a/doc/7-systems/pokey.md b/doc/7-systems/pokey.md index eff37cd8c..76daab71c 100644 --- a/doc/7-systems/pokey.md +++ b/doc/7-systems/pokey.md @@ -39,3 +39,7 @@ a sound and input chip developed by Atari for their 8-bit computers (Atari 400, ## info this chip uses the [POKEY](../4-instrument/pokey.md) instrument editor. + +when two channels are joined for filtered output, the channel bar will show "`filter`" on a bracket tying them together. + +when two channels are joined for wide period range, the channel bar will show "`16-bit`" on a bracket tying them together. diff --git a/doc/7-systems/snes.md b/doc/7-systems/snes.md index d10b20c39..5547a6d60 100644 --- a/doc/7-systems/snes.md +++ b/doc/7-systems/snes.md @@ -65,6 +65,8 @@ Furnace also allows the SNES to use wavetables (and the wavetable synthesizer) i this chip uses the [SNES](../4-instrument/snes.md) instrument editor. +when two channels are joined for pitch modulation, the channel bar will show "`mod`" on a bracket tying them together. + ## channel status the following icons are displayed when channel status is enabled in the pattern view: From 216076cf9d54dfcb63abd41c292e01919e382666 Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Sun, 5 Nov 2023 19:17:08 -0800 Subject: [PATCH 2/2] Removing excess quote marks. --- doc/7-systems/opl.md | 2 +- doc/7-systems/pokey.md | 4 ++-- doc/7-systems/snes.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/7-systems/opl.md b/doc/7-systems/opl.md index 3e9b0dfd8..d0699f07d 100644 --- a/doc/7-systems/opl.md +++ b/doc/7-systems/opl.md @@ -83,4 +83,4 @@ afterwards everyone moved to Windows and software mixed PCM streaming... this chip uses the [FM (OPL)](../4-instrument/fm-opl.md) instrument editor. -when two channels are joined for 4-op mode, the channel bar will show "`4OP`" on a bracket tying them together. \ No newline at end of file +when two channels are joined for 4-op mode, the channel bar will show `4OP` on a bracket tying them together. \ No newline at end of file diff --git a/doc/7-systems/pokey.md b/doc/7-systems/pokey.md index 76daab71c..ca7d21b1d 100644 --- a/doc/7-systems/pokey.md +++ b/doc/7-systems/pokey.md @@ -40,6 +40,6 @@ a sound and input chip developed by Atari for their 8-bit computers (Atari 400, this chip uses the [POKEY](../4-instrument/pokey.md) instrument editor. -when two channels are joined for filtered output, the channel bar will show "`filter`" on a bracket tying them together. +when two channels are joined for filtered output, the channel bar will show `filter` on a bracket tying them together. -when two channels are joined for wide period range, the channel bar will show "`16-bit`" on a bracket tying them together. +when two channels are joined for wide period range, the channel bar will show `16-bit` on a bracket tying them together. diff --git a/doc/7-systems/snes.md b/doc/7-systems/snes.md index 5547a6d60..76da944ff 100644 --- a/doc/7-systems/snes.md +++ b/doc/7-systems/snes.md @@ -65,7 +65,7 @@ Furnace also allows the SNES to use wavetables (and the wavetable synthesizer) i this chip uses the [SNES](../4-instrument/snes.md) instrument editor. -when two channels are joined for pitch modulation, the channel bar will show "`mod`" on a bracket tying them together. +when two channels are joined for pitch modulation, the channel bar will show `mod` on a bracket tying them together. ## channel status