Uses of Class
eu.bandm.music.applications.feldproj.FeldmanProjection_n
Packages that use FeldmanProjection_n
-
Uses of FeldmanProjection_n in eu.bandm.music.applications.feldproj
Fields in eu.bandm.music.applications.feldproj declared as FeldmanProjection_nModifier and TypeFieldDescription(package private) FeldmanProjection_nGenerate_1.outScoreThe generated result(package private) final FeldmanProjection_nAnalysesSecundumCline.Regions.score(package private) final FeldmanProjection_nAnalysesSecundumCline.scorefinal FeldmanProjection_nAnalysisPianoHands.scoreNeeded to step through the time points, identify pauses, and get event ends.protected FeldmanProjection_nFeldmanProjections.scoreCurrently selected scoreprotected final FeldmanProjection_nFeldmanVisual.scoreThe score data which is rendered by this instance.(package private) FeldmanProjection_nGenerate_3.scoreThe generated result.protected final FeldmanProjection_nMidiInterpretation2.scoreThe data to translateMethods in eu.bandm.music.applications.feldproj that return FeldmanProjection_nModifier and TypeMethodDescriptionstatic @Opt FeldmanProjection_nFeldmanProjection_n.fromFile(File inputfile, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) static @Opt FeldmanProjection_nGenerate_1.fromFile(File inputfile, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, long seed) static @Opt FeldmanProjection_nFeldmanProjection_n.fromStream(InputStream inputstream, String sourceIndication, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) static @Opt FeldmanProjection_nGenerate_1.fromStream(InputStream inputstream, String sourceIndication, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, long seed) Reads the tscore source data for the meta data and returns the synthetic outScore derived from it.(package private) @Opt FeldmanProjection_nGenerate_1.generate(long randomSeed) Generates the output score.(package private) FeldmanProjection_nGenerate_3.generate()Generate the FeldmanProjection_n score object ex ovo and determinstically.Methods in eu.bandm.music.applications.feldproj with parameters of type FeldmanProjection_nModifier and TypeMethodDescription(package private) static AnalysesSecundumCline.PerRegisterAnalysesSecundumCline.displayVoices(FeldmanProjection_n score, String scoreName, String... voicenames) static voidAnalysisPianoHands.findMultiStops(FeldmanProjection_n score, String name, String vname) Looks in the voice with the given name in the given score data for multistops.static voidAnalysisPianoHands.findMultiStops1(FeldmanProjection_n score, String name, String vname) Looks in the voice with the given name in the given score data for multistops.(package private) static voidAnalysesSecundumCline.perInstrumwent(FeldmanProjection_n score, String scoreName, String... voicenames) (package private) static voidAnalysesSecundumCline.printAllRegions(int i, FeldmanProjection_n score, boolean hasMulti, String... voiceNames) voidAnalysesSecundumCline.PerRegister.reflect(FeldmanProjection_n score, Vox v) voidAnalysesSecundumCline.PerRegister.reflect(FeldmanProjection_n score, Collection<Event> evs) (package private) static voidAnalysesSecundumCline.soundEventsByDuration(String scoreName, FeldmanProjection_n score, String... voiceNames) Constructors in eu.bandm.music.applications.feldproj with parameters of type FeldmanProjection_nModifierConstructorDescription(package private)AnalysesSecundumCline(FeldmanProjection_n score, String scoreName, boolean hasMulti, String... voiceNames) Only constructor.FeldmanVisual(FeldmanProjection_n score, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr, @Opt Color backgroundColor) MidiInterpretation2(FeldmanProjection_n score, MessageReceiver<SimpleMessage<?>> msg, PcSet pcSet, Long randomSeed, MidiInterpretation2.Method method) Only constructor(package private)Regions(String scoreName, FeldmanProjection_n score, boolean hasMulti)