Skip to content

YYH-NJ/Modulo12

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modulo12

Sql Query Engine for Midi and Music XML files

Build Status Join the chat at https://gitter.im/Khalian/Modulo12

Development commands

# Clean up dependency cache
sbt clean

# SBT Compile
sbt compile

# Run tests
sbt test

# Format files
sbt scalafmt

# This command launches VS Code for development. 
# I am not proscribing using VSCode, but dotty and sbt supports it natively.
sbt launchIDE

# SBT repl server (once you start this you can just write test instead of full sbt and it will run in repl)
sbt

# SBT debug server (Note the 5005 is the remote jvm debug port. You can use your ide to hook to it and then debug tests by running test)
sbt -jvm-debug 5005

About

Sql Query Engine for Midi files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 94.7%
  • ANTLR 5.3%