|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Note | |
|---|---|
| org.jfugue | |
| org.jfugue.extras | |
| Uses of Note in org.jfugue |
|---|
| Methods in org.jfugue that return Note | |
|---|---|
static Note |
MusicStringParser.getNote(Pattern pattern)
Parses a pattern which presumably contains one token, which is a note. |
static Note |
MusicStringParser.getNote(java.lang.String string)
Parses a string which presumably contains one token, which is a note. |
| Methods in org.jfugue with parameters of type Note | |
|---|---|
abstract void |
EasyAnticipatorListener.extendedNoteEvent(Voice voice,
Instrument instrument,
Note note)
|
Pattern |
IntervalNotation.getPatternForRootNote(Note rootNote)
|
Pattern |
Rhythm.getPatternWithInterval(Note rootNote)
|
static Pattern |
MusicalEffects.hammerOn(Note note1,
Note note2,
double duration,
int numHammers)
Returns a Pattern that plays two notes in rapid succession (for a total of each note being played numHammers times) over the given duration. |
void |
StreamingMidiRenderer.noteEvent(Note note)
|
void |
PatternTransformer.noteEvent(Note note)
Extend this method to make your transformer modify the note. |
void |
ParserListenerAdapter.noteEvent(Note note)
Called when the parser encounters an initial note event. |
void |
ParserListener.noteEvent(Note note)
Called when the parser encounters an initial note event. |
void |
MusicXmlRenderer.noteEvent(Note note)
|
void |
MusicStringRenderer.noteEvent(Note note)
|
void |
MidiRenderer.noteEvent(Note note)
|
void |
EasyAnticipatorListener.noteEvent(Note note)
|
void |
DurationPatternTool.noteEvent(Note note)
|
void |
CollatedParserListener.noteEvent(Note note)
|
void |
StreamingMidiRenderer.parallelNoteEvent(Note note)
|
void |
PatternTransformer.parallelNoteEvent(Note note)
Extend this method to make your transformer modify the note. |
void |
ParserListenerAdapter.parallelNoteEvent(Note note)
Called when the parser encounters a parallel note event. |
void |
ParserListener.parallelNoteEvent(Note note)
Called when the parser encounters a parallel note event. |
void |
MusicXmlRenderer.parallelNoteEvent(Note note)
|
void |
MusicStringRenderer.parallelNoteEvent(Note note)
|
void |
MidiRenderer.parallelNoteEvent(Note note)
|
void |
EasyAnticipatorListener.parallelNoteEvent(Note note)
|
void |
CollatedParserListener.parallelNoteEvent(Note note)
|
void |
StreamingMidiRenderer.sequentialNoteEvent(Note note)
|
void |
PatternTransformer.sequentialNoteEvent(Note note)
Extend this method to make your transformer modify the note. |
void |
ParserListenerAdapter.sequentialNoteEvent(Note note)
Called when the parser encounters a sequential note event. |
void |
ParserListener.sequentialNoteEvent(Note note)
Called when the parser encounters a sequential note event. |
void |
MusicXmlRenderer.sequentialNoteEvent(Note note)
|
void |
MusicStringRenderer.sequentialNoteEvent(Note note)
|
void |
MidiRenderer.sequentialNoteEvent(Note note)
|
void |
EasyAnticipatorListener.sequentialNoteEvent(Note note)
|
void |
CollatedParserListener.sequentialNoteEvent(Note note)
|
static Pattern |
MusicalEffects.slide(Note note1,
Note note2,
double duration,
int numSteps)
Returns a Pattern that plays a slide between two notes over the given duration. |
static Pattern |
MusicalEffects.trill(Note note1,
Note note2,
double duration,
int numSteps)
Right now, this is a pass-through to hammerOn() |
| Uses of Note in org.jfugue.extras |
|---|
| Methods in org.jfugue.extras with parameters of type Note | |
|---|---|
void |
ReversePatternTransformer.noteEvent(Note note)
|
void |
InvertPatternTransformer.noteEvent(Note note)
Transforms the given note |
void |
IntervalTransformer.noteEvent(Note note)
|
void |
IntervalPatternTransformer.noteEvent(Note note)
Transforms the given note |
void |
GetPatternForVoiceTool.noteEvent(Note note)
Called when the parser encounters an initial note event. |
void |
DurationPatternTransformer.noteEvent(Note note)
Transforms the given note |
void |
DiatonicIntervalPatternTransformer.noteEvent(Note note)
Transforms the given note |
void |
ReversePatternTransformer.parallelNoteEvent(Note note)
|
void |
InvertPatternTransformer.parallelNoteEvent(Note note)
Transforms the given note |
void |
IntervalPatternTransformer.parallelNoteEvent(Note note)
Transforms the given note |
void |
GetPatternForVoiceTool.parallelNoteEvent(Note note)
Called when the parser encounters a parallel note event. |
void |
DurationPatternTransformer.parallelNoteEvent(Note note)
Transforms the given note |
void |
DiatonicIntervalPatternTransformer.parallelNoteEvent(Note note)
Transforms the given note |
void |
ReversePatternTransformer.sequentialNoteEvent(Note note)
|
void |
InvertPatternTransformer.sequentialNoteEvent(Note note)
Transforms the given note |
void |
IntervalPatternTransformer.sequentialNoteEvent(Note note)
Transforms the given note |
void |
GetPatternForVoiceTool.sequentialNoteEvent(Note note)
Called when the parser encounters a sequential note event. |
void |
DurationPatternTransformer.sequentialNoteEvent(Note note)
Transforms the given note |
void |
DiatonicIntervalPatternTransformer.sequentialNoteEvent(Note note)
Transforms the given note |
| Constructors in org.jfugue.extras with parameters of type Note | |
|---|---|
InvertPatternTransformer(Note note)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||