Skip to content

francoiscabrol/scala-music-theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test and Publish task

Music theory models in Scala

The idea is to create a basic Scala music theory library inspired by the go-music-theory and the libjamu.

You can look into the tests to see examples.

You can try it by adding the following in your build.sbt:

libraryDependencies += "io.github.francoiscabrol" %% "scala-music-theory" % "0.2-SNAPSHOT"

resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

To test: sbt test To publish: sbt publish or just merge into master, a github action will take care about that

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages