Skip to content

Commit

Permalink
add rainfly link to audioworklet page eleventy
Browse files Browse the repository at this point in the history
  • Loading branch information
terryzfeng committed Oct 1, 2024
1 parent 12cf382 commit 393c9a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/_data/audioworklet_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
- title: Audio Worklet, SharedArrayBuffer, and Worker
description: For high performance large-scale audio applications
href: design-pattern/shared-buffer/
- title: Rainfly
description: AudioWorklet DSP Playground and Visualizer
href: ../rainfly

- title: FreeQueue
entries:
Expand Down
3 changes: 0 additions & 3 deletions src/_data/landing_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
- title: Canopy
description: Web Audio code editor and visual debugger
href: https://hoch.github.io/canopy/
# - title: Audio Worklets Playground
# description: Audio Worklet playground
# href: \#

- title: Demos
entries:
Expand Down
1 change: 1 addition & 0 deletions src/rainfly/src/lib/components/nav/items/NavHelp.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</div>
<div class="text-center text-sm">
<!-- eslint-disable-next-line no-undef -->
<!-- svelte-ignore missing-declaration -->
<p>ver {meta.version}</p>
</div>
</div>
Expand Down

0 comments on commit 393c9a3

Please sign in to comment.