Uses of Class
org.episteme.social.arts.music.Part
Packages that use Part
Package
Description
Core functionality for the org.episteme.social.arts.loaders package in the Episteme library.
- musical notes, instruments, compositions.
-
Uses of Part in org.episteme.social.arts.loaders
Methods in org.episteme.social.arts.loaders that return PartModifier and TypeMethodDescriptionMusicXMLBridge.convertPart(MusicXMLPart mxmlPart) Converts MusicXML part to Episteme Part. -
Uses of Part in org.episteme.social.arts.music
Methods in org.episteme.social.arts.music that return types with arguments of type PartMethods in org.episteme.social.arts.music with parameters of type PartModifier and TypeMethodDescriptionvoidvoidConstructor parameters in org.episteme.social.arts.music with type arguments of type PartModifierConstructorDescriptionComposition(String name, String description, TimeCoordinate productionDate, Place productionPlace, KeySignature keySignature, double tempoBpm, TimeSignature timeSignature, List<Part> parts)