Searched refs:clef_type_start (Results 1 – 1 of 1) sorted by relevance
4384 function set_auto_clef(st,s_start,clef_type_start){var s,min,max,time,s2,s3;max=12;min=20 argument4397 if(min>=19||(min>=13&&clef_type_start!='b'))4399 if(max<=13||(max<=19&&clef_type_start!='t'))4401 if(clef_type_start=='a'){if((max+min)/2>=16)4402 clef_type_start='t'4404 clef_type_start='b'}4405 var clef_type=clef_type_start,s_last=s,s_last_chg=null4428 if(!s_last_chg){clef_type=clef_type_start=clef_type=='t'?'b':'t';s_last_chg=s4442 return clef_type_start}