diff --git a/docs/00-general.md b/docs/00-general.md index 82d31f5d..8d27ba1e 100644 --- a/docs/00-general.md +++ b/docs/00-general.md @@ -21,7 +21,13 @@ new midi "AU DLS Synth 1" Alias: `make`, `sound` -By default Mercury has a small library of samples and single-cycle waveforms included in the environment. A full list of these samples and waveforms can be found here: [Sounds in Mercury](/mercury_ide/media/README.md) +By default Mercury has a small library of samples and single-cycle waveforms included in the environment. Follow these links to find out how to include samples and waveforms in Mercury or if you like to see the full list of available sounds. + +- [How to load other sounds into Mercury](./07-environment.md#sounds) +- [How to load sounds in the Mercury Playground](./01-global.md#samples) +- [Full list of all the included sounds](https://github.com/tmhglnd/mercury/blob/master/mercury_ide/media/README.md) +- [How to load other waveforms into Mercury](./07-environment.md#sounds) +- [Full list of all the included waveforms](https://github.com/tmhglnd/mercury/blob/master/mercury_ide/media/README.md) ## list diff --git a/docs/02-instrument.md b/docs/02-instrument.md index 3ca5df89..fc1c19ce 100644 --- a/docs/02-instrument.md +++ b/docs/02-instrument.md @@ -352,6 +352,7 @@ new synth saw note(0 1) time(1/4) noise(0.3 0.8 1) The sample and loop instruments allow you to play sound-recordings and loops. These so called "samples" are loaded in RAM and can be accessed by their filename (without the extension). - [How to load other sounds into Mercury](./07-environment.md#sounds) +- [How to load sounds in the Mercury Playground](./01-global.md#samples) - [Full list of all the included sounds](https://github.com/tmhglnd/mercury/blob/master/mercury_ide/media/README.md) ## speed