Page 1 of 1

Multitouch Piano Keyboard

Posted: Tue Jul 28, 2020 8:16 pm
by Batninja
Hi all.

I want to develop a piano-style keyboard for IOS.

Multitouch using Touchstart/Touchend works fine for the individual Round Rectangle Graphic keys but I'd like to include the ability to drag a finger across the keys to trigger notes as well (rather than just tapping them).

Does anyone have any suggestions for a good approach?

Many thanks as usual for all and any comments or suggestions.

Roger.

Re: Multitouch Piano Keyboard

Posted: Tue Jul 28, 2020 8:20 pm
by richmond62
Look at touchMove in the built-in Dictionary.

If I were developing that sort of thing on a desktop I'd start playing around with mouseMove.