Home
last modified time | relevance | path

Searched refs:voice_tb (Results 1 – 15 of 15) sorted by relevance

/plugin/abc2/abc-libraries/abc2svg/
Dclip-1.js27 voice_tb=this.get_voice_tb(),cfmt=this.cfmt()
31 if(s2.time<voice_tb[this.get_cur_sy().top_voice].meter.wmeasure)
62 for(v=0;v<voice_tb.length;v++){p_voice=voice_tb[v]
74 for(v=0;v<voice_tb.length;v++){p_voice=voice_tb[v]
Dclair-1.js32 …nction(of){var s,m,mp,p_v,v,cfmt=this.cfmt(),tsfirst=this.get_tsfirst(),voice_tb=this.get_voice_tb…
115 for(v=0;v<voice_tb.length;v++){p_v=voice_tb[v]
128 var p_v,s,v,voice_tb=this.get_voice_tb(),staff_tb=this.get_staff_tb()
129 for(v=0;v<voice_tb.length;v++){p_v=voice_tb[v]
Dchord-1.js8 abc2svg.chord=function(first,voice_tb,cfmt){var chnm,i,k,vch,s,gchon,C=abc2svg.C,trans=48+(cfmt.cho… argument
58 vch={v:voice_tb.length,id:"_chord",time:0,sym:{type:C.REST,time:0},instr:cfmt.chord.prog||0,vol:cfm…
60 voice_tb.push(vch)
62 for(i=0;i<vch.v;i++){if(k<voice_tb[i].chn)
63 k=voice_tb[i].chn}
Dmdnn-1.js8 …c2svg.C,abc=this,cfmt=abc.cfmt(),cur_sy=abc.get_cur_sy(),voice_tb=abc.get_voice_tb(),sf=voice_tb[0…
12 voice_tb[0].key.k_a_acc=[]
13 voice_tb[0].clef.invis=true
15 for(s=voice_tb[0].sym;s;s=s.next){switch(s.type){case C.CLEF:s.invis=true
Dgrid2-1.js5 abc2svg.grid2={do_grid:function(){var s,v,p_v,ix,cs,c_a_cs,bt,voice_tb=this.get_voice_tb()
6 for(v=0;v<voice_tb.length;v++){p_v=voice_tb[v]
Dambitus-1.js5 abc2svg.ambitus={do_ambitus:function(){var C=abc2svg.C,s,v,p_v,min,max,voice_tb=this.get_voice_tb()
6 for(v=0;v<voice_tb.length;v++){p_v=voice_tb[v];if(p_v.second)
Dsth-1.js16 break}},set_sth:function(){var s,h,v,sth_a,p_voice,voice_tb=this.get_voice_tb()
17 for(v=0;v<voice_tb.length;v++){p_voice=voice_tb[v]
Djianpu-1.js7 of(p)},output_music:function(of){var C=abc2svg.C,abc=this,cur_sy=abc.get_cur_sy(),voice_tb=abc.get_…
10 function set_head(){var tsfirst=abc.get_tsfirst(),p_v=voice_tb[0],mt=p_v.meter.a_meter[0],sk=p_v.ke…
12 abc2svg.jianpu.cde2fcg[sk.k_mode]])},s2=voice_tb[0].sym
17 voice_tb[0].sym=s
91 for(v=0;v<voice_tb.length;v++)
92 set_sym(voice_tb[v])
Dbreak-1.js18 cfmt.break.push({m:c[1],t:d[1]*C.BLEN/d[2],sq:sq})}},do_break:function(){var i,m,t,brk,seq,voice_tb
19 v=this.get_cur_sy().top_voice,s1=voice_tb[v].sym,cfmt=this.cfmt()
Ddiag-1.js5 abc2svg.diag={do_diag:function(){var glyphs=this.get_glyphs(),voice_tb=this.get_voice_tb()
365 for(s=voice_tb[0].sym;s;s=s.next){if(!s.a_gch)
Dgrid-1.js125 …t_music:function(of){var C=abc2svg.C,abc=this,tsfirst=abc.get_tsfirst(),voice_tb=abc.get_voice_tb(…
133 …b){var s,i,w,bt,rep,bars=[],chords=[],chord=[],beat=get_beat(voice_tb[0].meter),wm=voice_tb[0].met…
171 if(grid){var C=abc2svg.C,tsfirst=this.get_tsfirst(),voice_tb=this.get_voice_tb(),p_v=voice_tb[this.…
Dgamelan-1.js7 of(p)},output_music:function(of){var C=abc2svg.C,abc=this,cur_sy=abc.get_cur_sy(),voice_tb=abc.get_…
92 for(v=0;v<voice_tb.length;v++)
93 set_sym(voice_tb[v])
Dabc2svg-1.js645 for(v=0;v<voice_tb.length;v++){p_voice=voice_tb[v]
1885 for(v=0;v<voice_tb.length;v++){var bm={},first_note=true;p_voice=voice_tb[v]
1921 for(v=0;v<voice_tb.length;v++){p_voice=voice_tb[v];s=p_voice.sym
1938 for(v=0;v<voice_tb.length;v++){p_voice=voice_tb[v]
1947 for(v=0;v<voice_tb.length;v++){p_voice=voice_tb[v]
1959 for(v=0;v<voice_tb.length;v++){p_voice=voice_tb[v]
1987 for(v=0;v<voice_tb.length;v++){p_voice=voice_tb[v]
2147 for(var i=0;i<voice_tb.length;i++){if(cur_sy.voices[i]&&cur_sy.voices[i].range>0)
2229 function draw_all_sym(){var p_voice,v,n=voice_tb.length
2257 for(v=0;v<n;v++){p_voice=voice_tb[v]
[all …]
Dsnd-1.js62 function ToAudio(){return{add:function(first,voice_tb,cfmt){var toaud=this,C=abc2svg.C,p_time=0,abc… argument
93 for(v=0;v<voice_tb.length;v++){p_v=voice_tb[v]
157 abc2svg.loadjs("chord-1.js",function(){toaud.add(first,voice_tb,cfmt)},function(){cfmt.chord=null
158 toaud.add(first,voice_tb,cfmt)})
160 abc2svg.chord(first,voice_tb,cfmt)}
/plugin/abc2/abc-libraries/abc-ui/
Dabc-ui-1.0.0.min.js8voice_tb.length;u++){n=voice_tb[u];if(n.second||!n.sym)continue;g(n)}}function draw_measnb(){var e…