edu.cmu.etc.jamodrum
Class PadInputData

java.lang.Object
  |
  +--edu.cmu.etc.jamodrum.PadInputData

public class PadInputData
extends java.lang.Object

Title: Jam-O-Drum Description: Copyright: Copyright (c) 2001 Company:

Version:
1.0
Author:
Entertainment Technology Center

Field Summary
(package private)  short mPad
           
(package private)  int mVelocity
           
 
Constructor Summary
PadInputData(short inWhichPad, int inVelocity)
           
 
Method Summary
 short getPadIndex()
           
 int getPadVelocity()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mPad

short mPad

mVelocity

int mVelocity
Constructor Detail

PadInputData

public PadInputData(short inWhichPad,
                    int inVelocity)
Method Detail

getPadIndex

public short getPadIndex()

getPadVelocity

public int getPadVelocity()