C# Class AlphaTab.Model.TuningParser

Datei anzeigen Open project: CoderLine/alphaTab

Public Properties

Property Type Description
TuningRegex JsRegExp

Public Methods

Method Description
GetTuningForText ( string str ) : int
IsTuning ( string name ) : bool

Checks if the given string is a tuning inticator.

Method Details

GetTuningForText() public static method

public static GetTuningForText ( string str ) : int
str string
return int

IsTuning() public static method

Checks if the given string is a tuning inticator.
public static IsTuning ( string name ) : bool
name string
return bool

Property Details

TuningRegex public_oe static_oe property

public static JsRegExp TuningRegex
return JsRegExp