Csound Csound-dev Csound-tekno Search About

[Csnd] Mali inspired csound music

Date2021-04-28 20:53
FromAnton Kholomiov
Subject[Csnd] Mali inspired csound music
Hi, folks!

I'd like to share music that was inspired by Mali culture. I enjoy West Africa music alot.
it's one of my favorite styles in World music. Track is pure csound no samples:

It builds on top of the notion of Euclidean rhythms.

I attach link the csound code:
Though it's not so readable but you can play it with your favorite compiler :)



Cheers
Anton
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

Date2021-04-28 21:43
From"Jeanette C."
SubjectRe: [Csnd] Mali inspired csound music
Hello Anton!
Apr 28 2021, Anton Kholomiov has written:
...
> https://disk.yandex.ru/d/OJYDQXX5wn3ZDA
...
> https://github.com/anton-k/haskell-sound-design-talk/blob/master/02-music-algebra/examples/mali-track.csd
...
Many thanks for sharing this. I am very much looking forward to going
through your code. I like the woody instruments, both the percussive one
and the tongue-drum or tine-like melodic sound. There's such an organic
realistic quality to that! As ever, it's been a pleasure listening.

Best wishes,

Jeanette

-- 
  * Website: http://juliencoder.de - for summer is a state of sound
  * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
  * Audiobombs: https://www.audiobombs.com/users/jeanette_c
  * GitHub: https://github.com/jeanette-c

With you I get so high
Lost in the crystal sky
You are this melody
That's where you take me <3
(Britney Spears)

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

Date2021-04-28 21:59
FromAnton Kholomiov
SubjectRe: [Csnd] Mali inspired csound music
Thanks Jeanette for kind words!

If you are curious about wooden instruments they are actually done with the same trick.
I pass small burst of white noise through series of band pass filters with center frequencies on ratios:
560, 1100, 2500, 3000. For percussion those numbers are fixed. But for xylophone they are
relative to the base frequency and I've added a bit of triangle wave to white noise burst
so that sound becomes more harmonic in nature.

And it has function wooden, that applies a sum of band pass filters to give wooden quality to any source:
https://github.com/anton-k/haskell-sound-design-talk/blob/master/02-music-algebra/examples/Instr.hs#L36

It roughly models resonance response of a wooden box.

Cheers,
Anton






ср, 28 апр. 2021 г. в 23:43, Jeanette C. <julien@mail.upb.de>:
Hello Anton!
Apr 28 2021, Anton Kholomiov has written:
...
> https://disk.yandex.ru/d/OJYDQXX5wn3ZDA
...
> https://github.com/anton-k/haskell-sound-design-talk/blob/master/02-music-algebra/examples/mali-track.csd
...
Many thanks for sharing this. I am very much looking forward to going
through your code. I like the woody instruments, both the percussive one
and the tongue-drum or tine-like melodic sound. There's such an organic
realistic quality to that! As ever, it's been a pleasure listening.

Best wishes,

Jeanette

--
  * Website: http://juliencoder.de - for summer is a state of sound
  * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
  * Audiobombs: https://www.audiobombs.com/users/jeanette_c
  * GitHub: https://github.com/jeanette-c

With you I get so high
Lost in the crystal sky
You are this melody
That's where you take me <3
(Britney Spears)

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
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

Date2021-04-28 22:06
FromAnton Kholomiov
SubjectRe: [Csnd] Mali inspired csound music
It's parallel summing series not sequential.
So we get moise as x and the result is the sum of results of individual band pass filters.
On the spectrum view It shapes kind of blurred semi-harmonic series


ср, 28 апр. 2021 г. в 23:59, Anton Kholomiov <anton.kholomiov@gmail.com>:
Thanks Jeanette for kind words!

If you are curious about wooden instruments they are actually done with the same trick.
I pass small burst of white noise through series of band pass filters with center frequencies on ratios:
560, 1100, 2500, 3000. For percussion those numbers are fixed. But for xylophone they are
relative to the base frequency and I've added a bit of triangle wave to white noise burst
so that sound becomes more harmonic in nature.

And it has function wooden, that applies a sum of band pass filters to give wooden quality to any source:
https://github.com/anton-k/haskell-sound-design-talk/blob/master/02-music-algebra/examples/Instr.hs#L36

It roughly models resonance response of a wooden box.

Cheers,
Anton






ср, 28 апр. 2021 г. в 23:43, Jeanette C. <julien@mail.upb.de>:
Hello Anton!
Apr 28 2021, Anton Kholomiov has written:
...
> https://disk.yandex.ru/d/OJYDQXX5wn3ZDA
...
> https://github.com/anton-k/haskell-sound-design-talk/blob/master/02-music-algebra/examples/mali-track.csd
...
Many thanks for sharing this. I am very much looking forward to going
through your code. I like the woody instruments, both the percussive one
and the tongue-drum or tine-like melodic sound. There's such an organic
realistic quality to that! As ever, it's been a pleasure listening.

