C# Class VJMIDINoteOutputModifier, fuze-vj-kit

Inheritance: VJBaseModifier
Show file Open project: unity3d-jp/fuze-vj-kit

Public Properties

Property Type Description
midiChannel MidiChannel
noteDurationSec float

Public Methods

Method Description
VJPerformAction ( GameObject go, float value ) : void

Private Methods

Method Description
_OutputNote ( int note, float value ) : IEnumerator

Method Details

VJPerformAction() public method

public VJPerformAction ( GameObject go, float value ) : void
go GameObject
value float
return void

Property Details

midiChannel public property

public MidiChannel midiChannel
return MidiChannel

noteDurationSec public property

public float noteDurationSec
return float