From f6f4376172e260293f88efdcee25be3f478b2b31 Mon Sep 17 00:00:00 2001 From: Graham Wakefield Date: Tue, 3 Sep 2024 16:20:23 -0400 Subject: [PATCH] updates --- index.html | 2 +- make.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2ed6905..2828d5f 100644 --- a/index.html +++ b/index.html @@ -137,7 +137,7 @@

Course Information


Week 0: One Sample at a Time

Sep 4

-

Hello and welcome!

+

Hello and welcome!

https://docs.google.com/presentation/d/1xrXM86cCE7vzykYYdINs1G9g9f7FaeiiZd6IRlKBEjI/

Get things installed

Make sure you have Max running, and can edit a gen~ patcher.

diff --git a/make.js b/make.js index ce7626f..c08539d 100755 --- a/make.js +++ b/make.js @@ -83,7 +83,7 @@ function generate(file) { // auto-embed google slides: e.g. https://docs.google.com/presentation/d/1xrXM86cCE7vzykYYdINs1G9g9f7FaeiiZd6IRlKBEjI/ // auto-embed youtube e.g. https://www.youtube.com/watch?v=AbcZ2f5fdNc .replace(/\n\s*(https:\/\/docs.google.com\/presentation\/d\/[^\n]*)/g, - `

+ `

https://docs.google.com/presentation/d/1xrXM86cCE7vzykYYdINs1G9g9f7FaeiiZd6IRlKBEjI/

`)