Exemple #1
0
 public static void RemoveTabString(this IAttNoteGesTablature e)
 {
     MeiAtt_controller.RemoveAttribute(e, "tab.string");
 }
Exemple #2
0
 public static bool HasTabString(this IAttNoteGesTablature e)
 {
     return(MeiAtt_controller.HasAttribute(e, "tab.string"));
 }
Exemple #3
0
 public static void RemoveTabFret(this IAttNoteGesTablature e)
 {
     MeiAtt_controller.RemoveAttribute(e, "tab.fret");
 }
Exemple #4
0
 public static void SetTabString(this IAttNoteGesTablature e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "tab.string", _val);
 }
Exemple #5
0
 public static XAttribute GetTabFret(this IAttNoteGesTablature e)
 {
     return(MeiAtt_controller.GetAttribute(e, "tab.fret"));
 }