Uses of Interface
com.tagtraum.audiokern.key.Key
-
Packages that use Key Package Description com.tagtraum.audiokern Core audio classes for decoding, playing and analyzing audio data.com.tagtraum.audiokern.key Classes dealing with tonality, keys etc.com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.com.tagtraum.beatunes.keyrenderer Implementations forKeyTextRenderer
.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.library.type Special Hibernate types for color, mood etc.com.tagtraum.beatunes.onlinedb Classes for accessing the online database.com.tagtraum.beatunes.songinfo Song info/edit pane.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.amazon Offers access to Amazon and basic caching infrastructure.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.com.tagtraum.ubermusic.wikidata -
-
Uses of Key in com.tagtraum.audiokern
Methods in com.tagtraum.audiokern that return Key Modifier and Type Method Description Key
AudioMetaData. getKey()
Key
AudioSong. getKey()
Return the tonal key of this song.Key
URLAudioSong. getKey()
default Key
AudioSong. getSyncTempoKey(com.tagtraum.audiokern.bpm.Tempo syncTempo)
Returns the key this song would sound like, if the tempo was adjusted to the givensyncTempo
without key lock.Methods in com.tagtraum.audiokern with parameters of type Key Modifier and Type Method Description void
AudioMetaData. setKey(Key key)
void
AudioSong. setKey(Key key)
Sets the tonal key.void
ReadOnlyAudioSong. setKey(Key key)
void
URLAudioSong. setKey(Key key)
-
Uses of Key in com.tagtraum.audiokern.key
Classes in com.tagtraum.audiokern.key that implement Key Modifier and Type Class Description class
MajorKey
Major keys.class
MinorKey
Minor keys.Fields in com.tagtraum.audiokern.key declared as Key Modifier and Type Field Description static Key
Keys. A_FLAT_MAJOR
Ab major.static Key
Keys. A_FLAT_MINOR
Ab minor.static Key
Keys. A_MAJOR
A major.static Key
Keys. A_MINOR
A minor.static Key
Keys. B_FLAT_MAJOR
Bb major.static Key
Keys. B_FLAT_MINOR
Bb minor.static Key
Keys. B_MAJOR
B major.static Key
Keys. B_MINOR
B minor.static Key
Keys. C_MAJOR
C major.static Key
Keys. C_MINOR
C minor.static Key
Keys. D_FLAT_MAJOR
Db major.static Key
Keys. D_FLAT_MINOR
Db minor.static Key
Keys. D_MAJOR
D major.static Key
Keys. D_MINOR
D minor.static Key
Keys. E_FLAT_MAJOR
Eb major.static Key
Keys. E_FLAT_MINOR
Eb minor.static Key
Keys. E_MAJOR
E major.static Key
Keys. E_MINOR
E minor.static Key
Keys. F_MAJOR
F major.static Key
Keys. F_MINOR
F minor.static Key
Keys. F_SHARP_MAJOR
F# major.static Key
Keys. F_SHARP_MINOR
F# minor.static Key
Keys. G_MAJOR
G major.static Key
Keys. G_MINOR
G minor.Methods in com.tagtraum.audiokern.key that return Key Modifier and Type Method Description static Key
KeyFactory. get(Tone tone, Mode mode)
Same astone.getKey(mode)
.Key
KeyProfile. getCorrelatingKey(float[] chromagram, Tone baseTone)
Computes the key with the highest correlation to the given chromagram using the given profile.Key
Key. getDiagonal()
If major, this returns thegetTonicParallel()
of thegetDominant()
.Key
MajorKey. getDiagonal()
Key
MinorKey. getDiagonal()
Key
Key. getDominant()
Dominant.Key
MajorKey. getDominant()
Key
MinorKey. getDominant()
Key
KeyProfile.KeyCorrelation. getKey()
Key
Tone. getKey(Mode mode)
Gets the key with the given mode which has this tone as a tonic.Key
Tone. getMajorKey()
Gets the major key which has this tone as a tonic.Key
Tone. getMinorKey()
Gets the minor key which has this tone as a tonic.Key
Key. getSubdominant()
Subdominant.Key
MajorKey. getSubdominant()
Key
MinorKey. getSubdominant()
Key
Key. getTonicParallel()
Tonic parallel, i.e.Key
MajorKey. getTonicParallel()
Key
MinorKey. getTonicParallel()
static Key
KeyFactory. guessFromTag(String tag)
Guess the key by interpreting the given textual tag.static Key
KeyFactory. guessFromTags(AudioSong song)
Guess the key by interpreting other textual metadata like album, work and track name.Key
Key. inc(int fifths)
Increase key by the given number of fifths.Key
MajorKey. inc(int fifths)
Key
MinorKey. inc(int fifths)
Key
Key. incBySemitones(int semitones)
Return the key that would result in shifting all tones in this key by' the given number of semitones.Key
MajorKey. incBySemitones(int semitones)
Key
MinorKey. incBySemitones(int semitones)
static Key
KeyFactory. keyForAccidentals(boolean major, int accidentals)
Convert the number of accidentals to a key.static Key
KeyFactory. parse(MidiMessage message)
ParseMidiMessage
and return the corresponding key, if possible.static Key
KeyFactory. parseKeyCode(String keyCode)
Parses a key code.static Key
KeyFactory. parseTKEY(String id3TkeyTag)
TKEYstatic Key[]
Keys. values()
Methods in com.tagtraum.audiokern.key that return types with arguments of type Key Modifier and Type Method Description SignalProcessor<AudioBuffer,Key>
PitchProfileKey2. createBeaTunes35Pipeline()
SignalProcessor<AudioBuffer,Key>
ForestBasedKey. createPipeline(AudioFileFormat audioFileFormat)
abstract SignalProcessor<AudioBuffer,Key>
KeyAlgorithm. createPipeline(AudioFileFormat audioFileFormat)
SignalProcessor<AudioBuffer,Key>
PitchProfileKey2. createPipeline(int maxPeaksPerWindow, int windowLength, float meanFactor)
SignalProcessor<AudioBuffer,Key>
PitchProfileKey2. createPipeline(AudioFileFormat audioFileFormat)
Methods in com.tagtraum.audiokern.key with parameters of type Key Modifier and Type Method Description boolean
Key. isCompatible(Key key)
Indicates whether the given key is compatible to this key in the sense that one is either the sub/dominant or tonic parallel of the other.boolean
MajorKey. isCompatible(Key key)
boolean
MinorKey. isCompatible(Key key)
int
Key. negativeDistance(Key nextKey)
Negative distance in semitones from this key to the given, next key.int
MajorKey. negativeDistance(Key nextKey)
int
MinorKey. negativeDistance(Key nextKey)
int
Key. positiveDistance(Key nextKey)
Positive distance in semitones from this key to the given, next key.int
MajorKey. positiveDistance(Key nextKey)
int
MinorKey. positiveDistance(Key nextKey)
abstract String
KeyFormat. toString(Key key)
Constructors in com.tagtraum.audiokern.key with parameters of type Key Constructor Description KeyCorrelation(Key key, float correlation)
-
Uses of Key in com.tagtraum.beatunes
Fields in com.tagtraum.beatunes with type parameters of type Key Modifier and Type Field Description static Property<Key>
Property. KEY_PROPERTY
Methods in com.tagtraum.beatunes that return Key Modifier and Type Method Description static Key[]
KeyComboBox. values()
Methods in com.tagtraum.beatunes with parameters of type Key Modifier and Type Method Description String
KeyTextRenderer. toKeyString(Key key)
Create a textual representation for aKey
object.static String
KeyListCellRenderer. toString(BeaTunes application, Key key)
String
KeyTextRenderer. toToolTip(Key key)
Create a tooltip representation for aKey
object. -
Uses of Key in com.tagtraum.beatunes.keyrenderer
Methods in com.tagtraum.beatunes.keyrenderer with parameters of type Key Modifier and Type Method Description String
DefaultKeyTextRenderer. toKeyString(Key key)
String
Id3KeyTextRenderer. toKeyString(Key key)
String
MusicalKeyTextRenderer. toKeyString(Key key)
String
OpenKeyNotationTextRenderer. toKeyString(Key key)
String
WallClockKeyNotationTextRenderer. toKeyString(Key key)
String
DefaultKeyTextRenderer. toToolTip(Key key)
String
Id3KeyTextRenderer. toToolTip(Key key)
String
MusicalKeyTextRenderer. toToolTip(Key key)
String
OpenKeyNotationTextRenderer. toToolTip(Key key)
String
WallClockKeyNotationTextRenderer. toToolTip(Key key)
-
Uses of Key in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return Key Modifier and Type Method Description Key
AudioSongFacade. getKey()
Key
Song. getKey()
Key
SongAnnotation. getKey()
Methods in com.tagtraum.beatunes.library with parameters of type Key Modifier and Type Method Description void
Song. setKey(Key value)
void
SongAnnotation. setKey(Key key)
-
Uses of Key in com.tagtraum.beatunes.library.filesystem
Methods in com.tagtraum.beatunes.library.filesystem with parameters of type Key Modifier and Type Method Description void
FileSystemAudioSong. setKey(Key value)
-
Uses of Key in com.tagtraum.beatunes.library.itunes
Methods in com.tagtraum.beatunes.library.itunes with parameters of type Key Modifier and Type Method Description void
ITunesAudioSong. setKey(Key value)
-
Uses of Key in com.tagtraum.beatunes.library.type
Methods in com.tagtraum.beatunes.library.type that return Key Modifier and Type Method Description static Key
HibernateKeyType. shortToKey(short code)
Methods in com.tagtraum.beatunes.library.type with parameters of type Key Modifier and Type Method Description static short
HibernateKeyType. keyToShort(Key key)
-
Uses of Key in com.tagtraum.beatunes.onlinedb
Methods in com.tagtraum.beatunes.onlinedb that return Key Modifier and Type Method Description Key
ReferenceSong. getKey()
Key
ReferenceSong. getKeyProperty(String key)
-
Uses of Key in com.tagtraum.beatunes.songinfo
Methods in com.tagtraum.beatunes.songinfo that return Key Modifier and Type Method Description Key
AutoInfo. getKey()
-
Uses of Key in com.tagtraum.beatunes.songtable.renderer
Methods in com.tagtraum.beatunes.songtable.renderer with parameters of type Key Modifier and Type Method Description protected Object
KeyTableCellRenderer. formatProperty(Key key)
static Icon
KeyTableCellRenderer. getIcon(Key key)
static Icon
KeyTableCellRenderer. getSelectedIcon(Key key)
Constructor parameters in com.tagtraum.beatunes.songtable.renderer with type arguments of type Key Constructor Description KeyTableCellRenderer(Property<? extends Key> property)
-
Uses of Key in com.tagtraum.ubermusic.acousticbrainz
Methods in com.tagtraum.ubermusic.acousticbrainz that return Key Modifier and Type Method Description Key
AcousticBrainzSong. getKey()
-
Uses of Key in com.tagtraum.ubermusic.amazon
Methods in com.tagtraum.ubermusic.amazon that return Key Modifier and Type Method Description Key
AmazonTrack. getKey()
-
Uses of Key in com.tagtraum.ubermusic.beatport
Methods in com.tagtraum.ubermusic.beatport that return Key Modifier and Type Method Description Key
BeatportTrack. getKey()
-
Uses of Key in com.tagtraum.ubermusic.coverartarchive
Methods in com.tagtraum.ubermusic.coverartarchive that return Key Modifier and Type Method Description Key
CoverartSong. getKey()
-
Uses of Key in com.tagtraum.ubermusic.discogs
Methods in com.tagtraum.ubermusic.discogs that return Key Modifier and Type Method Description Key
DiscogsTrack. getKey()
-
Uses of Key in com.tagtraum.ubermusic.lastfm
Methods in com.tagtraum.ubermusic.lastfm that return Key Modifier and Type Method Description Key
LastFMTrack. getKey()
-
Uses of Key in com.tagtraum.ubermusic.wikidata
Methods in com.tagtraum.ubermusic.wikidata that return Key Modifier and Type Method Description Key
WikidataSong. getKey()
-