Interface TransitionInspector
-
- All Superinterfaces:
ApplicationComponent<BeaTunes>
- All Known Implementing Classes:
AbstractTransitionInspector,ColorTransition,GenreTransition,KeyTransition,LanguageTransition,MoodTransition,TempoTransition,TimeSignatureTransition,YearTransition
public interface TransitionInspector extends ApplicationComponent<BeaTunes>
Inspects the transition from one song to the next.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransitionIssueinspect(AudioSong a, AudioSong b, com.tagtraum.audiokern.bpm.Tempo syncTempo)Inspects the transition from one song to another.-
Methods inherited from interface com.tagtraum.core.app.ApplicationComponent
getApplication, getId, init, setApplication, shutdown
-
-
-
-
Method Detail
-
inspect
TransitionIssue inspect(AudioSong a, AudioSong b, com.tagtraum.audiokern.bpm.Tempo syncTempo)
Inspects the transition from one song to another.- Parameters:
a- a songb- the following songsyncTempo- tempo that both songs are synced to- Returns:
- an issue or
null
-
-