Uses of Class
org.episteme.social.arts.music.Note
Packages that use Note
Package
Description
Core functionality for the org.episteme.social.arts.loaders package in the Episteme library.
- musical notes, instruments, compositions.
-
Uses of Note in org.episteme.social.arts.loaders
Methods in org.episteme.social.arts.loaders that return NoteModifier and TypeMethodDescriptionMusicXMLBridge.convertNote(MusicXMLNote mxmlNote) Converts MusicXML note to Episteme Note. -
Uses of Note in org.episteme.social.arts.music
Fields in org.episteme.social.arts.music declared as NoteMethods in org.episteme.social.arts.music that return NoteModifier and TypeMethodDescriptionstatic NoteNote.fromMidi(int midiNote, double durationValue) static NoteMethods in org.episteme.social.arts.music that return types with arguments of type NoteModifier and TypeMethodDescriptionAudioNoteExtractor.extractNotes(Real[] signal, int windowSize) Extracts a sequence of notes from a raw audio signal.Measure.getNotes()Track.getNotes()Methods in org.episteme.social.arts.music with parameters of type NoteModifier and TypeMethodDescriptionvoidvoidbooleanChecks if the instrument can play a note.Method parameters in org.episteme.social.arts.music with type arguments of type NoteModifier and TypeMethodDescriptionstatic List<CounterpointChecker.Violation> Checks a sequence of notes against basic Fux counterpoint rules.static List<CounterpointChecker.Violation> CounterpointChecker.checkParallelism(List<Note> cantusFirmus, List<Note> counterpoint) Detects parallel fifths and octaves between two voices.static booleanCounterpointChecker.checkVoiceRange(List<Note> voice, int maxInterval) Checks if the range of the voice is within a reasonable limit (e.g., 10th).MusicalPatternMatcher.findRepeatedIntervals(List<Note> melody, int length) Finds repeated melodic intervals in a note sequence.static booleanCounterpointEngine.isMelodicallyNatural(List<Note> melody) Validates melodic motion (conjunct vs disjunct).static RealMusicalPatternMatcher.rhythmicEntropy(List<Note> score) Calculates rhythmic entropy of a sequence.