Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
/ midi2musicxml Public archive

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 is no longer maintained, please use tyouseisientool. https://github.com/sigprogramming/tyouseisientool

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 release binaries

vi build.gradle.kts
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.

About

A converter from MIDI and Lyric text to musicxml for NEUTRINO

Resources

Stars

Watchers

Forks

Packages

No packages published