/* Using TavDiv */
// disable tabdiv processing on page load
Vex.Flow.TabDiv.SEL = null;
$(document).ready(function() {
// tabdiv - parse, create canvas, and draw
var tabDiv = new Vex.Flow.TabDiv("#tab");
// initialize tab player
var player = new TabPlayer({
'tabDiv': tabDiv,
'tempo': 120,
'notesPerBeat': 4,
'animation': true
});
});
forked from gregjopa/HTML5-Guitar-Tab-Player
-
Notifications
You must be signed in to change notification settings - Fork 1
A music player plug-in for Vexflow
FacundoMainere/HTML5-Guitar-Tab-Player
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A music player plug-in for Vexflow
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 97.5%
- CSS 2.5%