C# Class AudioChannel, unity_synthesizer

Inheritance: MonoBehaviour
Datei anzeigen Open project: calvinbaart/unity_synthesizer Class Usage Examples

Public Properties

Property Type Description
ChannelId int
Clips List
NumChannels int
SampleRate int
changed bool
coarseExpression int
coarsePan int
coarseVolume int
data float[]
fineExpression int
finePan int
fineVolume int
instrument Instrument,
pitchBend float
rvt float
sustain bool
volume float

Public Methods

Method Description
Apply ( ) : void
AudioChannel ( int channelID ) : System.Collections.Generic
Reset ( ) : void
ResetData ( ) : void
SetReverb ( float rvt ) : void

Method Details

Apply() public method

public Apply ( ) : void
return void

AudioChannel() public method

public AudioChannel ( int channelID ) : System.Collections.Generic
channelID int
return System.Collections.Generic

Reset() public method

public Reset ( ) : void
return void

ResetData() public method

public ResetData ( ) : void
return void

SetReverb() public method

public SetReverb ( float rvt ) : void
rvt float
return void

Property Details

ChannelId public_oe property

public int ChannelId
return int

Clips public_oe property

public List Clips
return List

NumChannels public_oe static_oe property

public static int NumChannels
return int

SampleRate public_oe static_oe property

public static int SampleRate
return int

changed public_oe property

public bool changed
return bool

coarseExpression public_oe property

public int coarseExpression
return int

coarsePan public_oe property

public int coarsePan
return int

coarseVolume public_oe property

public int coarseVolume
return int

data public_oe property

public float[] data
return float[]

fineExpression public_oe property

public int fineExpression
return int

finePan public_oe property

public int finePan
return int

fineVolume public_oe property

public int fineVolume
return int

instrument public_oe property

public Instrument, instrument
return Instrument,

pitchBend public_oe property

public float pitchBend
return float

rvt public_oe property

public float rvt
return float

sustain public_oe property

public bool sustain
return bool

volume public_oe property

public float volume
return float