From 28775f5656de6481419c5e29e22f44a2b89f59fe Mon Sep 17 00:00:00 2001 From: Dario Sanfilippo Date: Mon, 15 Feb 2021 10:39:43 +0100 Subject: [PATCH] added aanl.lib --- all.lib | 1 + stdfaust.lib | 1 + 2 files changed, 2 insertions(+) diff --git a/all.lib b/all.lib index b1ecb885..66779430 100644 --- a/all.lib +++ b/all.lib @@ -3,6 +3,7 @@ // from a single point. //######################################################################################## +import("aanl.lib"); import("analyzers.lib"); import("basics.lib"); import("compressors.lib"); diff --git a/stdfaust.lib b/stdfaust.lib index 49433bc3..25e1922f 100644 --- a/stdfaust.lib +++ b/stdfaust.lib @@ -3,6 +3,7 @@ // through a series of environments. //######################################################################################## +aa = library("aanl.lib"); sf = library("all.lib"); an = library("analyzers.lib"); ba = library("basics.lib");