From 21d6f4f6d635830095ff6f41cde6bc05f3dc69af Mon Sep 17 00:00:00 2001 From: Zumi <13794376+ZoomTen@users.noreply.github.com> Date: Sun, 12 Feb 2023 14:33:18 +0700 Subject: [PATCH] Document the basic mode (2) (#977) * Create basic-mode.md * Update README.md --- papers/doc/2-interface/README.md | 1 + papers/doc/2-interface/basic-mode.md | 34 ++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 papers/doc/2-interface/basic-mode.md diff --git a/papers/doc/2-interface/README.md b/papers/doc/2-interface/README.md index 117cfd8da..c61bf575c 100644 --- a/papers/doc/2-interface/README.md +++ b/papers/doc/2-interface/README.md @@ -4,3 +4,4 @@ the Furnace user interface is where the job gets done. - [UI components](components.md) - [global keyboard shortcuts](keyboard.md) +- [basic mode](basic-mode.md) diff --git a/papers/doc/2-interface/basic-mode.md b/papers/doc/2-interface/basic-mode.md new file mode 100644 index 000000000..a8b0402ff --- /dev/null +++ b/papers/doc/2-interface/basic-mode.md @@ -0,0 +1,34 @@ +# basic mode + +Furnace comes with a "basic mode" that can be toggled through the "settings" menu. it disables certain features in Furnace that may look intimidating or confusing for newcomers. if you find that a certain feature of furnace is missing, see if this setting is enabled or not. + +among the features that cannot be accessed in this mode are: +* file menu: + * chip manipulation options (add, configure, change, remove chips) +* edit menu: + * paste special… + * operation masking + * input latch + * find and replace +* speed window: + * virtual tempo + * divider + * song length +* song info window: + * manual system naming + * tuning options +* right-clicking on the pattern window: + * gradient/fade… + * scale + * randomize + * invert values + * flip selection + * collapse + * expand +* these windows: + * mixer + * grooves + * channels + * pattern manager + * chip manager + * compatibility flags