Uses of Enum Class
org.jjazz.quantizer.api.Quantization
Package
Description
The chord leadsheet editor.
The graphical component for a single bar, which contains bar renderers.
The graphical component for a bar renderer (e.g. bar renderer for chord symbols, for section, for improvisation guideline, etc.)
Basic quantization methods.
-
Uses of Quantization in org.jjazz.cl_editor.api
Modifier and TypeMethodDescriptionabstract Quantization
CL_Editor.getDisplayQuantizationValue
(CLI_Section section) Modifier and TypeMethodDescriptionabstract void
CL_Editor.setDisplayQuantizationValue
(CLI_Section section, Quantization q) Set how chords positions are quantized for display. -
Uses of Quantization in org.jjazz.cl_editor.barbox.api
Modifier and TypeMethodDescriptionvoid
BarBox.setDisplayQuantizationValue
(Quantization q) Set how chords positions are quantized for display. -
Uses of Quantization in org.jjazz.cl_editor.barrenderer.api
Modifier and TypeMethodDescriptionBeatBasedLayoutManager.getDisplayQuantization()
abstract Quantization
BarRenderer.getDisplayQuantizationValue()
Modifier and TypeMethodDescriptionvoid
BeatBasedLayoutManager.setDisplayQuantization
(Quantization displayQuantization) abstract void
BarRenderer.setDisplayQuantizationValue
(Quantization q) -
Uses of Quantization in org.jjazz.pianoroll.api
Modifier and TypeMethodDescriptionPianoRollEditor.getQuantization()
Get the display quantization.Modifier and TypeMethodDescriptionvoid
PianoRollEditor.setQuantization
(Quantization q) Set the display quantization. -
Uses of Quantization in org.jjazz.quantizer.api
Modifier and TypeMethodDescriptionQuantizer.getDefaultQuantizationValue
(TimeSignature ts) Quantizer.getQuantizationValue()
static Quantization
Returns the enum constant of this class with the specified name.static Quantization[]
Quantization.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic float
Quantizer.getQuantized
(Quantization q, float beatPos) Quantize beatPos using the specified quantization setting.static Position
Quantizer.getQuantized
(Quantization q, Position pos, TimeSignature ts, float qStrength, int maxBarIndex) Return the closest quantized position using the specified quantization settings.static float
Quantizer.getQuantizedNext
(Quantization q, float beatPos) Get the next quantized position after beatPos.static float
Quantizer.getQuantizedPrevious
(Quantization q, float beatPos) Get the previous quantized position before beatPos.void
Quantizer.setQuantizationValue
(Quantization q)