FlorianBome
2017-01-31 13:38:47
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<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
Florian
2017-01-31 13:42:37
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
Florian
2017-01-31 13:43:02
comment
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
Florian
2017-01-31 13:44:21
comment
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
Florian
2017-01-31 13:49:36
comment
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.
Florian
2017-01-31 13:56:55
comment
posting an answer works fine, except that quotes are replaced by typographical quotes. Might be OK if ”preformatted text” works OK…
Florian
2017-01-31 13:57:59
comment
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).
Florian
2017-01-31 13:59:51
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<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
Florian
2017-01-31 14:00:18
comment
same problems as in posting a question.
Florian
2017-01-31 14:11:35
comment
a comment with ”quotes”.
The backslashes for ”escaping” the quotes are visible directly after inserting the comment, but not after reloading the page.
Florian
2017-01-31 17:38:04
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
Florian
2017-01-31 17:39:02
comment
huh! that seems to fix all issues!
Florian
2017-01-31 17:40:05
comment
Add Media button does not work. But attaching an image works, although it’s always displayed at its native resolution.