jacoby6000 / maestro-midi   0.1.1

MIT License GitHub

Just parses midi files. Nothing fancy. Useful if you want to do some stuff with a midi file.

Scala versions: 2.12 2.11

maestro-midi 0.1.0


Group ID:
com.github.jacoby6000
Artifact ID:
maestro-midi_2.12
Version:
0.1.0
Release Date:
Aug 3, 2017
Licenses:
MIT
Files:

libraryDependencies += "com.github.jacoby6000" %% "maestro-midi" % "0.1.0"

Mill build tool

ivy"com.github.jacoby6000::maestro-midi:0.1.0"

Scala CLI

//> using dep "com.github.jacoby6000::maestro-midi:0.1.0"

Ammonite REPL

import $ivy.`com.github.jacoby6000::maestro-midi:0.1.0`

<dependency>
  <groupId>com.github.jacoby6000</groupId>
  <artifactId>maestro-midi_2.12</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.github.jacoby6000', name: 'maestro-midi_2.12', version: '0.1.0'