From 96575ae29bdfc4b0c428cc38763f9585ae104668 Mon Sep 17 00:00:00 2001 From: SoulMelody Date: Thu, 8 Aug 2024 22:19:03 +0800 Subject: [PATCH] acep: update singers list --- libresvip/__init__.py | 2 +- libresvip/plugins/acep/singers.py | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libresvip/__init__.py b/libresvip/__init__.py index 26868a5be..3119f9e26 100644 --- a/libresvip/__init__.py +++ b/libresvip/__init__.py @@ -1,4 +1,4 @@ import os -__version__ = "1.2.4" +__version__ = "1.3.0" os.environ.setdefault("LOGURU_AUTOINIT", "false") diff --git a/libresvip/plugins/acep/singers.py b/libresvip/plugins/acep/singers.py index c6d277d1b..16f0e23ab 100644 --- a/libresvip/plugins/acep/singers.py +++ b/libresvip/plugins/acep/singers.py @@ -48,6 +48,9 @@ 1012: "墨清弦", 1013: "徵羽摩柯", 2001: "川", + 2027: "水音ラル Normal", + 2028: "水音ラル Power", + 2029: "水音ラル Gravity", 3006: "Rowly G.", 5038: "空诗音Lemi", }, @@ -108,5 +111,8 @@ 60: "墨清弦", 61: "徵羽摩柯", 87: "空诗音Lemi", + 100: "水音ラル Normal", + 101: "水音ラル Power", + 102: "水音ラル Gravity", }, ).inverse