C# Class uxMidi.IO.Event

MIDI の命令となるイベントを抽象化したクラスです。
Mostra file Open project: nanase/ux

Public Methods

Method Description
Event ( int deltaTime, long tick ) : System.IO

デルタタイムとティック位置を指定して新しい Event クラスのインスタンスを初期化します。

ParseDeltaTime ( BinaryReader br ) : int

デルタタイムを解析します。

ToString ( ) : string

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

Method Details

Event() public method

デルタタイムとティック位置を指定して新しい Event クラスのインスタンスを初期化します。
public Event ( int deltaTime, long tick ) : System.IO
deltaTime int
tick long
return System.IO

ParseDeltaTime() public static method

デルタタイムを解析します。
public static ParseDeltaTime ( BinaryReader br ) : int
br System.IO.BinaryReader 解析元となるバイトリーダ。
return int

ToString() public method

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