C# Class DerelictComputer.VolumeEnvelopeFilter

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: derelictcomputer/PulseSequencer

Méthodes publiques

Свойство Type Description
AttackTime float
Enabled bool
ReleaseTime float
SustainTime float

Méthodes publiques

Méthode Description
Trigger ( double triggerTime ) : void

Private Methods

Méthode Description
OnAudioFilterRead ( float buffer, int channels ) : void

Method Details

Trigger() public méthode

public Trigger ( double triggerTime ) : void
triggerTime double
Résultat void

Property Details

AttackTime public_oe property

public float AttackTime
Résultat float

Enabled public_oe property

public bool Enabled
Résultat bool

ReleaseTime public_oe property

public float ReleaseTime
Résultat float

SustainTime public_oe property

public float SustainTime
Résultat float