From 749b48a137bfc8c45b39828509cce7f5d2df472a Mon Sep 17 00:00:00 2001 From: Romot Date: Thu, 5 Jan 2023 15:58:45 +0900 Subject: [PATCH] =?UTF-8?q?#986=20MIDI=E3=81=8B=E3=82=89=E3=81=AE=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sing/ScoreNote.vue | 46 +++++++++ src/components/Sing/ScoreSequencer.vue | 125 +++++++++++++++---------- src/helpers/singHelper.ts | 28 +++--- src/store/singing.ts | 18 +++- 4 files changed, 154 insertions(+), 63 deletions(-) diff --git a/src/components/Sing/ScoreNote.vue b/src/components/Sing/ScoreNote.vue index e69de29bb2..bbc2591844 100644 --- a/src/components/Sing/ScoreNote.vue +++ b/src/components/Sing/ScoreNote.vue @@ -0,0 +1,46 @@ + + + + + \ No newline at end of file diff --git a/src/components/Sing/ScoreSequencer.vue b/src/components/Sing/ScoreSequencer.vue index 4425f829e5..b2e0315e4c 100644 --- a/src/components/Sing/ScoreSequencer.vue +++ b/src/components/Sing/ScoreSequencer.vue @@ -2,48 +2,55 @@
- {{ key.pitch === "C" ? key.name : "" }} + {{ y.pitch === "C" ? y.name : "" }}
-
+
-
-
- {{ note.midi }} + v-for="x in gridX" + :key="x" + :class="`sequencer-row`" + :id="`sequencer-row-${x}`" + > +
+
+
+ {{ note.midi }} +
-