I am trying to make an app in c# for the windows phone 7 where you can press buttons to play a sample sounds to make music (Like a synthboard). But I am having the problem that you can't press 2 points at once. Now I have tried using multi touch but I am a little unsure on how to use it. When I tried it I got it to recognizing me pressing multi point's on the screen and it is playing the sound associated with how many fingers are on the screen. Can you help me cheers :)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Cyborgx37, Bart, Jason Robinson, Jan Hančič, Jean-François Corbett Jan 24 at 8:06
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Using classic events/taps to process touch input restricts you to single-touch interfaces only. You will have the same with Windows Phone Toolkit or Expression Blend Behaviors. We’ll dig deeper into Silverlight for Windows Phone and how to process touch events directly using A good starting point is this link. After implementing your own logic, playing sounds is not too difficult. |
|||
|
|