Multitouch Piano Keyboard

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Batninja
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 55
Joined: Sat Oct 15, 2011 9:43 am

Multitouch Piano Keyboard

Post by Batninja » Tue Jul 28, 2020 8:16 pm

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.

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 9387
Joined: Fri Feb 19, 2010 10:17 am
Location: Bulgaria

Re: Multitouch Piano Keyboard

Post by richmond62 » Tue Jul 28, 2020 8:20 pm

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.

Post Reply

Return to “iOS Deployment”