From 8be6aa5b2b163812642d40c2e016fb5303b2ff81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B0=B4=E5=92=B2=28=E3=81=BF=E3=81=95=E3=81=8D=29?= Date: Mon, 13 Nov 2023 20:06:53 +0900 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E7=94=9F=E6=99=82=E3=81=AB=E8=87=AA?= =?UTF-8?q?=E5=8B=95=E7=9A=84=E3=81=AB=E5=81=9C=E6=AD=A2=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WindowManiaPlayer2/Form1.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WindowManiaPlayer2/Form1.cs b/WindowManiaPlayer2/Form1.cs index c6c6fe6..7e7453d 100644 --- a/WindowManiaPlayer2/Form1.cs +++ b/WindowManiaPlayer2/Form1.cs @@ -224,6 +224,11 @@ void load() } private void playerplay_Click(object sender, EventArgs e) { + try + { + StopSound(); + } + catch{} load(); int faster = 0; for (int i = 0; i < notesObjects.Count; i++)