aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-06-03 10:50:46 +0000
committers-ol <s-ol@users.noreply.github.com>2020-06-03 11:04:00 +0000
commit84d20e615fc5c0deeb5eb2b51fe98eb97a0a389e (patch)
tree6e0e134e2c5db811c5632e461c9142fddb12483a
parentsplit guide into guide and reference (diff)
downloadalive-84d20e615fc5c0deeb5eb2b51fe98eb97a0a389e.tar.gz
alive-84d20e615fc5c0deeb5eb2b51fe98eb97a0a389e.zip
lib midi, random: docstring formatting fixes
-rw-r--r--alv-lib/midi.moon1
-rw-r--r--alv-lib/midi/launchctl.moon1
-rw-r--r--alv-lib/random.moon1
3 files changed, 3 insertions, 0 deletions
diff --git a/alv-lib/midi.moon b/alv-lib/midi.moon
index fc28f2e..3944392 100644
--- a/alv-lib/midi.moon
+++ b/alv-lib/midi.moon
@@ -61,6 +61,7 @@ cc = Constant.meta
examples: { '(midi/cc [port] cc [chan [range]])' }
description: "
`range` can be one of:
+
- 'raw' [ 0 - 128[
- 'uni' [ 0 - 1[ (default)
- 'bip' [-1 - 1[
diff --git a/alv-lib/midi/launchctl.moon b/alv-lib/midi/launchctl.moon
index 69d96ff..d231187 100644
--- a/alv-lib/midi/launchctl.moon
+++ b/alv-lib/midi/launchctl.moon
@@ -14,6 +14,7 @@ returns the value for the i-th step steps (buttons starting from start).
steps defaults to 8.
range can be one of:
+
- 'raw' [ 0 - 128[
- 'uni' [ 0 - 1[ (default)
- 'bip' [-1 - 1[
diff --git a/alv-lib/random.moon b/alv-lib/random.moon
index 8092f4f..322855a 100644
--- a/alv-lib/random.moon
+++ b/alv-lib/random.moon
@@ -16,6 +16,7 @@ apply_range = (range, val) ->
range_doc = "
range can be one of:
+
- 'uni' [ 0 - 1[ (default)
- 'bip' [-1 - 1[
- 'rad' [ 0 - tau[