没写完

This commit is contained in:
2022-10-07 19:25:28 +08:00
parent a16109f29a
commit 085ab3f4c0
4 changed files with 388 additions and 53 deletions

View File

@ -62,8 +62,10 @@ class MidiDestroyedError(MSCTBaseException):
pass
class ChannelOverFlowError(MSCTBaseException):
'''一个midi中含有过多的通道应≤16'''
'''一个midi中含有过多的通道数量应≤16'''
pass
class NotDefineProgramError(MSCTBaseException):
'''没有Program设定导致没有乐器可以选择的错误'''
pass