Skip to content

Instantly share code, notes, and snippets.

@ldct
Last active June 8, 2024 15:59
Show Gist options
  • Save ldct/318d4a0dbfa96101031b0864518142a8 to your computer and use it in GitHub Desktop.
Save ldct/318d4a0dbfa96101031b0864518142a8 to your computer and use it in GitHub Desktop.
teoria wrapper demo
➜ deno run teoria.ts Eb7add11
[ "eb", "g", "bb", "db", "ab" ]
import * as teoria from "npm:teoria";
let chordName = Deno.args[0];
console.log(teoria.default.chord(chordName).simple());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment