Uses of Enum Class
net.paulhertz.pixelaudio.granular.GranularSettings.WindowPreset
Packages that use GranularSettings.WindowPreset
-
Uses of GranularSettings.WindowPreset in net.paulhertz.pixelaudio.example
Methods in net.paulhertz.pixelaudio.example with parameters of type GranularSettings.WindowPresetModifier and TypeMethodDescriptionGesturePlayground_back.buildGranSettings(int len, int hop, GranularSettings.WindowPreset win) -
Uses of GranularSettings.WindowPreset in net.paulhertz.pixelaudio.granular
Fields in net.paulhertz.pixelaudio.granular declared as GranularSettings.WindowPresetModifier and TypeFieldDescriptionGranularSettings.windowPresetCurrent preset (used only by selectWindowPreset as a record).Methods in net.paulhertz.pixelaudio.granular that return GranularSettings.WindowPresetModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GranularSettings.WindowPreset[]GranularSettings.WindowPreset.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.paulhertz.pixelaudio.granular with parameters of type GranularSettings.WindowPresetModifier and TypeMethodDescriptionvoidGranularSettings.selectWindowPreset(GranularSettings.WindowPreset preset) Convenience helper to select a preset and set the corresponding WindowFunction.