shithub: soundpipe

Download patch

ref: 0a5f275112d871f18435dbe76294c11d5f99ecf9
parent: 8a700fc7e0d8f2815e353de9aae8ad7b3594eb1a
author: Paul Batchelor <thisispaulbatchelor@gmail.com>
date: Thu Dec 31 08:28:40 EST 2020

don't re-init table in gen_vals

--- a/modules/ftbl.c
+++ b/modules/ftbl.c
@@ -90,8 +90,6 @@
         ft->tbl[j] = atof(out);
         j++;
     }
-
-    sp_ftbl_init(sp, ft, ft->size);
     free(ptr);
     return SP_OK;
 }