Skip to content

Commit

Permalink
Fixed two errors in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alainbonardi committed Oct 10, 2022
1 parent 94bb45d commit fc19db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faustCodes/library/hoa2.lib
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
@sletz

sletz Oct 10, 2022

Contributor

Do you plan to create a PR to have those fixes be reported in official Faust libraries ?

This comment has been minimized.

Copy link
@alainbonardi

alainbonardi via email Oct 10, 2022

Author Owner

This comment has been minimized.

Copy link
@sletz

sletz Oct 10, 2022

Contributor

A global PR is OK.

// * `fa`: decorrelation factor (between 0 and 1)
// * `tf`: type of function of delay distribution (integer, between 0 and 21)
//-----------------------------
Expand Down Expand Up @@ -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)
//-----------------------------
Expand Down

0 comments on commit fc19db2

Please sign in to comment.