Skip to content

Commit

Permalink
Add missing libraries references.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed May 5, 2024
1 parent 5fd1d61 commit b785a34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demos.lib
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ ve = library("vaeffects.lib");
pf = library("phaflangers.lib");
re = library("reverbs.lib");
en = library("envelopes.lib");
it = library("interpolators.lib");
aa = library("aanl.lib");

declare name "Faust Demos Library";
declare version "1.1.1";
Expand Down
4 changes: 4 additions & 0 deletions reverbs.lib
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ ro = library("routes.lib");
si = library("signals.lib");
fi = library("filters.lib");
os = library("oscillators.lib");
it = library("interpolators.lib");
ef = library("misceffects.lib");
sp = library("spats.lib");
aa = library("aanl.lib");

declare name "Faust Reverb Library";
declare version "1.3.0";
Expand Down

0 comments on commit b785a34

Please sign in to comment.