A CLI for converting strings into MIDI sequences
starling-go turns .txt files or raw string inputs into .mid files, usable in most places where .mid files can be used.
Currently, starling only accepts alphanumeric characters (which are converted to uppercase.) For now, whitespaces and special characters are removed while processing.
.\starling-go exampletext
# default arg: A raw string of text to be read.
# -f: Name of a .txt file to be read
# -o: Output directory (default 'out')
# -n: Name of the output file (omit the file extension, default 'out')