| Constructor and Description |
|---|
Patch(int bank,
int program)
Create a Patch object, specifying the bank and program in which this Patch
is located.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBank()
Get the bank in which this Patch is located.
|
int |
getProgram()
Get the program in which this Patch is located.
|
public Patch(int bank, int program)
bank - the bank in which this Patch is locatedprogram - the program in which this Patch is locatedpublic int getBank()
public int getProgram()