Tagged Questions
1
vote
2answers
252 views
Multiple touch in soundpool
How to make multiple touch in soundpool? I have 3 button. When finger slide touch button, like sound in piano? This my code :
sp = new SoundPool (5, AudioManager.STREAM_MUSIC, 0);
player1 = ...
0
votes
0answers
121 views
Multi touch button for play sound
I try to make play sound application with soundpool, I have 3 button for play sound, How to play multiple sound if touch slide the button? I was search tutorial, But still confused use MotionEvent. ...
0
votes
0answers
90 views
How to make multiple touch in android?
I try to make piano application using button and SoundPool. Example : I have three button, How to make play multiple sound in three button when user touch by slide the button.
This my code :
sp = new ...
0
votes
1answer
386 views
Concurrent Sound on Android Device
I have been developing simple drum pads for my phone and have run into a block when it comes to playing two sounds at once (ie during a multitouch event when the user presses down on two or more drum ...