From 53f94dad46dee1f93a32ee3ed2d34dd45e64bf05 Mon Sep 17 00:00:00 2001 From: Manuel Pitz Date: Tue, 22 Mar 2022 18:36:20 +0100 Subject: [PATCH] add example config for round hook --- etc/examples/hooks/round.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 etc/examples/hooks/round.conf diff --git a/etc/examples/hooks/round.conf b/etc/examples/hooks/round.conf new file mode 100644 index 000000000..269586c62 --- /dev/null +++ b/etc/examples/hooks/round.conf @@ -0,0 +1,17 @@ +@include "hook-nodes.conf" + +paths = ( + { + in = "signal_node" + out = "file_node" + + hooks = ( + { + type = "round" + + signal = "sine" + precision = 4 + } + ) + } +)