ref: 28287230d625b580a9bd81ef9805011ec0c8ac97
parent: 44c8a75d4f54658ec9dda5baadd0e81014ab4370
author: Matthew Wang <mjw7@princeton.edu>
date: Thu Feb 27 10:16:09 EST 2020
minor
--- a/LEAF/Src/leaf-physical.c
+++ b/LEAF/Src/leaf-physical.c
@@ -480,7 +480,8 @@
float dampFreq, float decay, float targetLev, float levSmoothFactor,
float levStrength, int levMode)
{
- tLivingString_initToPool(pl, fre, pickPos, prepIndex, dampFreq, decay, targetLev, levSmoothFactor, levStrength, levMode, &leaf_mempool);
+ tLivingString_initToPool(pl, freq, pickPos, prepIndex, dampFreq, decay, targetLev, levSmoothFactor, levStrength, levMode, &leaf_mempool);
+}
void tLivingString_free(tLivingString* const pl)
{