From a262bf46841839d5ed1464c390db4c241e9f0111 Mon Sep 17 00:00:00 2001 From: Kevin Larke Date: Tue, 31 Mar 2015 11:12:54 -0700 Subject: [PATCH] cmDspBuiltIn.c : Added cmTakeSeqRendClassCons. --- dsp/cmDspBuiltIn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dsp/cmDspBuiltIn.c b/dsp/cmDspBuiltIn.c index d1c375a..809d5ed 100644 --- a/dsp/cmDspBuiltIn.c +++ b/dsp/cmDspBuiltIn.c @@ -5613,6 +5613,7 @@ cmDspClassConsFunc_t _cmDspClassBuiltInArray[] = cmGoertzelClassCons, cmSyncRecdClassCons, cmTakeSeqBldrClassCons, + cmTakeSeqRendClassCons, NULL, };