From 0f5c4b13783e059a3aa9ffb46828ce1b93706387 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 13 Feb 2022 21:24:39 +0000 Subject: [PATCH] Forgot the docs for Host Parameters Signed-off-by: falkTX --- docs/CARDINAL-MODULES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/CARDINAL-MODULES.md b/docs/CARDINAL-MODULES.md index eff17ca..c9bc387 100644 --- a/docs/CARDINAL-MODULES.md +++ b/docs/CARDINAL-MODULES.md @@ -110,6 +110,11 @@ It has pretty much the same options and functionality as the Rack MIDI-Map. ![screenshot](Module_HostParameters.png) +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 ![screenshot](Module_HostTime.png) @@ -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. 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.