<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Analysing Chords</title>
		<atom:link href="http://cycling74.com/forums/topic/analysing-chords/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/analysing-chords/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 16:47:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/analysing-chords/#post-30919</guid>
					<title><![CDATA[Analysing Chords]]></title>
					<link>http://cycling74.com/forums/topic/analysing-chords/#post-30919</link>
					<pubDate>Tue, 20 Mar 2007 00:04:50 +0000</pubDate>
					<dc:creator>Muzza</dc:creator>

					<description>
						<![CDATA[
						<p>Hi guys. I&#8217;ve got a patch set up in a way that it stores the midi note numbers being played in seperate int boxes (eg. playing a c Major triad stores 48 52 55 independantly). How do i get Max to analyse these numbers to find the root of the chord, baring in mind the chords could be in any position (not always root) and any type (major, minor, dim 7th) ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/analysing-chords/#post-99566</guid>
					<title><![CDATA[Re: Analysing Chords]]></title>
					<link>http://cycling74.com/forums/topic/analysing-chords/#post-99566</link>
					<pubDate>Tue, 20 Mar 2007 00:48:31 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>Sounds like a job for Peter Elsea&#8217;s fuzzy logic stuff.  He has a tutorial<br />
that talks about exactly this kind of thing.</p>
<p>
On 3/19/07 8:04 PM, &#8220;Bill Murray&#8221; <billmurraywoohoo @yahoo.com> wrote:</billmurraywoohoo></p>
<p>> <br />
> Hi guys. I&#8217;ve got a patch set up in a way that it stores the midi note numbers<br />
> being played in seperate int boxes (eg. playing a c Major triad stores 48 52<br />
> 55 independantly). How do i get Max to analyse these numbers to find the root<br />
> of the chord, baring in mind the chords could be in any position (not always<br />
> root) and any type (major, minor, dim 7th) ?</p>
<p>
Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/analysing-chords/#post-99567</guid>
					<title><![CDATA[Re: Analysing Chords]]></title>
					<link>http://cycling74.com/forums/topic/analysing-chords/#post-99567</link>
					<pubDate>Tue, 20 Mar 2007 01:20:49 +0000</pubDate>
					<dc:creator>Peter McCulloch</dc:creator>

					<description>
						<![CDATA[
						<p>For a further look at this, you should check out Robert Rowe&#8217;s books.</p>
<p>Peter McCulloch</p>
<p>On Mar 19, 2007, at 8:04 PM, Bill Murray wrote:</p>
<p>><br />
> Hi guys. I&#8217;ve got a patch set up in a way that it stores the midi note <br />
> numbers being played in seperate int boxes (eg. playing a c Major <br />
> triad stores 48 52 55 independantly). How do i get Max to analyse <br />
> these numbers to find the root of the chord, baring in mind the chords <br />
> could be in any position (not always root) and any type (major, minor, <br />
> dim 7th) ?<br />
><br />
><br />
<a href="http://www.petermcculloch.com" rel="nofollow">http://www.petermcculloch.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/analysing-chords/#post-99568</guid>
					<title><![CDATA[Re: Analysing Chords]]></title>
					<link>http://cycling74.com/forums/topic/analysing-chords/#post-99568</link>
					<pubDate>Tue, 20 Mar 2007 01:34:36 +0000</pubDate>
					<dc:creator>Roman Thilenius</dc:creator>

					<description>
						<![CDATA[
						<p>
by comparing your three numbers versus a predefined set<br />
of chords (which are also lists of three numbers) using +,-,<br />
pak, unpack, ==, zl, &#8230;</p>
<p>
-110</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/analysing-chords/#post-99569</guid>
					<title><![CDATA[Re: Analysing Chords]]></title>
					<link>http://cycling74.com/forums/topic/analysing-chords/#post-99569</link>
					<pubDate>Tue, 20 Mar 2007 02:24:57 +0000</pubDate>
					<dc:creator>Steven Miller</dc:creator>

					<description>
						<![CDATA[
						<p>Check out the books &#8216;Machine Musicianship&#8217; by Robert Rowe and  <br />
&#8216;Composing Interactive Music&#8217; by Todd Winkler, both published by MIT  <br />
Press &#8211; both have good explanations of various algorithms to  <br />
accomplish these types of tasks, and working example Max patches on  <br />
the accompanying CD-ROMs.</p>
<p>On Mar 19, 2007, at 6:04 PM, Bill Murray wrote:</p>
<p>><br />
> Hi guys. I&#8217;ve got a patch set up in a way that it stores the midi  <br />
> note numbers being played in seperate int boxes (eg. playing a c  <br />
> Major triad stores 48 52 55 independantly). How do i get Max to  <br />
> analyse these numbers to find the root of the chord, baring in mind  <br />
> the chords could be in any position (not always root) and any type  <br />
> (major, minor, dim 7th) ?</p>
<p>&#8212;-<br />
Steven M. Miller</p>
<p>Home < <a href="http://pubweb.csf.edu/~smill" rel="nofollow">http://pubweb.csf.edu/~smill><br />
SFIFEM < <a href="http://sfifem.csf.edu" rel="nofollow">http://sfifem.csf.edu><br />
Atrium Sound Space < <a href="http://atrium.csf.edu" rel="nofollow">http://atrium.csf.edu><br />
OVOS < <a href="http://pubweb.csf.edu/~smill/ovos.html" rel="nofollow">http://pubweb.csf.edu/~smill/ovos.html></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/analysing-chords/#post-99570</guid>
					<title><![CDATA[Re: Analysing Chords]]></title>
					<link>http://cycling74.com/forums/topic/analysing-chords/#post-99570</link>
					<pubDate>Tue, 20 Mar 2007 03:41:04 +0000</pubDate>
					<dc:creator>seejayjames</dc:creator>

					<description>
						<![CDATA[
						<p>Think about using twelve-tone theory, in that you want to distill any combination / position etc. to its prime form&#8230; so a major chord is 0 4 7, a minor one is 0 3 7, etc&#8230;.. Would take some doing but you could then compare any combination to a predetermined list of chords of any level of complexity.</p>
<p>&#8211;CJ</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/analysing-chords/#post-99571</guid>
					<title><![CDATA[Re: Analysing Chords]]></title>
					<link>http://cycling74.com/forums/topic/analysing-chords/#post-99571</link>
					<pubDate>Tue, 20 Mar 2007 09:47:40 +0000</pubDate>
					<dc:creator>Gary Lee Nelson</dc:creator>

					<description>
						<![CDATA[
						<p>Elsea&#8217;s tutorial, and I am a bit fuzzy on this, shows chords represented as<br />
a binary vector where each of twelve values represents the presence or<br />
absence of a pitch class. For example, C major (0 4 7) would be</p>
<p>1 0 0 0 1 0 0 1 0 0 0 0</p>
<p>F major is </p>
<p>1 0 0 0 0 1 0 0 0 1 0 0</p>
<p>If you rotate F major 5 positions left it matches C major.  This method can<br />
be used to identify chord types.  Rotate until you get a match.  The number<br />
of rotations (mod 12) is the root.</p>
<p>
On 3/19/07 11:41 PM, &#8220;Seejay James&#8221; <cjlacke @ilstu.edu> wrote:</cjlacke></p>
<p>> <br />
> Think about using twelve-tone theory, in that you want to distill any<br />
> combination / position etc. to its prime form&#8230; so a major chord is 0 4 7, a<br />
> minor one is 0 3 7, etc&#8230;.. Would take some doing but you could then compare<br />
> any combination to a predetermined list of chords of any level of complexity.<br />
> <br />
> &#8211;CJ<br />
> </p>
<p>
Cheers<br />
Gary Lee Nelson<br />
Oberlin College<br />
<a href="http://www.timara.oberlin.edu/GaryLeeNelson" rel="nofollow">http://www.timara.oberlin.edu/GaryLeeNelson</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/analysing-chords/#post-99572</guid>
					<title><![CDATA[Re: Analysing Chords]]></title>
					<link>http://cycling74.com/forums/topic/analysing-chords/#post-99572</link>
					<pubDate>Tue, 20 Mar 2007 10:11:27 +0000</pubDate>
					<dc:creator>Olaf Matthes</dc:creator>

					<description>
						<![CDATA[
						<p>Steven Miller wrote:<br />
> Check out the books &#8216;Machine Musicianship&#8217; by Robert Rowe and &#8216;Composing <br />
> Interactive Music&#8217; by Todd Winkler, both published by MIT Press &#8211; both <br />
> have good explanations of various algorithms to accomplish these types <br />
> of tasks, and working example Max patches on the accompanying CD-ROMs.</p>
<p>Highly recommended from my side as well!</p>
<p>Or check this one: <a href="http://artificial-tango.nullmedium.de/" rel="nofollow">http://artificial-tango.nullmedium.de/</a> &#8211; it includes <br />
a [at.chord] external that detects almost any chord there is. And there <br />
is [at.tonic] which tells you the tonic you&#8217;re playing in.<br />
Drawback is that it requires FTM 2.0 and Iracm still hasen&#8217;t realease <br />
the final version of it&#8230; (and there is no Windows version right now). <br />
At least on OS X you could try to compile FTM 2.0 yourselfe if you have <br />
a day to spare.</p>
<p>Olaf</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

