diff --git a/doc/6-sample/README.md b/doc/6-sample/README.md index 52e510f4..63788437 100644 --- a/doc/6-sample/README.md +++ b/doc/6-sample/README.md @@ -47,7 +47,7 @@ use of this mode is discouraged in favor of Sample type instruments. due to limitations in some of those sound chips, some restrictions exist: -- Amiga: sample lengths and loop will be set to an even number, and your sample can't be longer than 131070. +- Amiga: maximum frequency is 31,469Hz, but anything over 28,867 will sound glitchy on hardware. sample lengths and loop will be set to an even number, and your sample can't be longer than 131070. - NES: if on DPCM mode, only a limited selection of frequencies is available, and loop position isn't supported (only entire sample). - SegaPCM: your sample can't be longer than 65535, and the maximum frequency is 31.25KHz. - QSound: your sample can't be longer than 65535, and the loop length shall not be greater than 32767. diff --git a/doc/7-systems/amiga.md b/doc/7-systems/amiga.md index 8f49bd12..ee197a90 100644 --- a/doc/7-systems/amiga.md +++ b/doc/7-systems/amiga.md @@ -15,3 +15,9 @@ imported MOD files use this chip, and will set A-4 tuning to 436. - does not work on the last channel. - `13xx`: **change wave.** - only works when "Mode" is set to "Wavetable" in the instrument. + +# info + +- the maximum rate for sample playback is technically 31469Hz but anything higher than 28867Hz will sound glitchy on hardware. +- sample lengths and loop will be set to an even number. +- samples can't be longer than 131070. \ No newline at end of file