Skip to content

Commit

Permalink
Fix wavedigitalfilters.lib still appearing at different places.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Dec 14, 2020
1 parent b81fb0f commit 501b60a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion all.lib
Original file line number Diff line number Diff line change
Expand Up @@ -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");

2 changes: 1 addition & 1 deletion wdmodels.lib
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 501b60a

Please sign in to comment.