Uses of Class
org.jjazz.songcontext.api.SongPartContext
Packages that use 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
Methods in org.jjazz.phrasetransform.api with parameters of type SongPartContextModifier and TypeMethodDescriptionstatic DrumKitPhraseTransforms.getDrumKit(SizedPhrase sp, SongPartContext context) Retrieve the DrumKit for the specified phrase.intDrumsMixTransform.getFitScore(SizedPhrase inPhrase, SongPartContext context) intPhraseTransform.getFitScore(SizedPhrase inPhrase, SongPartContext context) Return a [0-100] value which indicates how much this transform is adapted for the specified parameters.static InstrumentPhraseTransforms.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 RhythmVoicePhraseTransforms.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
Methods in org.jjazz.rpcustomeditorfactoryimpl.api that return SongPartContextModifier and TypeMethodDescriptionstatic <T> SongPartContextRealTimeRpEditorDialog.buildPreviewContext(SongPartContext sptContext, RhythmParameter<T> rp, T rpValue) Create a preview SongContext which uses the specified rhythm parameter value.Methods in org.jjazz.rpcustomeditorfactoryimpl.api with parameters of type SongPartContextModifier and TypeMethodDescriptionstatic <T> SongPartContextRealTimeRpEditorDialog.buildPreviewContext(SongPartContext sptContext, RhythmParameter<T> rp, T rpValue) Create a preview SongContext which uses the specified rhythm parameter value.abstract voidRealTimeRpEditorComponent.preset(E rpValue, SongPartContext sptContext) Initialize the editor for the specified context.voidRealTimeRpEditorDialog.preset(E rpValue, SongPartContext sptContext) -
Uses of SongPartContext in org.jjazz.ss_editor.rpviewer.spi
Methods in org.jjazz.ss_editor.rpviewer.spi with parameters of type SongPartContextModifier and TypeMethodDescriptionabstract voidRpCustomEditor.preset(E rpValue, SongPartContext sptContext) Initialize the dialog before being shown.