Esempio n. 1
0
 public void Configure(int channel, int note, int velocity, Patch patch, SynthParameters synthParams)
 {
     voiceparams.Reset();
     voiceparams.channel     = channel;
     voiceparams.note        = note;
     voiceparams.velocity    = velocity;
     voiceparams.synthParams = synthParams;
     this.patch = patch;
 }