afaik it’s the equivalent of a present bank, so i think a chunk is a group of 128 presets… but i also may be wrong.
EDIT: I was almost right… it’s 256 presets!
I’m wondering what the meaning of chunks are in the GPScript function GetGPPresetList.
What ‘decides’ if a preset ends up in which chunk?
I did a check and so far all presets are in chuck 0, but I’m wondering what the conditions to have a GP preset not in chunk 0.
I guess there is a maximum amount of presets per chunk (if so, how many), and how many chunks can exist?
GetGPPresetList : Get the Nth chunk of GP Preset names
Declaration: function GetGPPresetList (p : Block, chunkN : integer) a…