#64443 - MaHe - Thu Dec 22, 2005 1:04 pm
Is it possible for DS' touchscreen to detect two 'touches' at a time? I'm just curious, sorry :)
Last edited by MaHe on Thu Dec 22, 2005 2:29 pm; edited 1 time in total
#64451 - ?hr - Thu Dec 22, 2005 1:44 pm
i dont think so.
If you do this in Pictochat or in homebrew paint software, you will get a line instead of getting 2 points!
#64469 - juhees - Thu Dec 22, 2005 7:02 pm
?hr GmbH wrote: |
i dont think so.
If you do this in Pictochat or in homebrew paint software, you will get a line instead of getting 2 points! |
If the touchpad registers more than one point (which it normaly does, because your finger is too big ;-) it calculates the middle between all points and this point will be returned. This is done in hardware, so you can't read all points touched. Try in PicoChat to touch 2 small points (with 2 stylus) and move them both in one direction, you should get a line between these points (as if you would touch it in the middle between the 2 stylus).
#65350 - darkfader - Mon Jan 02, 2006 9:36 am
You could interprete a very sudden move as a second touch. You can then calculate the second point by using the first point and the new averaged point. It probably won't be very accurate. Perhaps even three points will work.
#65416 - etiennedupont - Tue Jan 03, 2006 1:04 am
seems like to me it's working like a pc laptop touchpad if so....
_________________
///et oui, c'est surprise sur prise !!///
#65466 - MaHe - Tue Jan 03, 2006 3:09 pm
I was just curious if it's possible to make a simple "Piano Tech Demo" by using multiple styluses (or fingers). After DF's and juhees' post I'm pretty sure it'd be damn hard to code it.
#65500 - Fatnickc - Tue Jan 03, 2006 6:27 pm
Indeed. However, the microphone could be put to some affect if you were prepared to implement some voice recognition for notes, so the user could tap one note, say a C, and say "A" for an A. Obviously if you wanted flats and stuff you'd need to think of other words, and this isn't a very usable solution, but it would do the job.
#65748 - Sebbo - Thu Jan 05, 2006 12:48 pm
if your after chords in your demo, you could try something similar to "Casio Chord" that you get on their electric keyboards...although i think a sequencer would be better than trying to play music in real-time
_________________
Here's some ideas I have for when I know enough to act on them, or for others to have a look at when they're bored: www.wayne.sebbens.com/ds_ideas.htm
#65770 - tepples - Thu Jan 05, 2006 5:21 pm
Sebbo wrote: |
...although i think a sequencer would be better than trying to play music in real-time |
Now here's would be useful on the DS: an S3M editor.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#65836 - Jasper_M - Fri Jan 06, 2006 12:57 am
Also, it would only work for taps, if you move a stylus after that, you can calculate only relative movement...