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 + } + ) + } +)