ftloadk — Load a set of previously-allocated tables from a file.
"filename" -- A quoted string containing the name of the file to load.
iflag -- Type of the file to load/save. (0 = binary file, Non-zero = text file)
ifn1, ifn2, ... -- Numbers of tables to load.
ktrig -- The trigger signal. Load the file each time it is non-zero.
ftloadk loads a list of tables from a file. (The tables have to be already allocated though.) The file's format can be binary or text. Unlike ftload, the loading operation can be repeated numerous times within the same note by using a trigger signal.
Warning | |
---|---|
The file's format is not compatible with a WAV-file and is not endian-safe. |