I now added the ability for my Javascript expressions in messages to have embedded spaces which will be good for readability. Now expressions like this are possible:
midi://VMidi2/note 1 { 100*Math.sin(cursor_angle + 360) } { (cursor_yPos>0)?127:0 }
To do this I modified the message entry parser in extoscpatternask.cpp.
I’ve tested all the boundary conditions and it seems to be working fine. Let me know if you want to me send you this file also.
– Chris