# cibMidi **Repository Path**: CCirno/cibMidi ## Basic Information - **Project Name**: cibMidi - **Description**: A simple Midi file reader for Java - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-17 - **Last Updated**: 2024-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CibMidi [![](https://jitpack.io/v/com.gitee.CCirno/CibMidi.svg)](https://jitpack.io/#com.gitee.CCirno/CibMidi) #### Introduction A simple Midi file reader for Java #### Usage Add it in your root build.gradle at the end of repositories: ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` Step 2. Add the dependency ``` dependencies { implementation 'com.gitee.CCirno:CibMidi:v0.1-alpha' } ```