Infinity Study by Dave Seidel published on 2020-11-01T15:22:48Z I've recently discovered (at long last) the music of Danish composer Per Nørgård. He developed a compositional techniques based on what he called the "infinity series", which is a simple formula for developing a series of numbers based on an interval such as a minor second. The series takes the initial interval and then slowly expands upon it both upwards and downwards in pitch, getting broader in scope as it progresses. This idea can be used to generate melodies, rhythms, or other aspect of a composition. I decided to try playing around with this, but applying it to microtonal intervals, using Csound and a Python script to generate the Csound score according to the series. I ended up with this brief study, which takes the first 256 terms of the series and applies it to three of my favorite intervals simultaneously: - 9/8 (major whole tone from the 9th harmonic) - 11/8 (unidecimal tritone,from the 11th harmonic) - 7/4 (septimal minor seventh, from the 7th harmonic) The starting tone (240 Hz) plays throughout the piece as the other notes unfold above and below it. I used sine waves processed with a touch of tanh distortion to add a slight amount of harmonic content. Csound and Python source code: https://github.com/DaveSeidel/music-src/tree/master/infinity-study References: - https://en.wikipedia.org/wiki/Per_N%C3%B8rg%C3%A5rd - https://web.archive.org/web/20071010091253/http://www.pernoergaard.dk/eng/strukturer/uendelig/uindhold.html Genre Ambient Comment by John Oliver The simultaneous use of three core tones makes this nicely rich. Thanks. 2021-06-14T06:59:48Z Comment by Dave Seidel @ttuttle: thanks Todd! 2020-11-09T18:17:24Z Comment by ThinkError Very elegant. Simple, yet beautiful and interesting. 2020-11-02T12:01:53Z Comment by David Rush FWIW, as a relatively dedicated practitioner of pure sine waves for Just Intonation, I *love* your tanh distortion and fully intend to reverse engineer/steal it :) 2020-11-02T10:40:09Z Comment by Michael Gogins Very nice! 2020-11-01T18:52:22Z Comment by filtercreed Always interested in your stuff, Dave. I would be curious to hear this one without the 'tanh' distortion: I found it a bit distracting, and at first, thought something was wrong with my soundcard. 2020-11-01T17:38:45Z