Exemple #1
0
 internal SF2GenList(SF2 inSf2)
 {
     sf2       = inSf2;
     genAmount = new GenAmountType();
 }
Exemple #2
0
 internal SF2GenList(SF2 inSf2, SF2Generator operation, GenAmountType amount)
 {
     sf2       = inSf2;
     sfGenOper = operation;
     genAmount = amount;
 }
Exemple #3
0
 public void AddINSTGenerator(SF2Generator operation, GenAmountType genAmountType)
 {
     hydraChunk.igen_subchunk.AddGenerator(new SF2GenList(this, operation, genAmountType));
 }