C# Class uxMidi.DrumPreset

ドラムまたはノイズのプリセットを表します。
Afficher le fichier Open project: nanase/ux

Méthodes publiques

Méthode Description
DrumPreset ( int number, int note, IEnumerable initHandles ) : System.Collections.Generic

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

Method Details

DrumPreset() public méthode

パラメータを指定して新しい DrumPreset クラスのインスタンスを初期化します。
public DrumPreset ( int number, int note, IEnumerable initHandles ) : System.Collections.Generic
number int プログラムナンバー。
note int ドラムのノートナンバー。
initHandles IEnumerable 初期化時に実行されるハンドルの列挙子。
Résultat System.Collections.Generic