[Csnd] Maximizing inharmonicity
Date | 2017-12-18 00:15 |
From | mskala@ANSUZ.SOOKE.BC.CA |
Subject | [Csnd] Maximizing inharmonicity |
My North Coast Web log entry for today is about making drones with Csound-based additive synthesis of sine waves not in harmonic relation to each other: https://northcoastsynthesis.com/blogs/news/maximizing-inharmonicity In the longer of the two pieces linked there, I used a Csound instrument to actually choose the frequencies. The score specifies only frequency ranges, and then each note checks against other notes currently playing to find a frequency that satisfies my inharmonicity constraints. -- Matthew Skala mskala@ansuz.sooke.bc.ca People before principles. http://ansuz.sooke.bc.ca/ 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 |
Date | 2017-12-18 00:27 | ||||||||
From | Pablo Frank | ||||||||
Subject | Re: [Csnd] Maximizing inharmonicity | ||||||||
can you share the .cds files? From: A discussion list for users of Csound <CSOUND@LISTSERV.HEANET.IE> on behalf of mskala@ANSUZ.SOOKE.BC.CA <mskala@ANSUZ.SOOKE.BC.CA>
Sent: Monday, December 18, 2017 12:15 AM To: CSOUND@LISTSERV.HEANET.IE Subject: [Csnd] Maximizing inharmonicity My North Coast Web log entry for today is about making drones with
Csound-based additive synthesis of sine waves not in harmonic relation to each other: https://northcoastsynthesis.com/blogs/news/maximizing-inharmonicity In the longer of the two pieces linked there, I used a Csound instrument to actually choose the frequencies. The score specifies only frequency ranges, and then each note checks against other notes currently playing to find a frequency that satisfies my inharmonicity constraints. -- Matthew Skala mskala@ansuz.sooke.bc.ca People before principles. http://ansuz.sooke.bc.ca/
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 |
Date | 2017-12-18 00:41 |
From | mskala@ANSUZ.SOOKE.BC.CA |
Subject | Re: [Csnd] Maximizing inharmonicity |
On Mon, 18 Dec 2017, Pablo Frank wrote: > can you share the .cds files? The finished piece's .csd is at https://files.northcoastsynthesis.com/gcd.csd and this link is in the article. I wasn't planning to share the .csd for the unfinished, shorter audio sample, because I may still go back and change it some more. But there's nothing exciting on the Csound side in that; it's just the same sine-wave instrument as in the link above, with manually chosen frequencies instead of the GCD-based frequency picker. -- Matthew Skala mskala@ansuz.sooke.bc.ca People before principles. http://ansuz.sooke.bc.ca/ 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 |
Date | 2018-01-04 23:18 |
From | Steven Yi |
Subject | Re: [Csnd] Maximizing inharmonicity |
Hi Matthew, This is lovely and inspiring! One note is that I had to remove "-i/dev/null" from the CsOptions to get the CSD to run locally. I'm looking forward to reading the post and studying the code. Thanks! steven On Sun, Dec 17, 2017 at 7:41 PM, |
Date | 2021-01-09 02:24 |
From | "Dr. Richard Boulanger" |
Subject | Re: [Csnd] Maximizing inharmonicity |
Hello Matthew, A lovely piece. Thanks for making it and for sharing it - especially the .csd! -dB Dr. Richard Boulanger Professor of Electronic Production and Design Berklee College of Music Professional Writing and Technology Division On Sun, Dec 17, 2017 at 7:41 PM <mskala@ansuz.sooke.bc.ca> wrote: On Mon, 18 Dec 2017, Pablo Frank wrote: |