From f6bdb13a3382ab447ce9443d253bc20d5dd23aeb Mon Sep 17 00:00:00 2001 From: Sig <62321214+sigprogramming@users.noreply.github.com> Date: Sat, 1 Feb 2025 01:20:00 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20SequencerPitch=E3=82=92=E3=83=AA?= =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=AF=E3=82=BF=20(#2510)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hiroshiba Co-authored-by: Hiroshiba Kazuyuki --- src/components/Sing/SequencerPitch.vue | 350 ++++++++----------------- src/sing/graphics/pitchLine.ts | 143 ++++++++++ src/sing/viewHelper.ts | 15 -- 3 files changed, 254 insertions(+), 254 deletions(-) create mode 100644 src/sing/graphics/pitchLine.ts diff --git a/src/components/Sing/SequencerPitch.vue b/src/components/Sing/SequencerPitch.vue index 7baa1fb5aa..abd3bde2e7 100644 --- a/src/components/Sing/SequencerPitch.vue +++ b/src/components/Sing/SequencerPitch.vue @@ -1,9 +1,11 @@