finish later

This commit is contained in:
tildearrow 2024-07-10 18:41:26 -05:00
parent 3d87f79a35
commit 2ae92d7c31
2 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,53 @@
# file formats
this is a list of file formats that Furnace supports.
## song/module
- Furnace song (.fur)
- import:
- DefleMask module (.dmf)
- FamiTracker module (.ftm)
- Amiga tracker module (.mod)
- Scream Tracker 3 module (.s3m)
- FastTracker 2 module (.xm)
- Impulse Tracker module (.it)
- Future Composer module (.fc13/.fc14/.fc/.smod)
- export:
- DefleMask module (.dmf)
- VGM (.vgm)
- ZSound Music (.zsm)
## instrument
- load/save:
- Furnace instrument (.fui)
- DefleMask preset/patch (.dmp)
- load only:
- TFM Music Maker instrument (.tfi)
- VGM Music Maker instrument (.vgi)
- Scream Tracker 3 instrument (.s3i)
- SoundBlaster instrument (.sbi)
- Wohlstand OPL instrument (.opli)
- Wohlstand OPN instrument (.opni)
- Gens KMod patch dump (.y12)
- BNK file (AdLib) (.bnk)
- FF preset bank (.ff)
- 2612edit GYB preset bank (.gyb)
- VOPM preset bank (.opm)
- Wohlstand WOPL bank (.wopl)
- Wohlstand WOPN bank (.wopn)
## wavetable
- load/save:
- Furnace wavetable (.fuw)
- DefleMask wavetable (.dmw)
- raw wavetable data
## sample
- load/save
- Wave file (.wav)
- raw sample data
- load only:

View file

@ -8,6 +8,7 @@ items in _italic_ don't appear in basic mode and are only available in advanced
- **new...**: creates a new song.
- **open...**: opens the file picker, allowing you to select a song to open.
- see [file formats](formats.md) for a list of formats Furnace is able to open.
- **open recent**: contains a list of the songs you've opened before.
- **clear history**: erases the file history.