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 theUberMusic
interface to download high level data from the AcousticBrainz.com.tagtraum.ubermusic.beatport com.tagtraum.ubermusic.coverartarchive Web service implementing theUberMusic
interface 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.Instrumentation
AudioMetaData. getInstrumentation()
default AudioSong.Instrumentation
AudioSong. getInstrumentation()
Indicates whether this song qualifies as "electronic" or "acoustic".default AudioSong.Instrumentation
AudioSong. getInstrumentationBasedOnGenreAndTags()
static AudioSong.Instrumentation
AudioSong.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 void
AudioMetaData. setInstrumentation(AudioSong.Instrumentation instrumentation)
void
AudioSong. setInstrumentation(AudioSong.Instrumentation instrumentation)
Sets the instrumentation property.void
ReadOnlyAudioSong. setInstrumentation(AudioSong.Instrumentation instrumentation)
void
URLAudioSong. 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.Instrumentation
AudioSongFacade. getInstrumentation()
AudioSong.Instrumentation
Song. getInstrumentation()
AudioSong.Instrumentation
SongAnnotation. getInstrumentation()
Methods in com.tagtraum.beatunes.library with parameters of type AudioSong.Instrumentation Modifier and Type Method Description void
Song. setInstrumentation(AudioSong.Instrumentation instrumentation)
void
SongAnnotation. 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 void
FileSystemAudioSong. 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 void
ITunesAudioSong. 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.Instrumentation
ReferenceSong. getInstrumentation()
AudioSong.Instrumentation
ReferenceSong. 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.Instrumentation
AcousticBrainzSong. 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.Instrumentation
BeatportTrack. 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.Instrumentation
CoverartSong. 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.Instrumentation
DiscogsRelease. getInstrumentation()
AudioSong.Instrumentation
DiscogsTrack. 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.Instrumentation
LastFMTrack. getInstrumentation()
-