diff --git a/all.lib b/all.lib index 76701c03..c6462770 100644 --- a/all.lib +++ b/all.lib @@ -30,6 +30,6 @@ import("spats.lib"); import("synths.lib"); import("vaeffects.lib"); import("version.lib"); -import("wavedigitalfilters.lib"); +import("wdmodels.lib"); import("webaudio.lib"); diff --git a/wdmodels.lib b/wdmodels.lib index 18e44d3d..795335fb 100644 --- a/wdmodels.lib +++ b/wdmodels.lib @@ -28,7 +28,7 @@ // ### Quick Start -// to get a quick overview of the library, start with the `secondOrderFilters.dsp` code found in `examples`. Make sure that the `wavedigitalfilters.lib` is within the compile path. This can be achieved within the [online Faust IDE](https://faustide.grame.fr/) by simply downloading and dragging in `wavedigitalfilters.lib` in addition to the example code. +// to get a quick overview of the library, start with the `secondOrderFilters.dsp` code found in `examples`. Make sure that the `wdmodels.lib` is within the compile path. This can be achieved within the [online Faust IDE](https://faustide.grame.fr/) by simply downloading and dragging in `wdmodels.lib` in addition to the example code. // ### A Simple RC Filter Model