Best wishes,

Jeanette

--
  * Website: http://juliencoder.de - for summer is a state of sound
  * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
  * Audiobombs: https://www.audiobombs.com/users/jeanette_c
  * GitHub: https://github.com/jeanette-c

With you I get so high
Lost in the crystal sky
You are this melody
That's where you take me <3
(Britney Spears)

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
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

Date2021-04-28 22:06
From"Jeanette C."
SubjectRe: [Csnd] Mali inspired csound music
Apr 28 2021, Anton Kholomiov has written:
...
> center frequencies on ratios:
> 560, 1100, 2500, 3000. For percussion those numbers are fixed.
...
> The actual definition is here:
>
> https://github.com/anton-k/haskell-sound-design-talk/blob/master/02-music-algebra/examples/Instr.hs#L53
>
> And it has function wooden, that applies a sum of band pass filters to give
> wooden quality to any source:
> https://github.com/anton-k/haskell-sound-design-talk/blob/master/02-music-algebra/examples/Instr.hs#L36
...
Many thanks again. Having skimmed the source for your piece, I find it
challenging to understand. :) Well, it's freetime, so a puzzle keeps the
mind alert. :) I will more closely read through the above. I have an
urge to play with this.

Best wishes,

Jeanette

-- 
  * Website: http://juliencoder.de - for summer is a state of sound
  * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
  * Audiobombs: https://www.audiobombs.com/users/jeanette_c
  * GitHub: https://github.com/jeanette-c

With you I get so high
Lost in the crystal sky
You are this melody
That's where you take me <3
(Britney Spears)

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

Date2021-04-29 16:23
FromPablo Frank
SubjectRe: [Csnd] Mali inspired csound music
ENDLESS thanks for the code!!!


From: A discussion list for users of Csound <CSOUND@LISTSERV.HEANET.IE> on behalf of Anton Kholomiov <anton.kholomiov@GMAIL.COM>
Sent: Wednesday, April 28, 2021 7:53 PM
To: CSOUND@LISTSERV.HEANET.IE <CSOUND@LISTSERV.HEANET.IE>
Subject: [Csnd] Mali inspired csound music
 
Hi, folks!

I'd like to share music that was inspired by Mali culture. I enjoy West Africa music alot.
it's one of my favorite styles in World music. Track is pure csound no samples:

It builds on top of the notion of Euclidean rhythms.

I attach link the csound code:
Though it's not so readable but you can play it with your favorite compiler :)



Cheers
Anton
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

Date2021-05-01 18:34
FromJason Hallen
SubjectRe: [Csnd] Mali inspired csound music
Cool track!
Jason

On Thu, Apr 29, 2021 at 10:24 AM Pablo Frank <frank_pablo@hotmail.com> wrote:
ENDLESS thanks for the code!!!


From: A discussion list for users of Csound <CSOUND@LISTSERV.HEANET.IE> on behalf of Anton Kholomiov <anton.kholomiov@GMAIL.COM>
Sent: Wednesday, April 28, 2021 7:53 PM
To: CSOUND@LISTSERV.HEANET.IE <CSOUND@LISTSERV.HEANET.IE>
Subject: [Csnd] Mali inspired csound music
 
Hi, folks!

I'd like to share music that was inspired by Mali culture. I enjoy West Africa music alot.
it's one of my favorite styles in World music. Track is pure csound no samples:

It builds on top of the notion of Euclidean rhythms.

I attach link the csound code:
Though it's not so readable but you can play it with your favorite compiler :)



Cheers
Anton
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
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
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

Date2021-05-01 19:13
FromAaron Krister Johnson
SubjectRe: [Csnd] Mali inspired csound music
Yes, nice!

On Sat, May 1, 2021, 10:34 AM Jason Hallen <hallenj@gmail.com> wrote:
Cool track!
Jason

On Thu, Apr 29, 2021 at 10:24 AM Pablo Frank <frank_pablo@hotmail.com> wrote:
ENDLESS thanks for the code!!!


From: A discussion list for users of Csound <CSOUND@LISTSERV.HEANET.IE> on behalf of Anton Kholomiov <anton.kholomiov@GMAIL.COM>
Sent: Wednesday, April 28, 2021 7:53 PM
To: CSOUND@LISTSERV.HEANET.IE <CSOUND@LISTSERV.HEANET.IE>
Subject: [Csnd] Mali inspired csound music
 
Hi, folks!

I'd like to share music that was inspired by Mali culture. I enjoy West Africa music alot.
it's one of my favorite styles in World music. Track is pure csound no samples:

It builds on top of the notion of Euclidean rhythms.

I attach link the csound code:
Though it's not so readable but you can play it with your favorite compiler :)



Cheers
Anton
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
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
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
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