Class SongPhrase
java.lang.Object
SongPhrase
- public class SongPhrase
- extends Object
Method Summary |
static jm.music.data.Phrase |
AG1()
|
static jm.music.data.Phrase |
AG2()
|
static jm.music.data.Phrase |
house()
|
static jm.music.data.Phrase |
pattern1()
|
static jm.music.data.Phrase |
pattern2()
|
static jm.music.data.Phrase |
random()
|
static jm.music.data.Phrase |
randomAboveC()
|
static jm.music.data.Phrase |
rhythm1()
|
static jm.music.data.Phrase |
riff1()
|
static jm.music.data.Phrase |
riff2()
|
static jm.music.data.Phrase |
riff3()
|
static jm.music.data.Phrase |
riff4()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SongPhrase
public SongPhrase()
AG1
public static jm.music.data.Phrase AG1()
AG2
public static jm.music.data.Phrase AG2()
house
public static jm.music.data.Phrase house()
riff1
public static jm.music.data.Phrase riff1()
riff2
public static jm.music.data.Phrase riff2()
riff3
public static jm.music.data.Phrase riff3()
riff4
public static jm.music.data.Phrase riff4()
pattern1
public static jm.music.data.Phrase pattern1()
random
public static jm.music.data.Phrase random()
randomAboveC
public static jm.music.data.Phrase randomAboveC()
pattern2
public static jm.music.data.Phrase pattern2()
rhythm1
public static jm.music.data.Phrase rhythm1()