Skip to content

ColorWizardd/starling-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starling-go

A CLI for converting strings into MIDI sequences

Functionality

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.

Usage

.\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')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages