FLloadsnap — Loads all snapshots into the memory bank of the current orchestra.
FLloadsnap loads all the snapshots contained in a file into the memory bank of the current orchestra.
"filename" -- a double-quoted string corresponding to a file to load a bank of snapshots.
igroup -- (optional) an integer number referring to a snapshot-related group of widget. It allows to get/set, or to load/save the state of a subset of valuators. Default value is zero that refers to the first group. The group number is determined by the opcode FLsetSnapGroup.
| ![[Note]](images/note.png)  | Note | 
|---|---|
| The igroup parameter has not been yet fully implemented in the current version of csound. Please do not rely on it yet. | 
FLloadsnap loads all snapshots contained in filename into the memory bank of current orchestra.
For purposes of snapshot saving, widgets can be grouped, so that snapshots affect only a defined group of widgets. The opcode FLsetSnapGroup is used to specify the group for all widgets declared after it, until the next FLsetSnapGroup statement.