Skip to content

Commit

Permalink
update to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmhglnd committed Jan 8, 2024
1 parent 3964ee8 commit 6b25667
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/00-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/02-instrument.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b25667

Please sign in to comment.