We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello all, I'm going to develop android app which will use next concept: dynamically changing an animation depends on music that plays in background. In view of that I have some questions:
1) Is it possible to use Minim in android application?
2) whether it is possible to classify a track (or parts of it) by tempo (slow, fast, very fast for example) as an alternative to count BPM of whole track?
3) is it possible to detect changing the rhythm of track in runtime?
I need to know this to change speed (type) of animation depends on rhythm of playing music. Thanks in advance.
Answers
What have you tried? Wouldn't it be better to just test it yourself with a quick example program?
Doing a quick google search of "minim Android" returned a bunch of results:
http://forum.processing.org/one/topic/minim-in-processing-for-android.html http://forum.processing.org/two/discussion/2288/ddf-minim-ugens-android-alternative/p1 http://forum.processing.org/one/topic/minim-to-android.html http://stackoverflow.com/questions/18926199/minim-fatal-exception
Thnx for answer, I will try to clarify : 1) for my localization requests like "minim android" shows no mention of Minim, at least first 4 pages.. 2) that the functionality of the Minim: whether it is possible with the help of Minim to determine the rhythm of the music (not BPM, maybe any other parameters may be detected).