Skip to content

An Android Java library for rendering music notation, as well as for listening to it.

License

Notifications You must be signed in to change notification settings

florinmuscalu/Zekon-Music-Skore

Repository files navigation

FM Score

Support me

Buy Me A Coffee

What is FM Score?

An Android Java library for rendering music notation, as well as for listening to it. Copyright (c) 2020 - 2021 Florin Muscalu

Quick Start

Gradle Setup

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
	implementation 'com.github.florinmuscalu:FM_Score:0.4.7'
}

Maven Setup

<!-- <repositories> section of pom.xml -->
<repository>
    <id>jitpack.io</id>
   <url>https://jitpack.io</url>
</repository>

<!-- <dependencies> section of pom.xml -->
<dependency>
    <groupId>com.github.florinmuscalu</groupId>
    <artifactId>FM_Score</artifactId>
    <version>0.4.7</version>
</dependency>

Resources

To learn and contribute, check out the Wiki

About

An Android Java library for rendering music notation, as well as for listening to it.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages