mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 04:55:13 +00:00
Update outdated sample docs
This commit is contained in:
parent
e0e06c0897
commit
4ab685bb9c
1 changed files with 24 additions and 12 deletions
|
@ -6,14 +6,25 @@ In Furnace, these samples can be generated by importing a .wav (think of it as a
|
|||
|
||||
## supported systems
|
||||
|
||||
As of Furnace 0.5.5, the following sound chips have sample support:
|
||||
- NES/Ricoh 2A03 (PCM only, no DPCM, and only on channel 5)
|
||||
- Sega Genesis/YM2612 (channel 6 only; but only if there exists a `1701` effect that gets played on or before a trigger for a sample)
|
||||
As of Furnace dev99, the following sound chips have sample support:
|
||||
- NES/Ricoh 2A03 (with DPCM support and only on channel 5)
|
||||
- Sega Genesis/YM2612 (channel 6 only; but only if there exists a `1701` effect that gets played on or before a trigger for a sample, or if you are using an instrument with Sample type)
|
||||
- PC Engine/TurboGrafx 16/Huc6280 (same conditions as above)
|
||||
- Amiga/Paula (on all channels AND resamplable, but you need to make an instrument with the Amiga format and tie it to a sample first)
|
||||
- Arcade/SEGA PCM (same as above but you don't need to make an instrument for it and you have to use the `20xx` effect command to resample your samples)
|
||||
- Neo Geo/Neo Geo EXT-Ch2 (on the last 7 channels only and can be resampled the same way as above)
|
||||
- Seta/Allumer X1-010 (same as above, and both `1701` and `20xx` effect commands are affected on all 16 channels)
|
||||
- Amiga/Paula (on all channels)
|
||||
- Arcade/SEGA PCM (same as above)
|
||||
- Neo Geo/Neo Geo CD (on the last 7 channels (6 if you are using Neo Geo CD) only and can be resampled the same way as above)
|
||||
- Seta/Allumer X1-010 (same as YM2612)
|
||||
- Atari Lynx (though the option is a bit hidden)
|
||||
- MSM6258 and MSM6295
|
||||
- YMU759/MA-2 (last channel only)
|
||||
- QSound
|
||||
- ZX Spectrum 48k
|
||||
- RF5C68
|
||||
- WonderSwan
|
||||
- Tildearrow Sound Unit
|
||||
- VERA (last channel only)
|
||||
- Y8590 (last channel only)
|
||||
- And a few more that I've forgotten to mention.
|
||||
|
||||
Furnace also has a feature where you can make an Amiga formarted instrument on the YM2612 and Huc6280 to resample a sample you have in the module.
|
||||
|
||||
|
@ -22,11 +33,12 @@ Furnace also has a feature where you can make an Amiga formarted instrument on t
|
|||
You can actually tweak your samples in Furnace's sample editor, which can be accessed by clicking on `window` (at the top of the screen) then clicking on `sample editor`.
|
||||
|
||||
In there, you can modify certain data pertaining to your sample, such as the:
|
||||
- volume of the sample (from 0% of the original to 200% of the original)
|
||||
- pitch of the sample (from 1/6 of the original sample pitch to 6x the original sample pitch)
|
||||
- and the sample rate of the sample (from 1KHz (1,000Hz) to 32KHz (32,000Hz)).
|
||||
- volume of the sample in percentage, where 100% is the current level of the sample (note that you can distort it if you put it too high)
|
||||
- the sample rate, from 0Hz (no sample movement) to 65535Hz (65.5kHz).
|
||||
- what frequencies to filter, along with filter level/sweep and resonance options (much like the C64)
|
||||
- and many more.
|
||||
|
||||
To apply the changes you made to a sample, just click the `apply` button at the bottom, near the preview button.
|
||||
The changes you make will be applied as soon as you've committed them to your sample, but they can be undoed and redoed, just like text.
|
||||
|
||||
# tips
|
||||
If you have a sample you wanna use that is about 44100 or anything over 32000Hz downsample the sample to 32000Hz so that the pitch of the sample in Furnace stays like the original wav. You can do this in Audacity by going to the Bottom Left of audacity (If you see "Project Rate (Hz)" you are there) and changing the project rate to 32000Hz and save the file to wav in Audacity using "File -> Export -> Export as WAV".
|
||||
If you have a sample you wanna use that is about 44100 or anything over 32000Hz, downsample the sample to 32000Hz so that the pitch of the sample in Furnace stays like the original audio file. You can do this in Audacity by going to the bottom left of the screen (If you see "Project Rate (Hz)" you are there), change the project rate to 32000Hz and save the file to wav in Audacity using "File -> Export -> Export as WAV".
|
||||
|
|
Loading…
Reference in a new issue