Hi, all.
I uploaded some examples of my work with Pd to puredata.info. They are renaissance motets that I've synthesized in Just Intonation. Hope you enjoy. Let me know what you think.
Cheers, David
David, this is interesting. Do you have any plans to share these patches? I would be interested in seeing how you handled the Just Intonation stuff.
Mike
On Thu, Nov 6, 2008 at 10:44 AM, David F. Place d@vidplace.com wrote:
Hi, all.
I uploaded some examples of my work with Pd to puredata.info. They are renaissance motets that I've synthesized in Just Intonation. Hope you enjoy. Let me know what you think.
Cheers, David
http://puredata.info/community/tracks
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hallo, Mike McGonagle hat gesagt: // Mike McGonagle wrote:
David, this is interesting. Do you have any plans to share these patches? I would be interested in seeing how you handled the Just Intonation stuff.
I use [tunetof] for this, it's a variant of [mtof] that supports different scales (and comes with a converter for Scala scales). Available in the SVN.
Frank
Thanks Frank, I will check it out.
Mike
On Fri, Nov 7, 2008 at 1:08 AM, Frank Barknecht fbar@footils.org wrote:
Hallo, Mike McGonagle hat gesagt: // Mike McGonagle wrote:
David, this is interesting. Do you have any plans to share these patches? I would be interested in seeing how you handled the Just Intonation stuff.
I use [tunetof] for this, it's a variant of [mtof] that supports different scales (and comes with a converter for Scala scales). Available in the SVN.
Ciao
Frank
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Thu, 2008-11-06 at 23:34 -0600, Mike McGonagle wrote:
David, this is interesting. Do you have any plans to share these patches? I would be interested in seeing how you handled the Just Intonation stuff.
My Pd patches implement a sequencer where pitch is controlled by a triple of (octave, syntonic comma offset, extended pythagorean pitch class). The tricky bit is deciding which notes get which pitches based on an analysis of the piece. That part is written in Haskell.