CSharpSynth.Synthesis.Voice.Voice C# (CSharp) Method

Voice() public method

public Voice ( StreamSynthesizer synth ) : System
synth StreamSynthesizer
return System
        public Voice(StreamSynthesizer synth)
        {
            resetVoice();
            this.synth = synth;
            this.inst = null;
        }

Same methods

Voice::Voice ( StreamSynthesizer synth, CSharpSynth.Banks.Instrument inst ) : System