From 6fa7760d0f3e1cad60ea512f14232c34a7377a4f Mon Sep 17 00:00:00 2001
From: Mikayla Dobson <93477693+innocuous-symmetry@users.noreply.github.com>
Date: Wed, 11 May 2022 10:28:25 -0500
Subject: [PATCH] module resolution problem
---
app.ts | 2 -
index.html | 5 ---
package-lock.json | 15 +++++++
package.json | 3 ++
src/audioUtils.ts | 9 ++--
src/harmonyUtil.ts | 68 +++++------------------------
src/styleUtils.ts | 2 +-
src/toneGeneration.ts | 22 ----------
src/vector_logic/evaluateVector.ts | 7 +++
src/vector_logic/extractPitchset.ts | 21 +++++++++
src/vector_logic/findVector.ts | 28 ++++++++++++
tsconfig.json | 5 ++-
12 files changed, 95 insertions(+), 92 deletions(-)
delete mode 100644 src/toneGeneration.ts
create mode 100644 src/vector_logic/evaluateVector.ts
create mode 100644 src/vector_logic/extractPitchset.ts
create mode 100644 src/vector_logic/findVector.ts
diff --git a/app.ts b/app.ts
index c8b0f95..6bfcda9 100644
--- a/app.ts
+++ b/app.ts
@@ -1,6 +1,4 @@
import * as Tone from 'tone';
-import { pitchsets } from "./src/toneGeneration.js";
-import { extractPitchset } from './src/harmonyUtil.js';
// initialize four synth voices
const soprano = new Tone.Synth().toDestination();
diff --git a/index.html b/index.html
index 89ac1e5..bdfb6df 100644
--- a/index.html
+++ b/index.html
@@ -119,10 +119,5 @@
-
-
-
-
-