Forgot the docs for Host Parameters
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
b867ec094c
commit
0f5c4b1378
1 changed files with 8 additions and 0 deletions
|
@ -110,6 +110,11 @@ It has pretty much the same options and functionality as the Rack MIDI-Map.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
For automating CV sources from the host side, this module directly converts the 24 Cardinal host-exposed parameters into CV signals inside Cardinal.
|
||||||
|
|
||||||
|
The parameters have an internal slew limiter in order to smooth out the changes over time.
|
||||||
|
The fall time of the smoothing filter is based on the current host block size and sample rate.
|
||||||
|
|
||||||
### Host Time
|
### Host Time
|
||||||
|
|
||||||

|

|
||||||
|
@ -172,3 +177,6 @@ It remains as a test case and example for others to based new modules on.
|
||||||
A text editor inside Cardinal, with support for syntax highlighting.
|
A text editor inside Cardinal, with support for syntax highlighting.
|
||||||
|
|
||||||
It supports the typical things you expect from an editor, such as copy&paste and undo&redo.
|
It supports the typical things you expect from an editor, such as copy&paste and undo&redo.
|
||||||
|
|
||||||
|
The panel is resizable using the left and right borders.
|
||||||
|
Moving the panel around can be done by grabbing the top status bar of the editor.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue