Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 680 Bytes

File metadata and controls

19 lines (15 loc) · 680 Bytes

QMidiCore-Quaver-Stream-Renderer

QMidiCore Quaver Stream Renderer (简称QQS) 是一个黑乐谱渲染器. 原作者是qishipai.

项目引用 Project reference

  • SharpExtension 提供一些操作非托管内存以及流的方法. Provides some methods of allocating, freeing unmanaged memory and stream operations.
  • SharpCollections 提供一些基于非托管内存的集合类型. Provides some collections using unmanaged memory.
  • Newtonsoft.Json 进行Json操作.

UI

使用了Arduano的"Zenith-MIDI"项目中的UI样式,并进行了颜色修改.

Contributors

  • qishipai (原作者)
  • Tweak
  • fnull601
  • MBMS (翻译)

说明

平台:.NET 7.0-Windows