C# Class AlphaTab.Audio.GeneralMidi

This public class provides names for all general midi instruments.
Show file Open project: CoderLine/alphaTab

Public Methods

Method Description
GetValue ( string name ) : int
IsPiano ( int program ) : bool

Method Details

GetValue() public static method

public static GetValue ( string name ) : int
name string
return int

IsPiano() public static method

public static IsPiano ( int program ) : bool
program int
return bool