Slide 9
Slide 9 text
Text to Music files
Text to MIDI
- antlr-kotlin to parse its syntax (in C# it was jay)
- generates standard MIDI file (SMF), or SMF2-alike
- embeddable to any Kotlin app
MIDI to some XML-based DAW project files
- ended up building my own .NET XML API ports
(XmlReader, XmlWriter, XLinq)
- XmlSerializer... no reflection in Kotlin, so codegen w/ KSP