Skip to content

Commit

Permalink
Documentation: Add new FFTNoiseGate argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Jan 12, 2024
1 parent 922bfd6 commit 0f70175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/library/fft/fftnoisegate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: FFTNoiseGate: FFT-based noise gate. Requires an FFT* input.
# FFTNoiseGate

```python
FFTNoiseGate(input=0, threshold=0.5)
FFTNoiseGate(input=0, threshold=0.5, invert=0.0)
```

FFT-based noise gate. Requires an FFT* input.
Expand Down

0 comments on commit 0f70175

Please sign in to comment.