furnace/doc/2-interface/asset-list.md
Electric Keet 6fc0c3a750
A zillion new images for docs. (#1176)
* A whole mess of redone graphics.

* Minor adjustments and new ADSR chart.

* Android: warnings are errors

* GUI: sample editor warnings, part 1

* optimize images

---------

Co-authored-by: tildearrow <me@tildearrow.org>
2023-06-23 23:23:28 -05:00

38 lines
1.9 KiB
Markdown

# instrument list
![instruments window](instruments.png)
Buttons from left to right:
- ![](asset-add.png) **Add:** Creates a new, default instrument.
- ![](asset-duplicate.png) **Duplicate:** Duplicates the currently selected instrument.
- ![](asset-open.png) **Open:** Brings up a file dialog to load a file as a new instrument at the end of the list.
- ![](asset-save.png) **Save:** Brings up a file dialog to save the currently selected instrument.
- ![](asset-folderview.png) **Toggle folders/standard view:** Enables (and disables) folder view, explained below.
- ![](asset-move.png) **Move up** and **Move down:** Moves the currently selected instrument in the list. Pattern data will automatically be adjusted to match.
- ![](asset-delete.png) **Delete:** Deletes the currently selected instrument. Pattern data will be adjusted to use the next available instrument in the list.
## folder view
![instruments window in folder view](instruments-folder.png)
In folder view, the "Move up" and "Move down" buttons disappear and a new one appears:
- ![](asset-newfolder.png) **New Folder:** Creates a new folder.
Instruments may be dragged from folder to folder and even rearranged within folders without changing their associated numbers.
Right-clicking on a folder allows one to rename or delete it. Deleting a folder does not remove the instruments in it.
# wavetable list
![wavetables window](wavetables.png)
Everything from the instrument list applies here also, with one major difference: Moving waves around with the buttons will change their associated numbers in the list but _not_ in pattern or instrument data. Be careful!
# sample list
![samples window](samples.png)
Everything from the wavetables list applies here also, with the addition of two buttons:
- ![](asset-preview.png) **Preview:** Plays the selected sample at its default note.
- ![](asset-previewstop.png) **Stop preview:** Stops the sample playback.