From 85b095afc8c26ea6db388be18b83a6a8baf99446 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 25 Sep 2021 03:25:58 -0400 Subject: [PATCH] Float presets screenshot on right. --- Presets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Presets.md b/Presets.md index 500b9db..8eed1a4 100644 --- a/Presets.md +++ b/Presets.md @@ -1,6 +1,6 @@ # Module Presets -![](images/presets.png) + Factory module presets are a great tool for teaching and inspiring users of your Rack plugin. They store parameter values, as well as internal data from your `Module::dataToJson()` method if overridden. @@ -12,7 +12,7 @@ To include a factory module preset in your module, save a module preset file (`. Module presets are sorted alphabetically by filename. However, (since Rack 2) if a filename begins with numerical digits followed by `_` (regex `/^\d+_/`), that prefix is not displayed to the user, so you can apply your own custom preset sorting order. -For example, the above screenshot uses the following preset filenames. +For example, the presets from [VCV Drum Machine](https://library.vcvrack.com/VCV-Drums/DrumMachine) (pictured) use the following filenames. ```txt /presets/DrumMachine/00_House.vcvm /presets/DrumMachine/01_House 2.vcvm