Skip to content

IchigoJam/MML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MML.js

MML.js is a library of the music macro language on IchigoJam.

demo

Usage on Deno

import { MML } from "https://ichigojam.github.io/MML/MML.js";

const mml = "T180O5EEE2EEE2EGC.D8E2.R8 FFF.F8FEEEEDDCD2G2 EEE2EEE2EGC.D8E2.R8 FFF.F8FEEEGGFDC2.R";
const wav = MML.encode(mml, 30); // max30sec
await Deno.writeFile("example.wav", wav);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published