From 80dd11c50dbf84f02726a267d88a68ea7e0fb7c3 Mon Sep 17 00:00:00 2001 From: Tristan <24882191+Kizjkre@users.noreply.github.com> Date: Fri, 10 May 2024 14:07:44 -0700 Subject: [PATCH 1/2] Add cowsay --- src/_data/build_info.json | 2 +- src/_includes/base.njk | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/_data/build_info.json b/src/_data/build_info.json index 1b57a15e2..c0f550d18 100644 --- a/src/_data/build_info.json +++ b/src/_data/build_info.json @@ -1 +1 @@ -{"version":"3.1.0","revision":"0643084","lastUpdated":"2024-03-07","copyrightYear":2024} \ No newline at end of file +{"version":"3.1.0","revision":"071413c","lastUpdated":"2024-05-07","copyrightYear":2024} \ No newline at end of file diff --git a/src/_includes/base.njk b/src/_includes/base.njk index 2df428eb1..0f4ee5785 100644 --- a/src/_includes/base.njk +++ b/src/_includes/base.njk @@ -24,7 +24,7 @@ {% endif %} - +
{% block content %} @@ -46,6 +46,18 @@ function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-57132539-4'); + + console.log(`%c + ________________________________________ + / This is the Chrome Web Audio samples \\ + \\ repository! / + ---------------------------------------- + \\ ^__^ + \\ (oo)\_______ + (__)\ )\\/\\ + ||----w | + || || + `, 'font-family: monospace'); From e0ebc2f4ce3a82f39ae5414cbc245fd07c0f48cf Mon Sep 17 00:00:00 2001 From: Tristan <24882191+Kizjkre@users.noreply.github.com> Date: Sat, 11 May 2024 15:59:37 -0700 Subject: [PATCH 2/2] Make small change --- src/_data/build_info.json | 2 +- src/_data/landing_data.yaml | 5 ++++- src/_includes/base.njk | 12 ------------ 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/src/_data/build_info.json b/src/_data/build_info.json index c0f550d18..449b9d531 100644 --- a/src/_data/build_info.json +++ b/src/_data/build_info.json @@ -1 +1 @@ -{"version":"3.1.0","revision":"071413c","lastUpdated":"2024-05-07","copyrightYear":2024} \ No newline at end of file +{"version":"3.1.0","revision":"80dd11c","lastUpdated":"2024-05-10","copyrightYear":2024} \ No newline at end of file diff --git a/src/_data/landing_data.yaml b/src/_data/landing_data.yaml index 0743f1639..b80531b2b 100644 --- a/src/_data/landing_data.yaml +++ b/src/_data/landing_data.yaml @@ -18,6 +18,9 @@ - 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: @@ -41,7 +44,7 @@ href: demos/stress-box/ - title: Wavetable Synthesizer href: demos/wavetable-synth/ - - title: AnalyserNode with visualization + - title: AnalyserNode with visualization href: demos/visualizer/ - title: Panning and Reverberation href: demos/panning-reverberation/ diff --git a/src/_includes/base.njk b/src/_includes/base.njk index 0f4ee5785..10c94a1db 100644 --- a/src/_includes/base.njk +++ b/src/_includes/base.njk @@ -46,18 +46,6 @@ function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-57132539-4'); - - console.log(`%c - ________________________________________ - / This is the Chrome Web Audio samples \\ - \\ repository! / - ---------------------------------------- - \\ ^__^ - \\ (oo)\_______ - (__)\ )\\/\\ - ||----w | - || || - `, 'font-family: monospace');