AudioSynthesis.Synthesis.Synthesizer.GetChannelVolume C# (CSharp) Method

GetChannelVolume() public method

public GetChannelVolume ( int channel ) : float
channel int
return float
        public float GetChannelVolume(int channel) { return synthChannels[channel].volume.Combined / 16383f; }
        public float GetChannelExpression(int channel) { return synthChannels[channel].expression.Combined / 16383f; }