Skip to content

A converter from MIDI and Lyric text to musicxml for NEUTRINO

Notifications You must be signed in to change notification settings

kaibadash/midi2musicxml

Repository files navigation

midi2musicxml

This is a converter from MIDI and Lyric text to musicxml for NEUTRINO.

Features

  • Convert from a MIDI file and text file to musicxml.
  • Support Kanji lyric.
  • Call NEUTRINO.
  • Support both GUI and CUI
  • English / Japanese

Requirements

  • Java 11 and Later

Usage

CUI

midi2musicxml [midi file] [options]

OPTIONS
-t input-text-file-lyrics
  Specify a input file of lyrics. STDIN is read if the file is not specified.
-o output-file-xml
  Specify a path to the output xml file. By default, the output is [path to mid].musicxml.
-n path-to-neutrino-directory
   Call NEUTRINO if it is specified.
-s
  Ignore warnings.
--help
  Print help.

GUI

image

Download and Setup

You can download from release page.

Mac

Just install it.

Windows

Read me

Build relase binaries

git tag v1.2.3
git push --tags

Contributing

As you like! You can post issues and pull requests.

License

MIT License. Copyright 2020 kaiba.