| /plugin/chordsheets/ |
| H A D | script.js | 118 function substChord(chord, transp) { argument 119 chord = normalizeChord(chord); 122 var x = notes.indexOf(chord); 128 function normalizeChord(chord) { argument 130 chord = chord.charAt(0).toUpperCase() + chord.slice(1); 132 if (chord == "A#") chord = "Bb"; 133 else if (chord == "Db") chord = "C#"; 134 else if (chord == "Cb") chord = "B"; 135 else if (chord == "D#") chord = "Eb"; 136 else if (chord == "E#") chord = "F"; [all …]
|
| H A D | CHANGELOG.md | 26 * It is possible to add whole chord sheets with a ultimate-uitar-ish syntax, hightlighting chords a… 29 …com/) syntax `%...[<chordname>]` *This may change in the future being wrapped by `<chord></chord>`*
|
| H A D | README.md | 3 Pretty and interactive chord sheets like on ultimate guitar for dokuwiki 17 To get a chord sheet, just put your sheet (for example from ultimate guitar) in the chordsheet tags: 43 …g the syntax of [JTab JS](http://jtab.tardate.com/). The rendered `Bm7b5` chord seen below is rend…
|
| H A D | plugin.info.txt | 6 desc Pretty and interactive chord sheets like on ultimate guitar for dokuwiki
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | MIDI-1.js | 38 switch(a[1]){case"chordname":if(!cfmt.chord) 39 cfmt.chord={} 40 if(!cfmt.chord.names) 41 cfmt.chord.names={} 42 cfmt.chord.names[a[2]]=a.slice(3) 44 case"chordprog":if(!cfmt.chord) 45 cfmt.chord={} 46 cfmt.chord.prog=a[2] 48 cfmt.chord.trans=Number(a[3].slice(7)) 53 if(!cfmt.chord) [all …]
|
| D | chord-1.js | 8 abc2svg.chord=function(first,voice_tb,cfmt){var chnm,i,k,vch,s,gchon,C=abc2svg.C,trans=48+(cfmt.cho… function 52 if(cfmt.chord.names){chnm=Object.create(abc2svg.chordnames) 53 for(k in cfmt.chord.names){vch="" 54 for(i=0;i<cfmt.chord.names[k].length;i++){s=cfmt.chord.names[k][i] 58 …length,id:"_chord",time:0,sym:{type:C.REST,time:0},instr:cfmt.chord.prog||0,vol:cfmt.chord.vol||.8} 67 gchon=cfmt.chord.gchon
|
| D | grid-1.js | 133 function build_chords(sb){var s,i,w,bt,rep,bars=[],chords=[],chord=[],beat=get_beat(voice_tb[0].met… 140 for(i=0;i<s.a_gch.length;i++){if(s.a_gch[i].type=='g'){if(!chord[beat_i]){chord[beat_i]=s.a_gch[i].… 141 w=abc.strwh(chord[beat_i])[0] 147 if(s.time<wm){if(chord.length){chords.push(chord) 150 chords.push(chord) 152 chord=[] 163 if(chord.length){bars.push('') 164 chords.push(chord)}
|
| D | snd-1.js | 156 if(cfmt.chord){if(!abc2svg.chord){abc2svg.pwait=true 157 abc2svg.loadjs("chord-1.js",function(){toaud.add(first,voice_tb,cfmt)},function(){cfmt.chord=null 160 abc2svg.chord(first,voice_tb,cfmt)}
|
| /plugin/chordsheets/js/ |
| H A D | jtab.js | 362 AddChord: function (chordName, chord) { argument 363 this.Chords[chordName] = chord; 608 this.text( // chord name 855 var chord = c.chordArray; 857 this.chord_fretboard(chord[0], c.chordName); 858 for (var i = 1; i < chord.length; i++) { 859 this.chord_note(chord[0], i, chord[i]);
|
| /plugin/abc2/ |
| D | all.css | 46 …chord-sequence{clear:both;height:0;font-size:0;line-height:0;margin:0;padding:0}.chord-sequence{ma…
|
| /plugin/abc2/abc-libraries/abc-ui/ |
| D | music.min.css | 7 …chord-sequence{clear:both;height:0;font-size:0;line-height:0;margin:0;padding:0}.chord-sequence{ma…
|
| /plugin/abc2/abc-libraries/abcjs/ |
| D | abcjs_plugin-midi_6.0.0-beta.25-min.js | 3 …chord?h:null),T.chord&&(h=T),"bar"===T.el_type){if(p){var S={abc:a.abc.substring(d,T.endChar)};(h=… property
|
| /plugin/passpolicy/ |
| D | words.txt | 657 chord
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | editor.worker.js | 1 …=2]="Indent",e[e.DeepIndent=3]="DeepIndent"}(qt||(qt={}));class Yt{static chord(e,t){return functi… method
|
| D | bundle.css | 3813 .monaco-keybinding > .monaco-keybinding-key-chord-separator {
|
| D | editor.worker.js.map | 1 …chord keybinding.\n */\nexport class ResolvedKeybinding {\n}\n","import { Iterable } from './itera…
|
| D | bundle.js.map | 1 …chord/src/array.js","webpack:///./node_modules/d3-chord/src/chord.js","webpack:///./node_modules/d…
|
| D | json.worker.js.map | 1 …chord keybinding.\n */\nexport class ResolvedKeybinding {\n}\n","import { Iterable } from './itera…
|
| D | bundle.js | 426 …ent=2]="Indent",e[e.DeepIndent=3]="DeepIndent"}(R||(R={}));class U{static chord(e,t){return Object…
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | editor.worker.js | 1 …=2]="Indent",e[e.DeepIndent=3]="DeepIndent"}(qt||(qt={}));class Yt{static chord(e,t){return functi… method
|
| D | bundle.css | 3813 .monaco-keybinding > .monaco-keybinding-key-chord-separator {
|
| D | bundle.js | 426 …ent=2]="Indent",e[e.DeepIndent=3]="DeepIndent"}(R||(R={}));class U{static chord(e,t){return Object…
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
| D | d3.min.js | 4 …for(var t=[],e=-1,r=n.length;++e<r;)t.push(Jr(n[e]));return t}},ao.layout.chord=function(){functio… 5 …e n.y,n.startAngle=n.y0,delete n.y0,n.endAngle=n.y1,delete n.y1,n},ao.svg.chord=function(){functio…
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …chord/src/math.js","webpack://mermaid/./node_modules/d3-chord/src/chord.js","webpack://mermaid/./n…
|