3 Commits

Author SHA1 Message Date
NCBM 3752ef1f57 feat: add initial implementation of MIDI player and related components 2026-04-26 00:52:03 +08:00
NCBM 9009a7c5bc Add type stubs for mido MIDI library
- Created type stubs for various modules in the mido library including messages, midifiles, parser, ports, sockets, syx, tokenizer, and version.
- Implemented type hints for functions and classes to improve type checking and code clarity.
- Added support for MIDI over TCP/IP in sockets module.
- Included methods for reading and writing SYX files in syx module.
- Enhanced the parser functionality with a dedicated Parser class for MIDI byte streams.
- Established a structure for MIDI file handling with MidiFile and MidiTrack classes.
2026-04-26 00:51:40 +08:00
NCBM e5c692e5d7 chore(init): init project 2026-04-26 00:51:11 +08:00