Uses of Interface
com.tagtraum.beatunes.KeyTextRenderer
-
Packages that use KeyTextRenderer Package Description com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.analysis Provides classes to steer the execution of analysis tasks and several analysis tasks and their editors.com.tagtraum.beatunes.keyrenderer Implementations forKeyTextRenderer. -
-
Uses of KeyTextRenderer in com.tagtraum.beatunes
Methods in com.tagtraum.beatunes that return KeyTextRenderer Modifier and Type Method Description KeyTextRendererGeneralPreferences. getKeyTextRenderer() -
Uses of KeyTextRenderer in com.tagtraum.beatunes.analysis
Methods in com.tagtraum.beatunes.analysis that return KeyTextRenderer Modifier and Type Method Description KeyTextRendererAnalyzeKey. getRenderer()Methods in com.tagtraum.beatunes.analysis with parameters of type KeyTextRenderer Modifier and Type Method Description static StringAnalyzeKey. getClassName(KeyTextRenderer renderer)Ruby and Python object's classnames are not the same after the JVM exists. -
Uses of KeyTextRenderer in com.tagtraum.beatunes.keyrenderer
Classes in com.tagtraum.beatunes.keyrenderer that implement KeyTextRenderer Modifier and Type Class Description classDefaultKeyTextRendererDefaultKeyTextRenderer.classId3KeyTextRendererId3 key text renderer.classMusicalKeyTextRendererMusical KeyTextRenderer.classOpenKeyNotationTextRendererRenders keys in Open Key NotationclassWallClockKeyNotationTextRendererRenders keys in Wall Clock Key Notation
-