From 88582e545af4536f4da49e3d970b43f142b5d9b9 Mon Sep 17 00:00:00 2001 From: Romot Date: Thu, 5 Jan 2023 18:37:42 +0900 Subject: [PATCH] =?UTF-8?q?#986=20=E4=B8=80=E5=BF=9C=E3=81=AA=E3=81=8C?= =?UTF-8?q?=E3=82=89=E8=BF=BD=E5=8A=A0/=E5=89=8A=E9=99=A4/=E6=AD=8C?= =?UTF-8?q?=E8=A9=9E=E5=85=A5=E5=8A=9B=E3=81=8C=E8=A1=8C=E3=81=88=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sing/ScoreSequencer.vue | 103 ++++++++++++++++++++++--- src/helpers/singHelper.ts | 19 +++++ src/store/singing.ts | 46 +++++++++++ src/store/type.ts | 15 ++++ 4 files changed, 173 insertions(+), 10 deletions(-) diff --git a/src/components/Sing/ScoreSequencer.vue b/src/components/Sing/ScoreSequencer.vue index b2e0315e4c..0d873a6247 100644 --- a/src/components/Sing/ScoreSequencer.vue +++ b/src/components/Sing/ScoreSequencer.vue @@ -27,32 +27,41 @@ y.pitch === 'C' ? 'key-c' : '' } ${y.pitch === 'F' ? 'key-f' : ''}`" :id="`sequencer-cell-${x}-${y.midi}`" + @click="addNote(x, y.midi)" />
- {{ note.midi }} + +