Uses of Record Class
org.jjazz.humanizer.api.Humanizer.Config
Packages that use Humanizer.Config
-
Uses of Humanizer.Config in org.jjazz.humanizer.api
Fields in org.jjazz.humanizer.api declared as Humanizer.ConfigModifier and TypeFieldDescriptionstatic final Humanizer.ConfigHumanizer.DEFAULT_CONFIGThe default config used by default.static final Humanizer.ConfigHumanizer.ZERO_CONFIGA configuration which does not change notes.Methods in org.jjazz.humanizer.api that return Humanizer.ConfigModifier and TypeMethodDescriptionHumanizer.getConfig()Get the Config used by the humanize method.static Humanizer.ConfigHumanizer.Config.loadFromString(String str) Humanizer.Config.setTimingBias(float newValue) Humanizer.Config.setTimingRandomness(float newValue) Humanizer.Config.setVelocityRandomness(float newValue) Methods in org.jjazz.humanizer.api with parameters of type Humanizer.ConfigModifier and TypeMethodDescriptionvoidHumanizer.setConfig(Humanizer.Config newConfig) Change the config.