Example #1
0
 public MultiNote(MultNoteCheckType checkType, byte velocity,
                  GuiDrumPad pad, byte noteTo,
                  float velMult, byte velAdd)
 {
     CheckType    = checkType;
     Velocity     = velocity;
     Pad          = pad;
     NoteTo       = noteTo;
     VelocityMult = velMult;
     VelocityAdd  = velAdd;
 }
Example #2
0
        public MultiNote(MultNoteCheckType checkType, byte velocity,
                         GuiDrumPad pad, byte noteTo,
                         float velMult, byte velAdd)
        {
            Velocity = velocity;
            CheckType = checkType;

            Pad = pad;
            NoteTo = noteTo;

            VelocityMult = velMult;
            VelocityAdd = velAdd;
        }