furnace/doc/2-interface/asset-list.md

49 lines
2.6 KiB
Markdown
Raw Normal View History

2023-06-04 22:28:29 +00:00
# instrument list
2023-06-13 02:31:24 +00:00
![instruments window](instruments.png)
Buttons from left to right:
2023-08-27 15:55:06 +00:00
- **Add**: pops up a menu to select which type of instrument to add. if only one instrument type is available, the menu is skipped.
2023-08-25 06:14:06 +00:00
- If the "Display instrument type menu when adding instrument" setting is disabled, this skips the menu and creates an instrument according to the chip under the cursor.
- Right-clicking always brings up the menu.
- **Duplicate**: Duplicates the currently selected instrument.
- **Open**: Brings up a file dialog to load a file as a new instrument at the end of the list.
2023-08-25 06:14:06 +00:00
- **Save**: Brings up a file dialog to save the currently selected asset.
- Instruments are saved as Furnace instrument (.fui) files.
- Wavetables are saved as Furnace wavetable (.fuw) files.
- Samples are saved as standard wave (.wav) files.
- Right-clicking brings up a menu with the applicable items from this list:
- **save instrument as .dmp...**: saves the selected instrument in DefleMask format.
- **save wavetable as .dmw...**: saves the selected wavetable in DefleMask format.
- **save raw wavetable...**: saves the selected wavetable as raw data.
- **save raw sample...**: saves the selected sample as raw data.
- **Toggle folders/standard view**: Enables (and disables) folder view, explained below.
- **Move up**: Moves the currently selected instrument up in the list. Pattern data will automatically be adjusted to match.
- **Move down**: Same, but downward.
- **Delete**: Deletes the currently selected instrument. Pattern data will be adjusted to use the next available instrument in the list.
2023-06-13 02:31:24 +00:00
## 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:
- **New folder**: Creates a new folder.
2023-06-13 02:31:24 +00:00
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.
2023-06-04 22:28:29 +00:00
# wavetable list
2023-06-13 02:31:24 +00:00
![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!
2023-06-04 22:28:29 +00:00
# sample list
2023-06-13 02:31:24 +00:00
![samples window](samples.png)
2023-08-28 20:58:33 +00:00
Everything from the wavetables list applies here also, with the addition of one button before the Delete button:
- **Preview**: Plays the selected sample at its default note.
2023-08-28 20:58:33 +00:00
- Right-clicking stops the sample playback.