From c60cfcdda1bc19f1cea40cecc0271d89170de908 Mon Sep 17 00:00:00 2001 From: Mirko Date: Sat, 28 Dec 2024 16:10:19 +0100 Subject: [PATCH] added missing backtick (#338) --- docs/ops/i2c2midi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ops/i2c2midi.toml b/docs/ops/i2c2midi.toml index 51d6c033..355cc68f 100644 --- a/docs/ops/i2c2midi.toml +++ b/docs/ops/i2c2midi.toml @@ -378,7 +378,7 @@ Set reverse of notes in chord `x` (0..8) to `y`. `y = 0` or an even number means prototype = "I2M.C.ROT x y" short = "Set rotation of notes in chord `x` (0..8) to `y` steps (-127..127), use `x = 0` to set for all chords" description = """ -Set rotation of notes in chord `x` (0..8) to `y` steps (-127..127). E.g. `y = 1` of chord `0,3,7` will lead to `3,7,0`, `y = 2 will lead to `7,0,3`, `y = -1` will lead to `7,0,3`. Default is `y = 0`. Use `x = 0` to set rotation for all chords. +Set rotation of notes in chord `x` (0..8) to `y` steps (-127..127). E.g. `y = 1` of chord `0,3,7` will lead to `3,7,0`, `y = 2` will lead to `7,0,3`, `y = -1` will lead to `7,0,3`. Default is `y = 0`. Use `x = 0` to set rotation for all chords. """ ["I2M.C.TRP"]