When the home button gets double tapped in the middle of my music game for the iPhone, a pop-up appears showing the name and artist of the song being played...how do I disable this pop-up ?
I'm using the iPodMusicPlayer in MPMusicPlayerController and I don't want to have to use applicationMusicPlayer.
Thanks.
...
Hey guys,
How would you play any type of music in objective-c (not iphone sdk), and how would you stop the music?
Thanks,
Kevin
...
can someone explain to me how this was done:
http://www.youtube.com/watch?v=ipzR9bhei%5Fo&NR=1&feature=fvwp
what tool did this person use to analyze the midi file? was it a midi file? how did they turn it into this kind of animation?
is it possible to make an application like this in vb.net?
...
About the following code, it is written by MFC, but in test time, i run the simple program, i will not got a normal case, the program will return a failed message to me, the message is "Can't play file:[PATH]".
but if me fixed the File (not select form the the dialog), it is work, i can not find out the problem, i hope some people can h...
Hi folks!
I'm trying to use pulseaudio to play the contetst of a vorbis-stream but are hitting problems. Basicly I'm told that:
‘pa_simple’ was not declared in this scope
‘pa_simple_new’ was not declared in this scope
‘pa_simple_write’ was not declared in this scope
Some code are shown below:
#include <pulse/pulseaudio.h>
pa_sim...
Hi all!
Is there a way (ofcourse there is a way, but which way) to get info about the song currently playing in iTunes on a Mac (OS 10.5.8 and OS 10.6) programmatically?
I need this for my Cocoa application.
I use iTunes 8 and Objective-C.
Thanks in advance.
...
I'm familiar with wordpress and cakePHP; however, I'm building a small community website (hobby) that allows users to post music sheet (pdf/image) or guitar tabs ( text files). These music sheets should be organized by artists and songs. I've already built my own cms, but I'm not looking forward to maintain it as i'm scared I won't have ...
Hi!
I have two questions about an application that I'm trying to write.
First, is it possible to loop video using the MPMoviePlayerController (without calling play again in the moviePlayBackDidFinish method)? When I do it that way it flashes my apps menu screen before playing again.
Second, is it possible to stream music (either from ...
Hi there,
I want to have a smooth background music on my page. I thought of using some kind of footer which does not refresh when I click on a subpage so that the music does not start again.
I am using php-include for my subpages, e.g.
include-tag for header
content
include-tag for footer
I don't want to use frames or s...
I want to learn how to program a music application that will analyze songs.
How would I get started in this and is there a library for analyzing soundwaves?
I know C, C++, Java, Python, some assembly, and some Perl.
Related question: Algorithm for music imitation
...
I've just stumbled across this fascinating article on the BBC website regarding producing music in realtime using a programming language - so called "Live Coding"
I can't seem to find much info on getting started having a go at this sort of stuff, has anyone here heard of Live Coding?
Where do you get the tools / IDE to start doing thi...
Hey all,
I want to play music in my Objective-C program. How would I do that? I'm a noob, so please go easy. It's my 2nd program in Objective-C.
Thanks,
Kevin
...
My app is playing music, when the screen get lock/off, SOMETIMES there will be no sound.
Why?
Tnx
...
I know there are a few posts about various media frameworks out there, but I am looking for something a little more specific.
I would love to be able to take an mp3 and transpose it to a new key.
Any suggestions?
...
I am building a website for someone who is starting a music studio. They want an mp3 player on there so people can hear some music. They also want the songs to have a download and buy link. I usually stay away from any flash stuff, but I think a flash player is the way to go for this right? Is there a good recommended one for this typ...
What's the mobile streaming bit rate for pandora, spotify, rhapsody, imeem, last.fm, iheartradio, slacker dj?
Bad reviews on these applications always point to poor sound quality.
...
Hello,
Does anyone know a good lib for playing wav, mp3 (and ogg) where I can:
Play
Pause
Play faster
(Slow down)
Play backward (mp3!! or ogg!!)
Edit volume
I want to adjust these things while playing.
Thanks
...
I'm currently using the below code in one of my applications.
It works great on a device running 3.0 but now always returns an Album count of 0 for each Playlist if the device is 3.1.
Please let me know if I'm doing this incorrectly. I'm basically try to loop through the Playlists and count the number of Albums and Tracks for each one ...
Hello.
Does m4b format with all it's chapter meta data have proper spec or, even better, free library to construct it with? May be I should look for it under different name?
...
Hello,
I am writing program in Java will have to do with music input. I want to use my computer keyboard as instrument.Pretty much it will be as button accordion which I play. I will do the mapping between keys and notes through 2 octaves for beginning. I was thinking what would be good design in timing how much the key was pressed. I a...