From 4e45be4976c235c21d6d12b5dccff964072f60a7 Mon Sep 17 00:00:00 2001 From: Ben Wesch <1923787+ben-wes@users.noreply.github.com> Date: Fri, 24 May 2024 11:39:43 +0200 Subject: [PATCH] document '-dim' flag in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2768650..a55c532 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ make install * `-n` flag activates normalization of the octaves' sum to keep values in the [-1..1] range * `-s ` flag initializes the noise's permutation table with a given seed * `-d` flag activates derivatives multichannel output on additional 2nd outlet +* `-dim ` flag switches to single-channel mode with given dimension count #### Optional numerical arguments (must be written after the flags) * **first arg** sets the number of octaves (defaults to `1`, max. is `24`)