# inoterecorder **Repository Path**: zyf/inoterecorder ## Basic Information - **Project Name**: inoterecorder - **Description**: iOS 上,用于录制 MIDI 数据的工具库 - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-02 - **Last Updated**: 2024-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # INoteRecorder 用于 iOS 上录制 MIDI 音符事件的工具库 ## 使用 pod 集成到项目 在你的 Podfile 中 target 区块中添加依赖: ``` pod 'INoteRecorder', :git => 'https://gitlab.abanlianqin.com/common/INoteRecorder.git', :tag => '1.1.0' ``` 也可根据实际情况通过 pod 的 branch 参数来指定。例如这里使用 master 分支: ``` pod 'INoteRecorder', :git => 'https://gitlab.abanlianqin.com/common/INoteRecorder.git', :branch => 'master' ``` ## 使用方法 参考这个测试项目: [noteboard](https://gitlab.abanlianqin.com/zhangyufei/noteboard)