|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SongPhrase
public class SongPhrase
Class that holds phrases that can be used
Constructor Summary | |
---|---|
SongPhrase()
|
Method Summary | |
---|---|
static jm.music.data.Phrase |
AG1()
Class method that returns the first phrase of Amazing Grace |
static jm.music.data.Phrase |
AG2()
Class method that returns the second phrase of Amazing Grace |
static jm.music.data.Phrase |
house()
Class method that returns a phrase from The House of the Rising Sun |
static jm.music.data.Phrase |
pattern1()
Class method that returns a pattern |
static jm.music.data.Phrase |
pattern2()
Class method that returns a phrase with a second pattern |
static jm.music.data.Phrase |
random()
Class method that returns a phrase with random notes in it |
static jm.music.data.Phrase |
randomAboveC()
Class method that returns a phrase with random notes in it which are above middle C |
static jm.music.data.Phrase |
rhythm1()
Class method that returns a phrase with a rhythm in it |
static jm.music.data.Phrase |
riff1()
Class method that returns a little riff |
static jm.music.data.Phrase |
riff2()
Class method that returns a second little riff |
static jm.music.data.Phrase |
riff3()
Class method that returns a third little riff |
static jm.music.data.Phrase |
riff4()
Class method that returns a fourth little riff |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SongPhrase()
Method Detail |
---|
public static jm.music.data.Phrase AG1()
public static jm.music.data.Phrase AG2()
public static jm.music.data.Phrase house()
public static jm.music.data.Phrase riff1()
public static jm.music.data.Phrase riff2()
public static jm.music.data.Phrase riff3()
public static jm.music.data.Phrase riff4()
public static jm.music.data.Phrase pattern1()
public static jm.music.data.Phrase pattern2()
public static jm.music.data.Phrase rhythm1()
public static jm.music.data.Phrase random()
public static jm.music.data.Phrase randomAboveC()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |