Uses of Enum Class
org.jjazz.quantizer.api.Quantization
Packages that use Quantization
Package
Description
The chord leadsheet editor.
Basic quantization methods.
-
Uses of Quantization in org.jjazz.cl_editor.api
Methods in org.jjazz.cl_editor.api that return QuantizationModifier and TypeMethodDescriptionstatic QuantizationCL_EditorClientProperties.getSectionUserQuantization(CLI_Section cliSection) Methods in org.jjazz.cl_editor.api with parameters of type QuantizationModifier and TypeMethodDescriptionstatic voidCL_EditorClientProperties.setSectionUserQuantization(CLI_Section cliSection, Quantization q) -
Uses of Quantization in org.jjazz.pianoroll.api
Methods in org.jjazz.pianoroll.api that return QuantizationModifier and TypeMethodDescriptionPianoRollEditor.getQuantization()Get the display quantization.Methods in org.jjazz.pianoroll.api with parameters of type QuantizationModifier and TypeMethodDescriptionvoidPianoRollEditor.setQuantization(Quantization q) Set the display quantization. -
Uses of Quantization in org.jjazz.quantizer.api
Subclasses with type arguments of type Quantization in org.jjazz.quantizer.apiMethods in org.jjazz.quantizer.api that return QuantizationModifier and TypeMethodDescriptionQuantizer.getDefaultQuantizationValue(TimeSignature ts) Quantizer.getQuantizationValue()static QuantizationReturns 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.Methods in org.jjazz.quantizer.api with parameters of type QuantizationModifier and TypeMethodDescriptionstatic floatQuantizer.getQuantized(Quantization q, float beatPos) Quantize beatPos using the specified quantization setting.static PositionQuantizer.getQuantized(Quantization q, Position pos, TimeSignature ts, float qStrength, int maxBarIndex) Return the closest quantized position using the specified quantization settings.static floatQuantizer.getQuantizedNext(Quantization q, float beatPos) Get the next quantized position after beatPos.static floatQuantizer.getQuantizedPrevious(Quantization q, float beatPos) Get the previous quantized position before beatPos.voidQuantizer.setQuantizationValue(Quantization q)