Page 1 of 1

Feature Request: Touchscreen Support

PostPosted: Tue Dec 18, 2012 12:15 pm
by rlr
Request: add touch support according to the Windows 7 API to the ruby component

Idea and possible implementation:
- add a boolean "enable touch" to the MGUI component to switch on/off that feature.
- add support for a couple event handlers to the RubyEdit component similar to the mouse handlers to handle multiple WM_TOUCH and WM_GESTURE messages
- (alternatively add fine-graned handlers like touchUp, touchDown, touchMove, etc)

Re: Feature Request: Touchscreen Support

PostPosted: Wed Dec 19, 2012 5:32 pm
by Walter Sommerfeld
Yeah - an old and prayed wish 4 a long time now!

Hope more Users bump this 2!

Re: Feature Request: Touchscreen Support

PostPosted: Mon Dec 24, 2012 1:45 pm
by infuzion
Honestly, it would be likely faster for you to learn C++ an write it yourself than wait for Outsim to add it. That is what this guy did: http://www.smithsonmartin.com/products/emulator/

Re: Feature Request: Touchscreen Support

PostPosted: Mon Dec 24, 2012 10:49 pm
by rlr
I have more than 20 years programming experience in C++ and other OO languages. I know the Windows SDK, therefore I'd estimate multitouch support in Flowstone can be implemented on a thursday afternoon. That could be a cool addition to Flowstone. Besides, I'm rather unimpressed by Windows 8 and Win RT, but because of it, there are lots of new touch screen devices comming.

Re: Feature Request: Touchscreen Support

PostPosted: Tue Dec 25, 2012 5:28 am
by infuzion
rlr wrote:I have more than 20 years programming experience in C++ and other OO languages. I know the Windows SDK, therefore I'd estimate multitouch support in Flowstone can be implemented on a thursday afternoon...
Honestly, you'd be better off writing your own VST then. I"ve asked for a few SSE2-4 commands to be added, which other opcodes had been added in the past in hours, & 5 years later, still ZERO (or ZED depending on what side of the ocean you are on). It took us 5 years to get Ruby as a more-accurate solution to MIDI processing than green was. Still no VST3.x, 64bit support, etc. They have a lot of pans in the fire.

I agree with your suggestion; it is a very good idea. I just want you to have a realistic picture of historical performance.

Re: Feature Request: Touchscreen Support

PostPosted: Sat Jul 11, 2015 1:15 am
by JB_AU
Bump