flat-embed
Advanced tools
Changelog
2024-01-03: v2.3.0
lazy
option to add a loading="lazy"
attribute to the created iframeChangelog
2023-10-02: v2.1.0
getNbParts
getPartsUuids
getMeasureVoicesUuids
getMeasureNbNotes
getNoteData
playbackPositionToNoteIdx
noAudio
to disable audio playbacksetMasterVolume
not calling the correct underlying methodChangelog
2023-09-27: v2.0.0
Breaking changes:
var container = $('#embed-container');
var embed = new Flat.Embed(container[0], {
// your options
});
New features: