active questions tagged music - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T05:26:59Z http://stackoverflow.com/feeds/tag/music http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1852597/what-is-a-good-programming-language-for-music-software 1 what is a good programming language for music software? serdar karatekin 2009-12-05T16:15:32Z 2009-12-14T21:28:38Z <p>i want to write a music software that can play music, can detect pitch of the sound taken from the computer's microphone(with an algorithm that uses sound filters to filter out frequencies), and enables a good user interface. something similar to smartmusic: <a href="http://smartmusic.com" rel="nofollow">http://smartmusic.com</a></p> <p>any suggestions for what might be the most appropriate language to write this kind of software ? does anyone know what language smartmusic was coded in?</p> <p>thanks</p> http://stackoverflow.com/questions/1601147/which-music-does-a-programer-listen-to 1 Which music does a programer listen to? [closed] daemonfire300 2009-10-21T14:21:29Z 2009-12-14T20:56:31Z <p><em>(Inspired by SO Podcast #69 )</em></p> <ul> <li><p>While you are sitting at work, at home or anywhere, and you work on your code, which music do you listen to?</p></li> <li><p>What experiences have you had with listening music while programming?</p></li> <li><p>What effects did certain music have on you?</p></li> <li><p>Did music increase your productivity?</p></li> </ul> http://stackoverflow.com/questions/1902526/coloring-notes-in-lilypond-by-height 2 Coloring notes in Lilypond by height Egon Willighagen 2009-12-14T18:12:59Z 2009-12-14T18:47:30Z <p><a href="http://lilypond.org/" rel="nofollow">lilypond</a> can color notes in a arbitrary way <a href="http://lilypond.org/doc/v2.12/Documentation/user/lilypond-big-page#Coloring-objects" rel="nofollow">using</a></p> <pre><code>\override NoteHead #'color = #red c </code></pre> <p>with the default color is black. But I like to color all notes by height, so that my kids can more easily learn to recognize the notes as the c, d, e, f, ... are associated with its own color. The above allows me to do this, but is rather verbose.</p> <p>Is there a shortcut, macros of some sort, that allow me to do something along the lines of:</p> <pre><code>redc greend bluee </code></pre> <p>or even overwriting the default colors for each note by height so that I can even simply do:</p> <pre><code>c d e </code></pre> <p>and have each of them have a different color?</p> http://stackoverflow.com/questions/1894553/extending-karplus-strong-with-low-pass-filter 0 Extending Karplus-Strong with low pass filter David R 2009-12-12T20:11:19Z 2009-12-13T21:33:26Z <p>I have implemented a basic Karplus-Strong algorithm.<br> Ringbuffer, filling with white noise, output a sample from the front and append the average of first two elements to the end and delete the first element. Repeat last to steps.</p> <p>For better results and control over them I tried to implement a extended version of the algorithm.<br> Therefore instead of an averaging filter I need a frequency filter like a low pass filter.<br> My averaging filter has two inputs and one output: avg(a,b) = (a+b)/2</p> <p>The sample code on the wikipedia page gives as many outputs as inputs.<br> <a href="http://en.wikipedia.org/wiki/Low-pass%5Ffilter" rel="nofollow">http://en.wikipedia.org/wiki/Low-pass%5Ffilter</a></p> <p>I have found other (mathematic) versions like:<br> <a href="http://cnx.org/content/m15490/latest/" rel="nofollow">http://cnx.org/content/m15490/latest/</a><br> H(z) = (1+(1/z))/2<br> I guess z is a complex number.</p> <p>Both version have two inputs but also two outputs.<br> How do I get one meaningful value out of this?<br> Or do I have to rewrite bigger parts of the algorithm?<br> If thats the case where can I find a good explanation of it? </p> http://stackoverflow.com/questions/65268/music-how-do-you-analyse-the-fundamental-frequency-of-a-pcm-or-wac-sample 6 Music - How do you analyse the fundamental frequency of a PCM or WAC sample WaveyDavey 2008-09-15T18:10:40Z 2009-12-13T06:48:13Z <p>Sample held in a buffer from DirectX. It's a sample of a note played and captured from an instrument. How do I analyse the frequency of the sample (like a guitar tuner does). I believe FFT's are involved, but I have no pointers to HOWTO's.</p> http://stackoverflow.com/questions/761987/convert-wave-to-musical-notes -1 Convert Wave to musical notes Garrinn 2009-04-17T20:02:52Z 2009-12-13T05:18:25Z <p>Please feel free to guide my on this place if I'm misunderstanding something. </p> <p>I'm in the planning stage for a product that would convert wave data to musical notes, and every bit of help will be useful. And believe me, this is something programmers should do a lot more often than most seem to do, that is, carefully look for how to tackle a project. </p> <p>What are some places where such components or libraries are for sale or a place where I can get a free start by my self? I would appreciate it very much. I must admit I don't like to reinvent the wheel when I write programs, at least when tackling a very complicated project.</p> <p>By the way, I'm very experienced programmer. Own a small software company and build around 100 systems by myself, as computer games and full featured account system which is used here in Iceland.</p> http://stackoverflow.com/questions/353104/what-is-the-relationship-between-programming-and-music 8 What is the relationship between programming and music? pheze 2008-12-09T15:24:00Z 2009-12-10T21:57:03Z <p>Who here is <b>both</b> a musician <b>and</b> a programmer?</p> <p>I would also be curious to know which instruments you play, the ages at which you started programming and playing music, your personal experiences, etc. Perhaps we can find a relationship between these two things.</p> <p>I'll begin: Piano since 10, Computer since 12, I am 21.</p> <p>Note: Question originally from <a href="http://stackoverflow.com/users/35978/phezemyopenidcom">pheze.myopenid.com</a>.</p> <p>Related: <a href="http://c2.com/cgi/wiki?JazzProgrammer" rel="nofollow">Jazz Programmer</a></p> http://stackoverflow.com/questions/153712/creating-music-visualizer 6 Creating music visualizer crystalattice 2008-09-30T15:59:10Z 2009-12-09T17:13:30Z <p>So how does someone create a music visualizer? I've looked on Google but I haven't really found anything that talks about the actual programming; mostly just links to plug-ins or visualizing applications.</p> <p>I use iTunes but I realize that I need Xcode to program for that (I'm currently deployed in Iraq and can't download that large of a file). So right now I'm just interested in learning "the theory" behind it, like processing the frequencies and whatever else is required.</p> http://stackoverflow.com/questions/1873071/music-major-scale-converter 0 Music major scale converter Woland 2009-12-09T10:47:59Z 2009-12-09T11:36:18Z <p>i am trying to create music major scale converter. Dose anyone have info how do to it </p> <p>so far i have </p> <p>rootNote is scale base note like cMajor or gMajor note is note that i want to convert into major scale 0-126 if i insert rootNote 60 and note 60 the right return would be 0, if i insert rootNote 60 and note 61 the right return would be 2, if i insert rootNote 60 and note 62 the right return would be 4, if i insert rootNote 60 and note 63 the right return would be 5,</p> <p>if i insert rootNote 61 and note 60 the right return would be 0, if i insert rootNote 61 and note 61 the right return would be 1, if i insert rootNote 61 and note 62 the right return would be 3, if i insert rootNote 61 and note 63 the right return would be 5,</p> <p>ok i have this other one and it seems to work i want to map my sequence out put in major scale but is there some kind of formula what can i use?</p> <p>.</p> <pre><code>public int getINMajorScale(int note, int rootNote) { List&lt;int&gt; majorScale = new List&lt;int&gt;(); //int bNote = (int)_bNote.CurrentValue; int bNoteMpl = bNote / 12; bNote = 12 + (bNote - (12 * bNoteMpl)) - 7; majorScale.Add(bNote + (12 * bNoteMpl)); int tBnote = bNote; int res = 0; for (int i = bNote; i &lt; bNote + 6; i++) { //algorytm res = tBnote + 7; int mod = 0; if (res &gt;= 12) { mod = res / 12; res = res - 12 * mod; } tBnote = res; majorScale.Add(res + (bNoteMpl * 12)); } majorScale.Sort(); int modNuller = 0; if (nmr &gt;= 7) { modNuller = nmr / 7; nmr = nmr - 7 * modNuller; } return (majorScale[nmr] + (modNuller *12)); } </code></pre> <p>but it's obviously faulty.</p> http://stackoverflow.com/questions/1868615/lyrics-flow-delphi-pseudo-code 1 Lyrics flow (Delphi / pseudo-code) marco92w 2009-12-08T17:40:57Z 2009-12-09T06:28:08Z <p>I would like to build a program which lets lyrics of a song run over the screen. Something like this:</p> <p><a href="http://www.youtube.com/watch?v=kIAiBvD9njM" rel="nofollow">http://www.youtube.com/watch?v=kIAiBvD9njM</a></p> <p>Can you help me?</p> <p><strong>Algorithm:</strong></p> <ul> <li>pushes the marker to the right of a line fitting the music</li> <li>lets a line above the current line disappear</li> <li>inserts a new line above the current line</li> </ul> <p><strong>What is needed?</strong></p> <ul> <li>lyrics of the song (line per line)</li> <li>time to text data? (when does a line start/end)</li> </ul> <p>Some approaches would help me a lot. Pseudo-code or even Delphi code of any part would be fantastic.</p> http://stackoverflow.com/questions/1860870/is-listening-to-music-while-programming-a-good-idea 1 Is listening to music while programming a good idea? [closed] Koper 2009-12-07T15:54:09Z 2009-12-07T15:57:05Z <ul> <li>In your opinion does it increase, reduce or doesn't change your productivity?</li> <li>If you're listening to music do you make more, less or the same amount of errors?</li> <li>Do you usually listen to music while programming?</li> <li>If yes, what kind?</li> </ul> http://stackoverflow.com/questions/1858660/accurate-bpm-event-listener-in-as3 2 Accurate BPM event listener in AS3 knuckfubuck 2009-12-07T08:41:33Z 2009-12-07T12:34:13Z <p>I'm trying to sync animation to music at a specific BPM. I've tried using the Timer but it isn't accurate when dealing with small intervals in milliseconds. I did some reading and found an alternate method that uses a small silent audio file and the SOUND_COMPLETE event as a Timer. </p> <p>I used 167ms long sound file with this code.</p> <pre><code>package { import flash.events.Event; import flash.events.EventDispatcher; import flash.media.Sound; import flash.media.SoundChannel; import flash.net.URLRequest; public class BetterTimer extends EventDispatcher { private var silentSound:Sound; public function BetterTimer(silentSoundUrl:String):void { super(); silentSound = new Sound( new URLRequest(silentSoundUrl) ); silentSound.addEventListener(Event.COMPLETE, start); } public function start():void { this.timerFired( new Event("start") ); } private function timerFired(e:Event):void { dispatchEvent( new Event("fire") ); var channel:SoundChannel = silentSound.play(); channel.addEventListener(Event.SOUND_COMPLETE, timerFired, false, 0, true); } } } </code></pre> <p>This still doesn't stay on beat. Is the Flash Player capable of accuracy with sound?</p> http://stackoverflow.com/questions/1847633/net-library-to-identify-pitches 15 .NET Library to Identify Pitches Antoni 2009-12-04T15:20:29Z 2009-12-06T13:24:41Z <p>I'd like to write a simple program(preferably in C#) to which I sing a pitch using a mic and the program identifies to which musical note that pitch corresponds.</p> <p><hr></p> <p>Thank you very much for your prompt responses. I clarify:</p> <p>I'd like a (preferably .NET) library that would identify the notes I sing. I'd like that such a library:</p> <ol> <li>Identifies a note when I sing(a note from the chromatic scale).</li> <li>Tells me how much I'm off from the closest note.</li> </ol> <p>I intend to use such a library to sing one note a time.</p> http://stackoverflow.com/questions/1842656/iphone-play-a-specific-playlist-imix 0 iPhone play a specific playlist/iMix Eli 2009-12-03T20:24:00Z 2009-12-04T18:31:33Z <p>I want to play a specific playlist (that was constructed as an iMix) from my program, as long as it exists. I am able to use [[MPMediaQuery albumsQuery] addFilterPredicate:[MPMediaPropertyPredicate predicateWithValue:@"MyAlbum" forProperty:MPMediaItemPropertyAlbumTitle]]; to get all songs in an album (as well as many other options for artists, etc.) but there seems to be no way to access playlists.</p> <p>Is there a different way to do this, or will I be forced to store all the songs in the playlist within my code and access them all that way?</p> <p>Thanks.</p> http://stackoverflow.com/questions/1827918/positive-and-negative-waveforms 0 positive and negative waveforms [closed] Ben MK 2009-12-01T18:20:10Z 2009-12-03T17:55:57Z <p>I have been mixing someones track today and I have been getting strange wave form settings from his original audio files. The positive wave form is far greater than the negative. can someone explain why this might be and how I can get rid of it. Is it a phasing issue? this is the only thing I can put it down to</p> http://stackoverflow.com/questions/1812209/finding-free-individual-note-sounds-for-procedural-music 0 Finding free individual note sounds for procedural music RCIX 2009-11-28T10:41:31Z 2009-11-28T12:17:45Z <p>If you want to make procedural music, generally you're going to need individual note sounds (for whatever instrument) which you can string together. Is there somewhere i can get these for free, preferably usable for commercial purposes?</p> http://stackoverflow.com/questions/1810658/is-speed-control-over-music-on-an-iphone-plausible 0 Is speed control over music on an iPhone plausible? hephaestus042 2009-11-27T21:18:31Z 2009-11-27T21:36:58Z <p>I'm writing an iphone app, and I would like to have the user able to slow or quicken a pre-made sound file. Is this possible? If so, how would you do it?</p> <p><strong>Edit:</strong></p> <p>This looks like a dup of the following post:</p> <p><a href="http://stackoverflow.com/questions/1191313/iphone-sound-adjust-speed-of-playback-of-audio-file-while-playing">http://stackoverflow.com/questions/1191313/iphone-sound-adjust-speed-of-playback-of-audio-file-while-playing</a></p> http://stackoverflow.com/questions/957816/intranet-music-web-application-for-an-office-media-server 0 Intranet music web application for an office media server? Chad Johnson 2009-06-05T19:52:05Z 2009-11-27T20:29:13Z <p>My office is thinking of setting up a media server with speakers connected to it so that everyone in our office can queue up music via a web app. Right now we just pass around a speaker cable.</p> <p>Does anyone know of a Linux web app we could install or some third-party web service that would allow anyone with access to the site/account to queue up music to be played on the media server?</p> <p>Is there a webapp that could find shared music on the local network?</p> http://stackoverflow.com/questions/1810207/muscial-notation-on-the-iphone-any-suggestions-for-example-code 4 Muscial notation on the iPhone. Any suggestions for example code? Nate Murray 2009-11-27T18:49:18Z 2009-11-27T19:06:44Z <p>I'm writing an iPhone app where I'd like to display some simple musical notation (just a chord or two).</p> <p>This question is a call for suggestions on the quickest way to go about it. For instance:</p> <ol> <li>Is there any iphone OR objective-C libraries for doing this that I'm missing?</li> <li>Are there any examples of open-source objective-C software in the wild I could look at? It wouldn't have to be iPhone specific.</li> <li>If there isn't any objective-C code to do this, anyone know of any musicial-notation rendering software in other languages?</li> </ol> http://stackoverflow.com/questions/1786017/real-time-audio-visualisation-in-cocoa 1 Real-time audio visualisation in Cocoa? robw 2009-11-23T21:15:24Z 2009-11-25T12:36:59Z <p>Are there any frameworks or open-source code that would simplify the process of implementing a real-time oscilloscope (time-domain audio visualisation) in OSX?</p> <p>Ideally, I want to display a simple animated view representing the audio signal being input by the microphone input.</p> http://stackoverflow.com/questions/1788296/java-music-player-gui 0 Java Music Player GUI GLRockwell 2009-11-24T06:47:37Z 2009-11-24T06:55:03Z <p>Hello. I am implementing a GUI using Swing for a Java Music Player. I'd like to know if it is possible to make a time bar like the bar in WinAmp for example that can be moved to jump to a certain position in a song and shows the current position. If possible, how would one go about this?</p> <p>Also, I'm using a JList to display Playlists and I'd like to know how to get double click events. I know that there are selection events, but I'd like objects in the list to be selected and start playing upon double clicks, not single clicks. I'd also like them to only be selected once, so the the event is not continuously called.</p> <p>Thank you.</p> http://stackoverflow.com/questions/1731250/anyone-know-of-a-music-api-and-database 1 Anyone know of a music api and database? Eden 2009-11-13T19:15:52Z 2009-11-19T03:30:37Z <p>Does any one know of a music API other the yahoo's (<a href="http://developer.yahoo.com/music/" rel="nofollow">http://developer.yahoo.com/music/</a>) </p> <p>Thanks, Eden</p> <p><hr></p> <p>I should have clarified a bit. I know of other APIs but I would really like to know how was your experience with your API of choice. Especially with the ability of recognizing Artists' names and Tracks' name. I work a lot with Yahoo's API and I'm not satisfied with the results.</p> <p>Thanks Again, Eden.</p> http://stackoverflow.com/questions/1265236/iphone-errorcannot-find-protocol-declaration-for-mpmusicplayercontroller 0 iPhone error:cannot find protocol declaration for MPMusicPlayerController Gavin O'Brien 2009-08-12T09:48:12Z 2009-11-17T17:53:31Z <p>Hi i have the following error in my code error:cannot find protocol declaration for MPMusicPlayerController and am completely stumped as to what it means.</p> <p>Any insight into this is greatly appreciated.</p> http://stackoverflow.com/questions/1706730/itunes-and-applications-game-simultaneously 0 itunes and applications/ game - simultaneously [closed] Aishwarya 2009-11-10T09:45:53Z 2009-11-10T09:45:53Z <p>hi,</p> <p>i want to run ipod music and applications/games simultaneously.</p> <p>is it possible to run two different types, i.e ipod music and applications/ games.</p> <ul> <li>can we play ipod music underneath game play?</li> </ul> <p>thank you</p> <p>sudheer.</p> http://stackoverflow.com/questions/1704311/iphone-music-library-access 0 iPhone Music Library Access antonioj 2009-11-09T22:19:04Z 2009-11-09T23:58:32Z <p>Hello! I would like to develope an application for iPhone that classifies the user's music according to user-defined genres. The application should be able to have access to iPhone's Music Library and work on the files, this is, fetching an mp3 file, apply some DSP ( like MFCC coefficients ) and then save the results on the file itself. </p> <p>Is it possible to obtain a song as a file and work on it? </p> <p>Thanks.</p> http://stackoverflow.com/questions/1694938/jamroom-alterntive 0 Jamroom Alterntive Kay D 2009-11-08T00:39:14Z 2009-11-08T22:16:11Z <p>Hi,</p> <p>I'm looking for an open source or free alternative to Jamroom. (www.jamroom.net) I tried doing google searches for the past hour but I may not be searching for the right key terms. I would so grateful if someone knew software similar to this, I want to be able to upload Artist Music, Album covers and details and to be honest as many features to that of Jamroom Professional Or Enterprise packages found here.</p> <p><a href="http://www.jamroom.net/About%5FJamroom" rel="nofollow">http://www.jamroom.net/About%5FJamroom</a></p> <p>Thanks</p> <p>Kay D</p> http://stackoverflow.com/questions/1669820/how-to-identify-all-the-singles-in-a-huge-selection-of-music-mp3s 1 How to identify all the singles in a huge selection of music MP3s? Mark G 2009-11-03T20:04:08Z 2009-11-08T19:59:30Z <p>I have a project at home I'm thinking about using as a way of teaching myself something new.</p> <p>On an external NTFS drive I have a few tens of GBs of music albums, all in mp3 format and all nice and neatly sorted in directories. Some are quite obscure. I would like to create a playlist, in .m3u or (preferably) as an iTunes playlist, of all the tracks that were officially released as singles. How would <em>you</em> go about this? And what free tools, programming languages, APIs, scripts would you recommend exploring as a way of achieving this?</p> <p>I'm kind of just looking for rough guidelines and ideas rather than fine solutions. I am also committed to beginning learning PHP next week for a work project so I guess any ideas that involve PHP would be very welcome too.</p> http://stackoverflow.com/questions/1672602/iphone-avaudioplayer-stopping-background-music 0 iPhone AVAudioPlayer stopping background music Kenny Winker 2009-11-04T09:21:21Z 2009-11-04T10:11:24Z <p>So I've just noticed that on my iPod Touch, when my app triggers a short wav file to play using AVAudioPlayer, the music gets paused. Is this normal? I can't find any reference to this, and it seems like it would be noted somewhere. Is there a way to keep the music going while I play my sounds?</p> <p>Thanks ever so much!</p> http://stackoverflow.com/questions/180858/procedural-music-generation-techniques 22 Procedural music generation techniques... Cody Brocious 2008-10-07T23:43:05Z 2009-11-04T04:08:00Z <p>I've been putting a lot of thought into procedural generation of content for a while and I've never seen much experimentation with procedural music. We have fantastic techniques for generating models, animations, textures, but music is still either completely static or simply layered loops (e.g. Spore).</p> <p>Because of that, I've been thinking up optimal music generation techniques, and I'm curious as to what other people have in mind. Even if you haven't previously considered it, what do you think will work well? One technique per answer please, and include examples where possible. The technique can use existing data or generate the music entirely from scratch, perhaps on some sort of input (mood, speed, whatever).</p> http://stackoverflow.com/questions/1665236/jquery-how-to-run-background-music-in-website 0 JQuery: How to run background music in website? Prashant 2009-11-03T04:24:25Z 2009-11-03T08:37:37Z <p>I am searching for a plugin or code using which I'll be able to run background music when my website will open. This type of functionality normally found in flash website, where background, but I want to make it using jquery in my website,</p> <p>Please provide any plugin or code link, which will help me in this issue.</p> <p>Thanks</p>