Home
last modified time | relevance | path

Searched refs:jtab (Results 1 – 5 of 5) sorted by relevance

/plugin/chordsheets/js/
H A Djtab.js34 var jtab = { variable
352 for (var key in jtab.Chords) {
397 this.scale = jtab.WesternScale;
399 this.baseChords = jtab.Chords;
889 jtab.characterize = function (notation) {
927 jtab.getStyle = function (element, style) {
941 jtab.setPalette = function (element) {
942 var fgColor = jtab.getStyle(jQuery(element), 'color');
949 bgColor = jtab.getStyle(jQuery(element), 'background-color');
960 jtab.render = function (element, notation_text) {
[all …]
H A Djtab.min.js1jtab.WesternScale,this.baseNotes=this.scale.BaseNotes,this.baseChords=jtab.Chords,this.chordArray=… variable
/plugin/chordsheets/
H A DCHANGELOG.md29 * Adding custom chords using the [jtab](http://jtab.tardate.com/) syntax `%...[<chordname>]` *This …
H A DREADME.md43 Single chords can be displayed using the syntax of [JTab JS](http://jtab.tardate.com/). The rendere…
H A Dscript.js7 jtab.renderimplicit(null);