From 4b9fbdfa3663df975a76ef71b6078aa9e07b151d Mon Sep 17 00:00:00 2001
From: Mikayla Dobson <93477693+innocuous-symmetry@users.noreply.github.com>
Date: Thu, 12 May 2022 13:19:39 -0500
Subject: [PATCH] repairs to file system
---
app.js | 3 --
index.html | 5 ---
src/audioUtil.js | 11 ++++--
src/harmonyUtil.js | 48 +-----------------------
src/vector_logic/evaluateVector.js | 2 +-
src/vector_logic/getProceduralPitches.js | 34 +++++++++++++++++
src/vector_logic/getRandomPitches.js | 29 ++++++++++++++
7 files changed, 73 insertions(+), 59 deletions(-)
create mode 100644 src/vector_logic/getProceduralPitches.js
create mode 100644 src/vector_logic/getRandomPitches.js
diff --git a/app.js b/app.js
index bbb610c..aab2115 100644
--- a/app.js
+++ b/app.js
@@ -1,6 +1,3 @@
-import { pitchsets } from "./src/harmonyUtil.js";
-import { extractPitchset } from "./src/vector_logic/extractPitchset.js";
-
// initialize four synth voices
const soprano = new Tone.Synth().toDestination();
const alto = new Tone.Synth().toDestination();
diff --git a/index.html b/index.html
index 3a9dfbe..09e22de 100644
--- a/index.html
+++ b/index.html
@@ -124,10 +124,5 @@
-
-
-
-
-