Test Format

PLEASE IGNORE THIS THREAD.

Translator 0 – Channel Message Incoming – MIDI Note On, any channel, set velocity to "pp" [x] swallow (...) Outgoing – MIDI Note On, channel "gt", velocity "pp"

Translator 1 – Increment + Incoming – MIDI Raw: "B0 22 7F" Rules – if gt<15 then gt=gt+1 Outgoing – none

Translator 2 – Decrement – Incoming – MIDI Raw: "B0 22 01" Rules – if gt>0 then gt=gt-1 Outgoing – none

And formatted as pre-format:

Translator 0 – Channel Message

Incoming – MIDI Note On, any channel, set velocity to “pp”

[x] swallow (…)

Outgoing – MIDI Note On, channel “gt”, velocity “pp”

Translator 1 – Increment +

Incoming – MIDI Raw: “B0 22 7F”

Rules – if gt&lt;15 then gt=gt+1

Outgoing – none

Translator 2 – Decrement –

Incoming – MIDI Raw: “B0 22 01”

Rules – if gt&gt;0 then gt=gt-1

Outgoing – none

 

Translator 0 – Channel Message
Incoming – MIDI Note On, any channel, set velocity to “pp”
[x] swallow (…)
Outgoing – MIDI Note On, channel “gt”, velocity “pp”

Translator 1 – Increment +
Incoming – MIDI Raw: “B0 22 7F”
Rules – if gt<15 then gt=gt+1
Outgoing – none

Translator 2 – Decrement –
Incoming – MIDI Raw: “B0 22 01”
Rules – if gt>0 then gt=gt-1
Outgoing – none

Translator 0 – Channel Message
Incoming – MIDI Note On, any channel, set velocity to ”pp”
[x] swallow (…)
Outgoing – MIDI Note On, channel ”gt”, velocity ”pp”

Translator 1 – Increment +
Incoming – MIDI Raw: ”B0 22 7F”
Rules – if gt0 then gt=gt-1
Outgoing – none

Translator 0 – Channel Message
Incoming – MIDI Note On, any channel, set velocity to ”pp”
[x] swallow (…)
Outgoing – MIDI Note On, channel ”gt”, velocity ”pp”

Translator 1 – Increment +
Incoming – MIDI Raw: ”B0 22 7F”
Rules – if gt0 then gt=gt-1
Outgoing – none

Posting a question with MT Pro ”code” works, but indentation is removed and quotes are replaced to typographical quotes.
Putting the code into a ”Preformatted” block will add additional New Lines and the lower-than and greater-than symbols are replaced with HTML entities.

posting an answer works fine, except that quotes are replaced by typographical quotes. Might be OK if ”preformatted text” works OK…

posting a comment mangles the content (check out what has become of the Rules lines!) and removes stuff (”Translator 2” is missing entirely). Also, putting it in a PRE tag does not do anything (second comment).

Posting an answer using Preformatted text style:

Translator 0 – Channel Message
Incoming – MIDI Note On, any channel, set velocity to "pp"
  [x] swallow (...)
Outgoing – MIDI Note On, channel "gt", velocity "pp"
Translator 1 – Increment +
Incoming – MIDI Raw: "B0 22 7F"
Rules – if gt&lt;15 then gt=gt+1
Outgoing – none

Translator 2 – Decrement –
Incoming – MIDI Raw: "B0 22 01"
Rules – if gt&gt;0 then gt=gt-1
Outgoing – none

same problems as in posting a question.

a comment with ”quotes”.
The backslashes for ”escaping” the quotes are visible directly after inserting the comment, but not after reloading the page.

just an image


Attachments:
![](upload://ckYI6aaDbjifCSkxDW4B91CCe8e.jpeg)

Thank you Florian

another test. I’ve changed the backend setting “escape pre tag” to OFF now:

Translator 0 – Channel Message
Incoming -- MIDI Note On, any channel, set velocity to "pp"
  [x] swallow (...)
Outgoing -- MIDI Note On, channel "gt", velocity "pp"

Translator 1 – Increment +
Incoming – MIDI Raw: “B0 22 7F”
Rules – if gt<15 then gt=gt+1
Outgoing – none

Translator 2 – Decrement –
Incoming – MIDI Raw: “B0 22 01”
Rules – if gt>0 then gt=gt-1
Outgoing – none

huh! that seems to fix all issues!

Add Media button does not work. But attaching an image works, although it’s always displayed at its native resolution.