Class YearTransition
- java.lang.Object
-
- com.tagtraum.beatunes.transitionissue.AbstractTransitionInspector
-
- com.tagtraum.beatunes.transitionissue.YearTransition
-
- All Implemented Interfaces:
TransitionInspector
,ApplicationComponent<BeaTunes>
public class YearTransition extends AbstractTransitionInspector
Year transition.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description YearTransition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransitionIssue
inspect(AudioSong a, AudioSong b, com.tagtraum.audiokern.bpm.Tempo syncTempo)
Inspects the transition from one song to another.-
Methods inherited from class com.tagtraum.beatunes.transitionissue.AbstractTransitionInspector
getApplication, getId, init, setApplication, shutdown
-
-
-
-
Method Detail
-
inspect
public TransitionIssue inspect(AudioSong a, AudioSong b, com.tagtraum.audiokern.bpm.Tempo syncTempo)
Description copied from interface:TransitionInspector
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
-
-