Exemplo n.º 1
0
 public Voice(StreamSynthesizer synth, Instrument inst)
 {
     resetVoice();
     this.synth = synth;
     setInstrument(inst);
 }
Exemplo n.º 2
0
 //--Public Methods
 public Voice(StreamSynthesizer synth)
 {
     resetVoice();
     this.synth = synth;
     this.inst  = null;
 }