Skip to content

Commit 9fcf6a1

Browse files
authored
Initial README.md
1 parent 5279118 commit 9fcf6a1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
## Modulation Effect Template Project
1+
# lpf: Low-Pass Filter as custom modfx for NTS-1
22

3-
This project can be used as a basis for custom modulation effects. **Refer to [parent platform](../) for build instructions.**
3+
__lpf__ is a custom modulation effect for the [Korg NTS-1](https://www.korg.com/us/products/dj/nts_1/)
4+
(and other synths compatible with [logue-sdk](https://github.com/korginc/logue-sdk)) implementing a _2nd
5+
order low-pass filter with controllable resonance_.
46

5-
### FAQ
7+
## Download
68

7-
#### Why does MODFX_PROCESS() have *main* and *sub* inputs and outputs?
9+
Link to the latest binary release of [lpf.ntkdigunit](https://github.com/bvontob/lpf/releases/latest/download/lpf.ntkdigunit).
810

9-
The modulation effect API was originally designed for the prologue synthesizer which allows each *main* and *sub* timbre audio to be processed independently by the modulation effect section.
10-
This interface was maintained in order to preserve API compatibility between the minilogue xd and prologue.
11-
For an effect to properly work on the prologue, both inputs should be processed in the same way and the result written to the corresponding output.
11+
## License
1212

13+
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.

0 commit comments

Comments
 (0)