C# Class DerelictComputer.VolumeEnvelopeFilter

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: derelictcomputer/PulseSequencer

Public Properties

Property Type Description
AttackTime float
Enabled bool
ReleaseTime float
SustainTime float

Public Methods

Method Description
Trigger ( double triggerTime ) : void

Private Methods

Method Description
OnAudioFilterRead ( float buffer, int channels ) : void

Method Details

Trigger() public method

public Trigger ( double triggerTime ) : void
triggerTime double
return void

Property Details

AttackTime public_oe property

public float AttackTime
return float

Enabled public_oe property

public bool Enabled
return bool

ReleaseTime public_oe property

public float ReleaseTime
return float

SustainTime public_oe property

public float SustainTime
return float