From 573f8d5b3bef4f2e63e4c7683b845dc1f1dda637 Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Thu, 13 Jul 2023 17:19:56 -0700 Subject: [PATCH] Deleting old NES.PSG instrument doc. --- doc/4-instrument/standard.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 doc/4-instrument/standard.md diff --git a/doc/4-instrument/standard.md b/doc/4-instrument/standard.md deleted file mode 100644 index 112723569..000000000 --- a/doc/4-instrument/standard.md +++ /dev/null @@ -1,18 +0,0 @@ -# Standard instrument editor - -The instrument editor for NES and PSG (SMS, MSX, and such) consists of these macros: - -- **Volume**: volume. -- **Arpeggio**: pitch in half-steps. -- **Duty**: duty cycle and noise mode. - - NES noise modes: - - `0`: long noise. - - `1`: short noise. - - PSG noise modes: - - `0`: short noise, preset frequencies. - - `1`: long noise, preset frequencies. - - `2`: short noise, use channel 3 for frequency. - - `3`: long noise, use channel 3 for frequency. -- **Panning**: output for left and right channels. -- **Pitch**: fine pitch. -- **Phase Reset**: trigger restart of waveform. \ No newline at end of file