mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-09-06 20:36:23 +00:00
修bug,准备合并
This commit is contained in:
@ -35,7 +35,7 @@ class MSCTBaseException(Exception):
|
||||
|
||||
def crash_it(self):
|
||||
raise self
|
||||
|
||||
|
||||
|
||||
class CrossNoteError(MSCTBaseException):
|
||||
"""同通道下同音符交叉出现所产生的错误"""
|
||||
@ -65,3 +65,9 @@ class NotDefineProgramError(MSCTBaseException):
|
||||
"""没有Program设定导致没有乐器可以选择的错误"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class ZeroSpeedError(MSCTBaseException):
|
||||
"""以0作为播放速度的错误"""
|
||||
|
||||
pass
|
Reference in New Issue
Block a user