From 84e171e43753aa0d43449e74f5356ee59b6737d1 Mon Sep 17 00:00:00 2001 From: mattfsourcecode <24415914+mattfsourcecode@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:38:20 -0400 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52982a4..4fb867b 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ The [multi-track](https://github.com/mdn/webaudio-examples/tree/main/multi-track ### Multi track advanced -The [multi-track-advanced](https://github.com/mdn/webaudio-examples/tree/main/multi-track-advanced) directory contains an enhanced version of the original multi-track example. This version adds volume faders for each track, providing precise control over individual audio levels. It also introduces solo buttons, which allow the isolation of a specific track by bypassing all other tracks. [Run the example live](http://mdn.github.io/webaudio-examples/multi-track-advanced/). +The [multi-track-advanced](https://github.com/mdn/webaudio-examples/tree/main/multi-track-advanced) directory contains an enhanced version of the original multi-track example. This version introduces a [`GainNode`](https://developer.mozilla.org/en-US/docs/Web/API/GainNode) for each track, providing precise control over individual audio levels through volume faders. It also includes solo buttons, enabling the isolation of a specific track by muting all other tracks. [Run the example live](http://mdn.github.io/webaudio-examples/multi-track-advanced/). ### Offline audio context