-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94bb45d
commit fc19db2
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -762,7 +762,7 @@ with { | |
// Where: | ||
// | ||
// * `N`: the ambisonic order (constant numerical expression) | ||
// * `f0`: the maximum delay applied (in samples) | ||
// * `f0`: the maximum frequency applied (in Hz) | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
alainbonardi
via email
Author
Owner
|
||
// * `fa`: decorrelation factor (between 0 and 1) | ||
// * `tf`: type of function of delay distribution (integer, between 0 and 21) | ||
//----------------------------- | ||
|
@@ -821,7 +821,7 @@ with { | |
// Where: | ||
// | ||
// * `N`: the ambisonic order (constant numerical expression) | ||
// * `f0`: the maximum delay applied (in samples) | ||
// * `f0`: the maximum frequency applied (in Hz) | ||
// * `fa`: decorrelation factor (between 0 and 1) | ||
// * `tf`: type of function of delay distribution (integer, between 0 and 21) | ||
//----------------------------- | ||
|
Do you plan to create a PR to have those fixes be reported in official Faust libraries ?