Mention MidiCC

This commit is contained in:
Weird Constructor 2022-08-18 06:29:40 +02:00
parent 790e13ecb4
commit 2e2424d60a
3 changed files with 4 additions and 0 deletions

View File

@ -18,3 +18,4 @@ the scope handles for access to it's capture buffers.
* Feature: Added WBlockDSP visual programming language utilizing the `synfx-dsp-jit` crate.
* Feature: Added the `FormFM` node that was contributed by Dimas Leenman (aka Skythedragon).
* Feature: Added `MidiP` node for MIDI pitch/note input.
* Feature: Added `MidiCC` node for MIDI CC input.

View File

@ -60,6 +60,8 @@ And following DSP nodes:
| Mod | RndWk | Random walker, a Sample & Hold noise generator |
| IO Util | FbWr / FbRd | Utility modules for feedback in patches |
| IO Util | Scope | Oscilloscope for up to 3 channels |
| IO Util | MidiP | MIDI Pitch/Note input from plugin host, DAW or hardware |
| IO Util | MidiCC | MIDI CC input from plugin host, DAW or hardware |
### API Examples

View File

@ -63,6 +63,7 @@ And following DSP nodes:
| IO Util | FbWr / FbRd | Utility modules for feedback in patches |
| IO Util | Scope | Oscilloscope for up to 3 channels |
| IO Util | MidiP | MIDI Pitch/Note input from plugin host, DAW or hardware |
| IO Util | MidiCC | MIDI CC input from plugin host, DAW or hardware |
## API Examples