music

Android Music Player

Somebody help me please , i am working on an android music player , using services to play it in background. But when i go back to the home screen from my application. while the music is playing in background and then I return back to my app again , so i need to know , how can i maintain the current UI of music player. Please post some ...

pre-listen music in my application

Hi i am creating a band application for my friend. I would like to show all their tracks in a album, but how do i get this pre-listen player into my app? Is there a way i could connect to itunes to do that? Or whats the best plan.. Thanks, Michiel ...

Objective-c -> class method to main file query

Hi! Sorry to bug twice so quickly, but since people were so kind in their informative responces, I figured it couldnt hurt to ask another question. The same program i tried to make it rather swanky and have a main screen which allows you to click on a button which leads to a limited options screen. This lets you switch the music on ...

How do I draw music notes on a staff in an iOS or Mac app?

I want to write a program that will generate random notes and draw them on the screen on a staff. I want to use Cocoa or Cocoa Touch. What's the best way to go about displaying the notes? Should I somehow use a music font, or pngs of each note, or what? Are there any good tutorials or sources of info out there on this topic? ...

Web Music Player than can play song samples

Hey all, I am writing code for a website that plays artist music. But I currently need a player that plays only sample of songs and not full song, like Itunes and this kind of player seems hard to fun thus far. Does anyone know of one? And know of a player that can play other formats besides mp3? ...

Couldnt play back wav files in sequence. process had died on the way.

hi. I have a problem about playback of some wav files. I'd like to execute some wav files in sequence. but cant work well. sometimes i can play back till last but sometimes it doesn't work on the way. anyone knows something to solve this problem? pls Help !... the following is my code and log of logcat. ---------------------------...

How do I get JetCreator for android to run?

I have a fresh install of python25 with xwidgits for it just like the instructions say. When I try to run the py file I get the following error. C:\development\android-sdk-windows\tools\Jet\JetCreator>python -v JetCreator.py installing zipimport hook import zipimport # builtin installed zipimport hook 'import site' failed; tracebac...

Android App Static Storage

I am creating an Android application which will have some embedded music inside of it ( ~ 80 MB ). I was planning on putting it in the res/raw folder. Since android stores that all in it's internal memory, is this way too large? What are my options? I have come up with the following: Copy resources out of internal storage and onto the...

musical applying in field of programming

Hi all. I am programmer already two years and I know C++,C#,PHP,JS,MySQl,....languages. But besides these I can play piano and violin very well. I want to know is there any musical applying in field of programming? THANKS ...

Please help, I could use some advice/guidance about setting up a music streaming website internally.

The basic idea is I'd like to have a website on the intranet for streaming music. I'm open to any idea. The basic functionality I need can be found at sites like mixtape.me and playlist.com. Ideally I'd love if any site like those were open source and I could just snip out the parts I need. Complexity isn't a problem, I'm just not sure w...

Fixing GC error in Mac Common Lisp 5.0

Hi all, I'm fairly new to Lisp, and I'm trying to run an algorithmic music application on the original MCL 5.0 (not the RMCL version). The program works by incrementally inputting textual representations of music, and learning from the user via an association net. Unfortunately, shortly after I begin inputting the text, I begin to see t...

Getting the musical data of an iPod-track

How can I get the content (raw/sample data) of an iPod-track? I've seen apps like "Ringtone Designer" and iMovie which can do it, but I have no idea which api they use or what they do. I could imagine that iMovie uses private apis, but "Ringtone Designer" is a third-party app, so it must be possible with the public api-functions. ...

Android party shuffle

Hi, I was looking at Android music code to understand what party shuffle does. It appears that all that party shuffle does is to create a playlist whose length is the position of the song on the list + 7, and add a random selection of songs from the phone on to this list. Unlike normal shuffle, it seems a party shuffle does not care if t...

Can you recommend a good Spotify playlist for developers?

We have an office sound system and most of the time it's pumping out really distracting playlists. Can you recommend or share a Spotify playlist that you listen to when you code? ...

iPhone get all albums/artists

Hi there, does any of you have example code (or a link to it) of how to retrieve all music albums or artist from the iPod media library? Thanks in advance! ...

show what users are listening to on itunes in network

I'm on a network with a couple of people that all listen to music using iTunes (Mac and PC). I want to build a web page that will publish the track, artist and the logged in user's name. A user will need to be able to easily toggle whether they want their music displayed or not. The idea is similar to IM clients where it says what you...

sound-effects on recorded music --> which language?

Hi! I want to record sounds from a live playing band. Then I want to make some effects with using a programming language. After this i want to play this sounds also live. Which programming language would be useful? Can I use python? EDIT: I want to play them simultaneously (in sync). The sound effects take the recorded music as input. ...

Is there a free database or web service api for music information (albums, artists, tracks)?

I need to look up artist/album/track information for song titles. Is there a free database I could download or a open source web service/api I could use? ...

Change the bpm of a song while playing it in python

Hi, i'am looking for a way to attune a song to the heart rate of someone. I have a song in mp3 or wav format and i want to accelerate the speed of it while playing it. Or playing it in loop and between each loop accelerate it or slow it. Ideally it will be in python. Do you know a way to do that ? Regards and thanks. Bussiere ...

Making an instance of midi:midifile

I'm using a Lisp MIDI library for a small project I'm working on. Just to get started, I'm trying to write a simple MIDI file that plays middle C. However I can't seem to get this to work and can not find any documentation on how to do this sort of thing. Here is my code: (defun make-track () (list (make-instance 'midi:note-o...