public class Note extends Object implements Comparable<Note>
| Modifier and Type | Field and Description |
|---|---|
int |
channel |
InstrumentParameter |
instrument |
int |
note |
int |
position |
int |
vel |
| Constructor and Description |
|---|
Note(int position,
int noteOffset,
int vel,
int channel,
InstrumentParameter instrument) |
public int position
public int note
public int vel
public int channel
public InstrumentParameter instrument
public Note(int position,
int noteOffset,
int vel,
int channel,
InstrumentParameter instrument)
position - noteOffset - vel - channel - instrument - public int compareTo(Note n)
compareTo in interface Comparable<Note>Copyright © 2021 Markus Heberling. All rights reserved.