Skip to content

Commit

Permalink
added missing backtick (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
x2mirko authored Dec 28, 2024
1 parent d294b94 commit c60cfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ops/i2c2midi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit c60cfcd

Please sign in to comment.