Uses of Class
org.jjazz.songcontext.api.SongPartContext
Package
Description
Object to transform a Phrase into another one.
Generic graphical editor component for RhythmParameters which implement the RpCustomEditorProvider interface.
Service provider to provider RpViewer instances for each type of RhythmParameter.
-
Uses of SongPartContext in org.jjazz.phrasetransform.api
Modifier and TypeMethodDescriptionstatic DrumKit
PhraseTransforms.getDrumKit
(SizedPhrase sp, SongPartContext context) Retrieve the DrumKit for the specified phrase.int
DrumsMixTransform.getFitScore
(SizedPhrase inPhrase, SongPartContext context) int
PhraseTransform.getFitScore
(SizedPhrase inPhrase, SongPartContext context) Return a [0-100] value which indicates how much this transform is adapted for the specified parameters.static Instrument
PhraseTransforms.getInstrument
(SizedPhrase sp, SongPartContext context) default List<PhraseTransform>
PhraseTransformManager.getRecommendedPhraseTransforms
(SizedPhrase inPhrase, SongPartContext context, boolean exclude0score) Get the available PhraseTransforms sorted by "fit score" for the specified parameters.static RhythmVoice
PhraseTransforms.getRhythmVoice
(SizedPhrase sp, SongPartContext context) DrumsMixTransform.transform
(SizedPhrase inPhrase, SongPartContext context) PhraseTransform.transform
(SizedPhrase inPhrase, SongPartContext context) Transform inPhrase into another phrase.PhraseTransformChain.transform
(SizedPhrase inPhrase, SongPartContext context) Run all the transforms in the chain. -
Uses of SongPartContext in org.jjazz.rpcustomeditorfactoryimpl.api
Modifier and TypeMethodDescriptionstatic <T> SongPartContext
RealTimeRpEditorDialog.buildPreviewContext
(SongPartContext sptContext, RhythmParameter<T> rp, T rpValue) Create a preview SongContext which uses the specified rhythm parameter value.Modifier and TypeMethodDescriptionstatic <T> SongPartContext
RealTimeRpEditorDialog.buildPreviewContext
(SongPartContext sptContext, RhythmParameter<T> rp, T rpValue) Create a preview SongContext which uses the specified rhythm parameter value.abstract void
RealTimeRpEditorComponent.preset
(E rpValue, SongPartContext sptContext) Initialize the editor for the specified context.void
RealTimeRpEditorDialog.preset
(E rpValue, SongPartContext sptContext) -
Uses of SongPartContext in org.jjazz.ss_editor.rpviewer.spi
Modifier and TypeMethodDescriptionabstract void
RpCustomEditor.preset
(E rpValue, SongPartContext sptContext) Initialize the dialog before being shown.