C# Class uxMidi.IO.MetaEvent

MIDI の演奏制御、メタデータに関するイベントを提供します。
Inheritance: Event
Mostra file Open project: nanase/ux

Public Methods

Method Description
GetTempo ( ) : double

このメタイベントのバイトデータをテンポデータと解釈し、テンポを取得します。

ToString ( ) : string

このインスタンスを表す文字列を取得します。

Private Methods

Method Description
Load ( BinaryReader br ) : void
MetaEvent ( int deltaTime, long tick, EventType type, BinaryReader br ) : System.IO

パラメータを指定して新しい MetaEvent クラスのインスタンスを初期化します。

Method Details

GetTempo() public method

このメタイベントのバイトデータをテンポデータと解釈し、テンポを取得します。
public GetTempo ( ) : double
return double

ToString() public method

このインスタンスを表す文字列を取得します。
public ToString ( ) : string
return string