You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_.
4
6
5
-
### FAQ
7
+
##Download
6
8
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).
8
10
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
12
12
13
+
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.
0 commit comments