Uses of Class
com.tagtraum.audiokern.AudioSong.Instrumentation
-
Packages that use AudioSong.Instrumentation Package Description com.tagtraum.audiokern Core audio classes for decoding, playing and analyzing audio data.com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.library Classes that load and manage the library.com.tagtraum.beatunes.library.filesystem Implementation of a file system based music library.com.tagtraum.beatunes.library.itunes Implementation of an iTunes-based music library.com.tagtraum.beatunes.onlinedb Classes for accessing the online database.com.tagtraum.beatunes.songtable com.tagtraum.beatunes.songtable.renderer Table cell renderers.com.tagtraum.ubermusic.acousticbrainz Web service implementing theUberMusicinterface to download high level data from the AcousticBrainz.com.tagtraum.ubermusic.beatport com.tagtraum.ubermusic.coverartarchive Web service implementing theUberMusicinterface to download artwork from the Cover Art Archive.com.tagtraum.ubermusic.discogs com.tagtraum.ubermusic.lastfm Last.FM webservice. -
-
Uses of AudioSong.Instrumentation in com.tagtraum.audiokern
Methods in com.tagtraum.audiokern that return AudioSong.Instrumentation Modifier and Type Method Description AudioSong.InstrumentationAudioMetaData. getInstrumentation()default AudioSong.InstrumentationAudioSong. getInstrumentation()Indicates whether this song qualifies as "electronic" or "acoustic".default AudioSong.InstrumentationAudioSong. getInstrumentationBasedOnGenreAndTags()static AudioSong.InstrumentationAudioSong.Instrumentation. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioSong.Instrumentation[]AudioSong.Instrumentation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tagtraum.audiokern with parameters of type AudioSong.Instrumentation Modifier and Type Method Description voidAudioMetaData. setInstrumentation(AudioSong.Instrumentation instrumentation)voidAudioSong. setInstrumentation(AudioSong.Instrumentation instrumentation)Sets the instrumentation property.voidReadOnlyAudioSong. setInstrumentation(AudioSong.Instrumentation instrumentation)voidURLAudioSong. setInstrumentation(AudioSong.Instrumentation instrumentation) -
Uses of AudioSong.Instrumentation in com.tagtraum.beatunes
Fields in com.tagtraum.beatunes with type parameters of type AudioSong.Instrumentation Modifier and Type Field Description static Property<AudioSong.Instrumentation>Property. INSTRUMENTATION_PROPERTY -
Uses of AudioSong.Instrumentation in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return AudioSong.Instrumentation Modifier and Type Method Description AudioSong.InstrumentationAudioSongFacade. getInstrumentation()AudioSong.InstrumentationSong. getInstrumentation()AudioSong.InstrumentationSongAnnotation. getInstrumentation()Methods in com.tagtraum.beatunes.library with parameters of type AudioSong.Instrumentation Modifier and Type Method Description voidSong. setInstrumentation(AudioSong.Instrumentation instrumentation)voidSongAnnotation. setInstrumentation(AudioSong.Instrumentation instrumentation) -
Uses of AudioSong.Instrumentation in com.tagtraum.beatunes.library.filesystem
Methods in com.tagtraum.beatunes.library.filesystem with parameters of type AudioSong.Instrumentation Modifier and Type Method Description voidFileSystemAudioSong. setInstrumentation(AudioSong.Instrumentation instrumentation) -
Uses of AudioSong.Instrumentation in com.tagtraum.beatunes.library.itunes
Methods in com.tagtraum.beatunes.library.itunes with parameters of type AudioSong.Instrumentation Modifier and Type Method Description voidITunesAudioSong. setInstrumentation(AudioSong.Instrumentation instrumentation) -
Uses of AudioSong.Instrumentation in com.tagtraum.beatunes.onlinedb
Methods in com.tagtraum.beatunes.onlinedb that return AudioSong.Instrumentation Modifier and Type Method Description AudioSong.InstrumentationReferenceSong. getInstrumentation()AudioSong.InstrumentationReferenceSong. getInstrumentationProperty(String name) -
Uses of AudioSong.Instrumentation in com.tagtraum.beatunes.songtable
Constructor parameters in com.tagtraum.beatunes.songtable with type arguments of type AudioSong.Instrumentation Constructor Description SongTableCellEditor(InstrumentationComboBox instrumentationComboBox, Property<AudioSong.Instrumentation> property) -
Uses of AudioSong.Instrumentation in com.tagtraum.beatunes.songtable.renderer
Constructor parameters in com.tagtraum.beatunes.songtable.renderer with type arguments of type AudioSong.Instrumentation Constructor Description InstrumentationTableCellRenderer(Property<AudioSong.Instrumentation> property) -
Uses of AudioSong.Instrumentation in com.tagtraum.ubermusic.acousticbrainz
Methods in com.tagtraum.ubermusic.acousticbrainz that return AudioSong.Instrumentation Modifier and Type Method Description AudioSong.InstrumentationAcousticBrainzSong. getInstrumentation() -
Uses of AudioSong.Instrumentation in com.tagtraum.ubermusic.beatport
Methods in com.tagtraum.ubermusic.beatport that return AudioSong.Instrumentation Modifier and Type Method Description AudioSong.InstrumentationBeatportTrack. getInstrumentation() -
Uses of AudioSong.Instrumentation in com.tagtraum.ubermusic.coverartarchive
Methods in com.tagtraum.ubermusic.coverartarchive that return AudioSong.Instrumentation Modifier and Type Method Description AudioSong.InstrumentationCoverartSong. getInstrumentation() -
Uses of AudioSong.Instrumentation in com.tagtraum.ubermusic.discogs
Methods in com.tagtraum.ubermusic.discogs that return AudioSong.Instrumentation Modifier and Type Method Description AudioSong.InstrumentationDiscogsRelease. getInstrumentation()AudioSong.InstrumentationDiscogsTrack. getInstrumentation() -
Uses of AudioSong.Instrumentation in com.tagtraum.ubermusic.lastfm
Methods in com.tagtraum.ubermusic.lastfm that return AudioSong.Instrumentation Modifier and Type Method Description AudioSong.InstrumentationLastFMTrack. getInstrumentation()
-