truj / midica

A Music programming language. Translates source code into MIDI. Includes a player. Supports MIDI-Karaoke. Includes a MIDI analyzer.
https://www.midica.org/
Mozilla Public License 2.0
111 stars 13 forks source link

enable import/export from/to foreign formats using foreign tools #57

Closed truj closed 4 years ago

truj commented 4 years ago

Import: Call foreign command line tools to import from their file using a temporary MIDI file. Then import this file.

Export: Export to a temporary MIDI file. Then call the foreign tool to convert to their format.

Use cases:

TODOs: