Skip to content

Vampi MML service

new toy

Technical discussion which is not directly related to VGM files. Talk about Hardware and Software.

Moderator: Staff

Vampi MML service

Post by vampirefrog »

Hello, I've created a mml to mp3 service which you can try out here: https://mml.vampi.tech

Here is Mary Had a Little Lamb: https://mml.vampi.tech/?mml=t140%20o5l8 ... %3Eb%3Cgc4

It uses mml2smf to parse the MML, (see here for flavor of MML), timidity, and lame.

Here is the source code.

Because of the really simple MML flavor, which is meant to consist of one-liners only, there is no voice selection and everything is the default piano. If anyone can find a MML to SMF (

Code: Select all

.mid
) converter with a more ample flavor, I might switch to that. For now it's a quick hack, took me a few hours to make it and I'm fairly happy for my needs. I need it for a livestream TTS widget, to add music support to it as a toy.