The idea is to use the android device capabilities, like accel, touch screen, to send midi messages to pc and make some good sounds.
sound-it is hosted in the following web site
https://github.com/danielgomezrico/sound-it
If you think the Android project sound-it listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of sound-it.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [hdpi] |
Target SDK Version | 10 |
Minimum SDK Version | 7 |
Activity Count | 2 |
jar files used | RXTXcomm.jar android-support-v4.jar commons-lang-2.6.jar commons-logging-1.0.3.jar mina-core-2.0.4.jar slf4j-api-1.6.4.jar slf4j-jdk14-1.6.4.jar swing-layout-1.0.4.jar |
Required Permissions | android.permission.INTERNET |
There are 1 image files in sound-it. The names of the image files are listed as follows.
main_button_connect.png
The following screenshort is generated from the image listed above.
sound-it has the following Java source files.
com.makingiants.controllers.FrameConnectionController.java com.makingiants.model.managers.MessageManager.java com.makingiants.model.managers.SerialManager.java com.makingiants.model.managers.SoundPlayer.java com.makingiants.model.server.UDPHandler.java com.makingiants.model.server.UDPServer.java com.makingiants.soundit.activity.ViewConnection.java com.makingiants.soundit.activity.ViewEvents.java com.makingiants.soundit.model.KeyboardManager.java com.makingiants.soundit.model.MessageSender.java com.makingiants.soundit.model.udp.Client.java com.makingiants.views.FrameConnection.java null.Main.java