|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamesbryangraves.bob.music.MusicEventGenerator
public abstract class MusicEventGenerator
| Constructor Summary | |
|---|---|
MusicEventGenerator()
|
|
| Method Summary | |
|---|---|
abstract java.util.Collection<MusicEvent> |
generateEvents(MusicContext musicContext,
long tick)
|
protected int |
getNoteValue(long resolution)
|
protected int |
upOrDown(int pitch)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MusicEventGenerator()
| Method Detail |
|---|
protected int getNoteValue(long resolution)
protected int upOrDown(int pitch)
public abstract java.util.Collection<MusicEvent> generateEvents(MusicContext musicContext,
long tick)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||