Dafunk bass in Csound
Date | 2017-02-18 19:52 |
From | Anton Kholomiov |
Subject | Dafunk bass in Csound |
Attachments | dafunk-lead.csd |
I'd like to share a csd of Dafunk lead sound.
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
It's not exact but close in spirit. If you have a midi-keyboard you can plug and play :) > csound dafunk-lead.csd it's a -- ,g,a,c, e --, ,d,e,g, c----, h,c,e, a----, h,c I was messing around with Steven's adsr140 and diode udos. The main idea is monophonic synth with three oscillators saw, saw, square with ratios 1, 0.507, 0.253. We filter it with single diode filter. And we have a single LFO on center frequency, resonance and the drive of the filter. out of curiosity I've modulated with pure sine with small high overtoenes to cause a small ripple in modulation. Cheers! Anton |
Date | 2017-02-18 19:56 |
From | Hlöðver Sigurðsson |
Subject | Re: Dafunk bass in Csound |
Really excited to play, didn't look at the code, but seemingly I don't have python correctly set up? WARNING: could not open library '/usr/local/lib/csound/plugins-6.0/libpy.so' (/usr/local/lib/csound/plugins-6.0/libpy.so: undefined symbol: PyFile_AsFile) 2017-02-18 20:52 GMT+01:00 Anton Kholomiov <anton.kholomiov@gmail.com>:
|
Date | 2017-02-18 19:57 |
From | Anton Kholomiov |
Subject | Re: Dafunk bass in Csound |
I don't know. Does it produces the audio? I've not used any python opcodes.. 2017-02-18 22:56 GMT+03:00 Hlöðver Sigurðsson <hlolli@gmail.com>:
|
Date | 2017-02-18 20:02 |
From | Anton Kholomiov |
Subject | Re: Dafunk bass in Csound |
Attachments | MonoSynt.hs |
The Haskell source code. Just in case.. It should be easier to read then machine generated code.. 2017-02-18 22:57 GMT+03:00 Anton Kholomiov <anton.kholomiov@gmail.com>:
|
Date | 2017-02-18 20:04 |
From | Hlöðver Sigurðsson |
Subject | Re: Dafunk bass in Csound |
ok I will go there next, but when I look closer this python error was unrelated this is the error I guess? sorting score ... sread: unexpected char s section 1: at position 42 WARNING: Internal error in print_input_backtrace() remainder of line flushed ... done Could be something silly in my config. 2017-02-18 21:02 GMT+01:00 Anton Kholomiov <anton.kholomiov@gmail.com>:
|
Date | 2017-02-18 20:09 |
From | Anton Kholomiov |
Subject | Re: Dafunk bass in Csound |
Maybe something with versions. My version is Csound version 6.07 (double samples) Mar 2 2016. 2017-02-18 23:04 GMT+03:00 Hlöðver Sigurðsson <hlolli@gmail.com>:
|
Date | 2017-02-18 20:16 |
From | Hlöðver Sigurðsson |
Subject | Re: Dafunk bass in Csound |
I recompiled the develop branch a week ago --Csound version 6.09 (double samples) Feb 11 2017 :/ 2017-02-18 21:09 GMT+01:00 Anton Kholomiov <anton.kholomiov@gmail.com>:
|
Date | 2017-02-18 20:21 |
From | Richard |
Subject | Re: Dafunk bass in Csound |
Nice fat sound. It could be enhanced by midi controllers, like mod wheel or pitch, vibrato, etc. Richard On 18/02/17 20:52, Anton Kholomiov
wrote:
|
Date | 2017-02-18 20:27 |
From | Anton Kholomiov |
Subject | Re: Dafunk bass in Csound |
Thanks Richard, for trying out! 2017-02-18 23:21 GMT+03:00 Richard <zappfinger@gmail.com>:
|
Date | 2017-02-18 21:16 |
From | Steven Yi |
Subject | Re: Dafunk bass in Csound |
I am also getting crashes here in the same way Hlodver mentioned. Going through a bisect session now to see what's going on... On Sat, Feb 18, 2017 at 3:27 PM, Anton Kholomiov |
Date | 2017-02-18 21:50 |
From | Steven Yi |
Subject | Re: Dafunk bass in Csound |
I found the commit where the problem first occurs; going to start a discussion on the dev list as the commit has to do with score repeats and I'm not sure what the code is doing. But back to the main thread: thanks Anton for sharing! On Sat, Feb 18, 2017 at 4:16 PM, Steven Yi |
Date | 2017-02-18 21:58 |
From | Richard |
Subject | Re: Dafunk bass in Csound |
I had no problems with Csound 6.08 on OS X, the csd worked straight out of the box... Richard On 18/02/17 22:50, Steven Yi wrote: > I found the commit where the problem first occurs; going to start a > discussion on the dev list as the commit has to do with score repeats > and I'm not sure what the code is doing. But back to the main thread: > thanks Anton for sharing! > > On Sat, Feb 18, 2017 at 4:16 PM, Steven Yi |
Date | 2017-02-18 22:00 |
From | Steven Yi |
Subject | Re: Dafunk bass in Csound |
Yes the bug is just in the develop branch and is not a part of any released Csound versions. On Sat, Feb 18, 2017 at 4:58 PM, Richard |
Date | 2017-02-20 17:31 |
From | "Dr. Richard Boulanger" |
Subject | Re: Dafunk bass in Csound |
Nice. Fun. A great model. Thanks for sharing.
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
-dB On Sat, Feb 18, 2017 at 2:52 PM, Anton Kholomiov <anton.kholomiov@gmail.com> wrote:
|
Date | 2017-02-20 17:36 |
From | Anton Kholomiov |
Subject | Re: Dafunk bass in Csound |
Thanks for feedback! It's good to know that this kind of modern tech sound is also possible to do in Csound. The diode filter is main hero in the timbre and also being able to use a global LFO. (not on per note level as we used to do in instruments) 2017-02-20 20:31 GMT+03:00 Dr. Richard Boulanger <rboulanger@berklee.edu>:
|
Date | 2017-02-20 18:04 |
From | "Dr. Richard Boulanger" |
Subject | Re: Dafunk bass in Csound |
You might well imagine that my Berklee students (and me) really love these models and are huge fans of Steven Yi's UDO collection in which he is modeling classic synthesizer modules. -dB
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
On Mon, Feb 20, 2017 at 12:36 PM, Anton Kholomiov <anton.kholomiov@gmail.com> wrote:
_____________________________________________ Dr. Richard Boulanger Professor of Electronic Production and Design Professional Writing and Music Technology Division Berklee College of Music ______________________________________________ President of Boulanger Labs - http://boulangerlabs.com Author & Editor of The Csound Book - http://mitpress.mit.edu/books/csound-book Author & Editor of The Audio Programming Book - http://mitpress.mit.edu/books/audio-programming-book ______________________________________________ about: http://www.boulangerlabs.com/about/richardboulanger/ about: http://www.csounds.com/community/developers/dr-richard-boulanger/ music: http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/ ______________________________________________ email: rboulanger@berklee.edu facebook: https://www.facebook.com/richard.boulanger.58 |