From c010b5f65904aa376e664a4dab1a27fc08a016c7 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 30 Jan 2024 02:17:48 -0500 Subject: [PATCH] update doc --- doc/2-interface/asset-list.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/2-interface/asset-list.md b/doc/2-interface/asset-list.md index 2b5ffaaa9..3e2b4bed9 100644 --- a/doc/2-interface/asset-list.md +++ b/doc/2-interface/asset-list.md @@ -60,7 +60,22 @@ right-clicking the Save button brings up a menu with the following options: right-clicking a sample in the list brings up a menu: - **make instrument**: creates a new instrument which is set to use the selected sample. +- **make me a drum kit**: allows you to instantly create a drum kit using all the samples in the list. see the next section for more information. - **duplicate**: makes a copy of the selected sample. - **replace...**: opens a file dialog to choose a replacement sample. - **save**: opens a file dialog to choose where to save the sample. - **delete**: removes the sample. + +### make me a drum kit + +I have added this option to make it easier for you to create a drum kit. +it puts all the samples into a new instrument with sample map. + +after selecting this option, a list of parameters appears: + +- **Drum kit mode**: select how to arrange the samples in the sample map. + - **Normal**: put all samples from the starting octave onwards. + - **12 samples per octave**: map the first 12 samples to all octaves, DefleMask-style. +- **Starting octave**: change the octave where the first sample will be at. + +following that is a list of viable instrument types. click on one of them to proceed with drum kit creation!