mschnell
2014-02-07 13:42:25
Where can I find the complete syntax definition for the BMTP Language ? It does not seem to be included in the Manual PDF
-Michael
-Michael
mschnell
2014-02-07 13:42:25
florian
2014-02-08 18:23:28
mschnell
2014-02-08 21:21:16
florian
2014-02-08 22:37:36
mschnell
2014-02-09 07:52:40
Code: Select all
Translator 1: Fader 1
Incoming Message: B0 07 pp
Rules: rr=595
qq=pp*0.95
if pp=127 then qq=85
vv=rr+qq
Outgoing Message: Mouse Absolute Position X Axis: 90 Y Axis: vv
florian
2014-02-09 14:48:55
Sakis
2014-02-09 14:58:57
mschnell
2014-02-14 22:26:41
I vote for Java Script (which you did mention in some other message here).florian wrote: We plan to add support for a real scripting language like LUA in a future version.