|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopenpiano.midi.Bpm
public class Bpm
The Bpm class consists time-based beats per minutes events
| Constructor Summary | |
|---|---|
Bpm(MetaMessage metaMessage,
long tick)
Constructs a new beats per minute event |
|
| Method Summary | |
|---|---|
int |
getBpm()
Returns the beats per minute |
long |
getTick()
Returns the start tick of the beats per minute event |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Bpm(MetaMessage metaMessage,
long tick)
metaMessage - the MIDI message containing informations about beats per minutetick - the start tick to handle the MIDI message| Method Detail |
|---|
public long getTick()
public int getBpm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||