Earlier quoted context omitted.
Hi, post author here. Thanks for pointing out! I know it's wrong and working on these improvements: https://www.reddit.com/r/Clojure/comments/4dl454/recreating_...
Cool. Those changes sound pretty dead-on.
Recreating Daft Punk's Da Funk with Overtone and Leipzig
71–80 of 101 posts
Re: Recreating Daft Punk's Da Funk with Overtone and Leipzig
#72Might be relevant to the subject: Sonic Pi Daft Punk sample - https://www.youtube.com/watch?v=cydH_JAgSfg
Re: Recreating Daft Punk's Da Funk with Overtone and Leipzig
#73Earlier quoted context omitted.
"the utterly utterly ridiculous staff notation system" I think you mean "dense and efficient".
I think you're both right. It's got some seemingly arbitrary quirks. But at the end of the day, it compresses information really well.
Re: Recreating Daft Punk's Da Funk with Overtone and Leipzig
#74Re: Recreating Daft Punk's Da Funk with Overtone and Leipzig
#75Well that's opened up a fascinating new world to me. Is there a name for that regular logarithmic by linear music notation in the first image? I suddenly feel like a whole lifetime of musical enjoyment has been denied to me by the utterly utterly ridiculous staff notation system.
If you like the idea of making music by "drawing" it like this, and you have access to a Windows Machine, I'd recommend playing with FLStudio. With other DAWs I've found that it is more difficult to make music with just a mouse, not requiring real instruments, microphones and (maybe multiple) MIDI controllers. I've been a Mac user for almost ten years now, but the lack of FLStudio for OSX makes me question that decis…
Re: Recreating Daft Punk's Da Funk with Overtone and Leipzig
#76Earlier quoted context omitted.
I was a bit disappointed by the output. Is this the quality of music that is produced regularly by this software? The only thing that sounded good to my ears was the baseline piece, by itself. It sounded true to the original. The rest sounded like a Casio keyboard from the 80s. Not flattering to the depth of Da Funk. I was expecting something closer to the original, not something with the same tones measures and BPM…
It's incredibly hard to make music with commercial production values with nothing but code. Commercial studios have racks full of boxes that start from $2000 each that fatten up and sweeten the sound, and a commercial track will patch every element through multiple boxes during mixing. The mixing desk itself will add its own sound. Most of the boxes have analog circuitry inside them. Modelling it is not easy, and goo…
Da Funk's lead can be reasonably approximated with cheaply available modeling software, or moderately priced analog synths. Here's someone getting decently close with Massive, which is around 200 dollars.
https://www.youtube.com/watch?v=AB1_JxbT_1s
The article's sound is just still too simple. I've not used Octave, but I'm sure that with some work, it could achieve quite a bit more.
Re: Recreating Daft Punk's Da Funk with Overtone and Leipzig
#77Earlier quoted context omitted.
the daft version is clearly mixed (eq'd, compressed, etc.) and probably done so in a nice "easy" to use DAW. i doubt he could get that sound (without working long hours) when hardcoding everything.
The Daft Punk version is pretty much the raw direct sound you get from the synthesizer. Maybe a touch of reverb, a hint of EQ but nothing that changes the sound.
Re: Recreating Daft Punk's Da Funk with Overtone and Leipzig
#78https://www.youtube.com/watch?v=9sdtOpE_3aQ
And the follow up:
Re: Recreating Daft Punk's Da Funk with Overtone and Leipzig
#79Earlier quoted context omitted.
It's a representation of a midi step sequencer. It's pretty standard in all DAW (Digital Audio Workstation) software. Staff notation is way more nuanced than this. In order to represent all the details on the midi ui it requires layers (like photoshop) for all the different parameters. On staff notation it's all there on one page. Staff notation might be a bigger learning curve but it's also a far superior way of com…
I recall some composers notes such as 'with great vigor' or 'like raindrops' on sheet music. Midi step sequences would have a hard time representing the "emotion" some composers are looking for.
Re: Recreating Daft Punk's Da Funk with Overtone and Leipzig
#80Earlier quoted context omitted.
If you like the idea of making music by "drawing" it like this, and you have access to a Windows Machine, I'd recommend playing with FLStudio. With other DAWs I've found that it is more difficult to make music with just a mouse, not requiring real instruments, microphones and (maybe multiple) MIDI controllers. I've been a Mac user for almost ten years now, but the lack of FLStudio for OSX makes me question that decis…
Could you describe what about the FLStudio piano roll makes it more suitable for making scores with a mouse than other piano rolls?
Most other DAW's have caught up with their piano roll implementation but I still like FL's the most. I think what makes it unique is its toolset -- as in, the toolbar up top -- as its modal editing workflow lets you add, delete, and then transform notes incredibly quickly. Most of these modes have a shortcut to get to them, and its easy to flip between them. It even has a chord option, which functions much in the same way as that hook tool. Other DAWs take a modal approach but in many cases they complicate their implementation.
It's also worth noting that FL is pattern-based, whereas most DAWs are not. ("Pattern-based" means you generally write music phrases/patterns and repeat them throughout the track, this is helpful for electronic dance music.) A repeating bassline pattern in FL is more akin to a series of symlinks back to the original file, whereas in Cubase and Logic, each of these repeats would be copies (unless you specify otherwise, but I found the implementation convoluted and troublesome.)
Most of the other DAWs I've worked with are much more fiddly and require messing with technical details and audio routing to get a good result. FL also requires this, but again the implementation is seamless, has sensible defaults, and stays out of your way until you need to mess with it. (In the middle of a good flow I have very little patience for routing.) I do not find this to be the case with Live, Cubase, or especially Logic... I put in an effort to learn each of these at some point and ultimately left to return to FL.
I've noticed DAWs tend to optimize around performances (Live), MIDI orchestration (Cubase, Logic), recording (ProTools, Reaper) or 'in-the-box' production (FL). All of the above have tools for composing by mouse but FL's workflow is optimized for this specific use-case.