From f6f4376172e260293f88efdcee25be3f478b2b31 Mon Sep 17 00:00:00 2001
From: Graham Wakefield Sep 4 Hello and welcome! Hello and welcome! https://docs.google.com/presentation/d/1xrXM86cCE7vzykYYdINs1G9g9f7FaeiiZd6IRlKBEjI/Course Information
Week 0: One Sample at a Time
+
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/
`)