ftsaveRead#
- csoundengine.csoundlib.ftsaveRead(path, mode='')[source]#
Read a file saved by ftsave, returns a list of tables
- Parameters:
path (
str) – the path to the saved table/tablesmode – one of “text”, “binary” or empty to auto-detect the format
- Returns:
dict, tabledata: np.ndarray), where tableinfo is a dict containing information about the table. This dict is only populated if the table was saved in binary format, for text tables this dict will be empty
- Return type:
a list of (tableinfo