From 38105460e426789a43826bf8e0cd2c38519f4c89 Mon Sep 17 00:00:00 2001 From: brickblock369 <59150779+brickblock369@users.noreply.github.com> Date: Thu, 20 Feb 2025 17:18:38 -0500 Subject: [PATCH] Moving OPM demo songs to their own folder, and adding a small additional info in PowerNoise editor (#2366) * OPM demos should have their own folder Five OPM demos now, at this point they should have their own folder. * Delete demos/misc/the_king_of_crisp_opm.fur * Delete demos/misc/vortex_opm.fur * Delete demos/misc/waterworld_map_opm.fur * Delete demos/misc/lagrange_point_2023_opm.fur * Delete demos/misc/hope_for_the_dream_opm.fur * Update powernoise.md I believe this clarification is necessary in case people initially get confused about where the AM exactly is outputted to. --- .../hope_for_the_dream.fur} | Bin .../lagrange_point_2023.fur} | Bin .../the_king_of_crisp.fur} | Bin demos/{misc/vortex_opm.fur => opm/vortex.fur} | Bin .../waterworld_map.fur} | Bin doc/4-instrument/powernoise.md | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename demos/{misc/hope_for_the_dream_opm.fur => opm/hope_for_the_dream.fur} (100%) rename demos/{misc/lagrange_point_2023_opm.fur => opm/lagrange_point_2023.fur} (100%) rename demos/{misc/the_king_of_crisp_opm.fur => opm/the_king_of_crisp.fur} (100%) rename demos/{misc/vortex_opm.fur => opm/vortex.fur} (100%) rename demos/{misc/waterworld_map_opm.fur => opm/waterworld_map.fur} (100%) diff --git a/demos/misc/hope_for_the_dream_opm.fur b/demos/opm/hope_for_the_dream.fur similarity index 100% rename from demos/misc/hope_for_the_dream_opm.fur rename to demos/opm/hope_for_the_dream.fur diff --git a/demos/misc/lagrange_point_2023_opm.fur b/demos/opm/lagrange_point_2023.fur similarity index 100% rename from demos/misc/lagrange_point_2023_opm.fur rename to demos/opm/lagrange_point_2023.fur diff --git a/demos/misc/the_king_of_crisp_opm.fur b/demos/opm/the_king_of_crisp.fur similarity index 100% rename from demos/misc/the_king_of_crisp_opm.fur rename to demos/opm/the_king_of_crisp.fur diff --git a/demos/misc/vortex_opm.fur b/demos/opm/vortex.fur similarity index 100% rename from demos/misc/vortex_opm.fur rename to demos/opm/vortex.fur diff --git a/demos/misc/waterworld_map_opm.fur b/demos/opm/waterworld_map.fur similarity index 100% rename from demos/misc/waterworld_map_opm.fur rename to demos/opm/waterworld_map.fur diff --git a/doc/4-instrument/powernoise.md b/doc/4-instrument/powernoise.md index 6b4909e5b..a49c62187 100644 --- a/doc/4-instrument/powernoise.md +++ b/doc/4-instrument/powernoise.md @@ -33,7 +33,7 @@ by default the LFSR is configured to produce square waves, by having a single ta - **Pitch**: fine pitch. - **Phase Reset**: trigger reloading the LFSR. - **Control**: channel settings: - - **slope AM**: when enabled, this channel's output and the slope channel go through amplitude modulation. + - **slope AM**: when enabled, this channel's output and the slope channel go through amplitude modulation. The final output plays in the slope channel. - **tap B**: enables use of two taps for the LFSR. - **Tap A Location**: sets the position of the first tap. - **Tap B Location**: sets the position of the second tap.