Skip to content

Commit

Permalink
fix indentation of parts of the documentation
Browse files Browse the repository at this point in the history
In Markdown, indentation makes a code block.
  • Loading branch information
cfillion authored Jan 5, 2025
1 parent b3fd6b5 commit 6a4c90a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions MIDI/gofer_Poly Aftertouch Converter.jsfx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ about:
Uses the highest current value if several pitches send PolyAT at the same time.
Includes a bunch of sliders to mingle with the message values:

- "Convert on Channel" - which channel is listened to and worked on
- "Out Message" - select Poly Aftertouch (through curve), Channel Pressure or CC
- "Value Curve" - a small collection of curves to tweak the action, for example to get more sensitivity in the lower or upper range.
- "Min. Input Threshold" - all incoming values below this threshold will output whatever is set in "Min. Output". Raise this when Aftertouch starts at too low a pressure.
- "Max. Input Threshold" - all incoming values above this threshold will output whatever is set in "Max. Output". Lower this when too much pressure is needed to get to max.
- "Min. Output" - lowest output value.
- "Max. Output" - highest output value.

Min Output can be set higher than Max Output, this will invert the action.
- "Convert on Channel" - which channel is listened to and worked on
- "Out Message" - select Poly Aftertouch (through curve), Channel Pressure or CC
- "Value Curve" - a small collection of curves to tweak the action, for example to get more sensitivity in the lower or upper range.
- "Min. Input Threshold" - all incoming values below this threshold will output whatever is set in "Min. Output". Raise this when Aftertouch starts at too low a pressure.
- "Max. Input Threshold" - all incoming values above this threshold will output whatever is set in "Max. Output". Lower this when too much pressure is needed to get to max.
- "Min. Output" - lowest output value.
- "Max. Output" - highest output value.

Min Output can be set higher than Max Output, this will invert the action.

//----------------------------------------------

Expand Down

0 comments on commit 6a4c90a

Please sign in to comment.