25,000 Downloads of Musical!
I just broke 25,000 downloads of my Android application, Musical! Here are my current statistics according to the Developer Console:
- Downloads: 25015 total
- Active Installs: 11344 (45%)
- Reviews: 409
- Rating: 4.07/5
I just broke 25,000 downloads of my Android application, Musical! Here are my current statistics according to the Developer Console:
Is there somewhere I can grab the source for musical? I’m really interested in the midi audio code of the pitch pipe for an app idea that I have. I’m a python user just trying to learn some java now that I have a G1.
Unfortunately, I don’t have any code to do midi audio. Android doesn’t provide any access to the midi synthesizer, so I’m actually just playing a looped wave file for the pitch pipe (thus the around 200kb size of my application). This post, “Android Musical Updates”, provides an explanation of how it all works.
Excellent. Thanks for the info.