Skip to content

Instantly share code, notes, and snippets.

View robertDouglass's full-sized avatar

Robert Douglass robertDouglass

View GitHub Profile
@robertDouglass
robertDouglass / index.html
Last active October 8, 2021 11:03
attempt to load a .musicxml file into OSMD from a base64 encoded string.
<!DOCTYPE html>
<html>
<head></head>
<body>
<div id="osmdContainer" />
<script src="opensheetmusicdisplay.min.js"></script>
<script>
function dataURLtoFile(dataurl, filename) {