From 2aed40d99bb144b76d3502f011c8ccae354187a9 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sat, 16 Apr 2022 10:24:09 +0200 Subject: [PATCH] add example info --- packages/webaudio/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/webaudio/README.md b/packages/webaudio/README.md index a9561e56..52a94465 100644 --- a/packages/webaudio/README.md +++ b/packages/webaudio/README.md @@ -24,3 +24,6 @@ scheduler.setPattern(pattern); scheduler.start() //scheduler.stop() ``` + +A more sophisticated example can be found in [examples/repl.html](./examples/repl.html). +You can run it inside this directory with `npm run example`.