Feature Request: Touchscreen Support

For general discussion related FlowStone
Post Reply
rlr
Posts: 27
Joined: Tue Jul 13, 2010 9:17 pm

Feature Request: Touchscreen Support

Post 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)
User avatar
Walter Sommerfeld
Posts: 250
Joined: Wed Jul 14, 2010 6:00 pm
Location: HH - Made in Germany
Contact:

Re: Feature Request: Touchscreen Support

Post by Walter Sommerfeld »

Yeah - an old and prayed wish 4 a long time now!

Hope more Users bump this 2!
infuzion
Posts: 109
Joined: Tue Jul 13, 2010 11:55 am
Location: Kansas City, USA, Earth, Sol

Re: Feature Request: Touchscreen Support

Post 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/
rlr
Posts: 27
Joined: Tue Jul 13, 2010 9:17 pm

Re: Feature Request: Touchscreen Support

Post 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.
infuzion
Posts: 109
Joined: Tue Jul 13, 2010 11:55 am
Location: Kansas City, USA, Earth, Sol

Re: Feature Request: Touchscreen Support

Post 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.
User avatar
JB_AU
Posts: 171
Joined: Tue May 21, 2013 11:01 pm

Re: Feature Request: Touchscreen Support

Post by JB_AU »

Bump
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

Albert Einstein
Post Reply