Re: [PD] chord libraries?

2015-12-06 Thread Matt Barber
This might be relevant: https://en.wikipedia.org/wiki/Chord_names_and_symbols_(popular_music) On Sat, Nov 28, 2015 at 12:31 AM, William Huston wrote: > No worries, Matt!! One thing I love about this community is, that while > there is complete love for newbies-- > >

Re: [PD] chord libraries?

2015-11-27 Thread William Huston
No worries, Matt!! One thing I love about this community is, that while there is complete love for newbies-- (e.g. my first (and ugliest!) snare patch I posted to the Facebook group got like 30 likes!!) -- I feel there is also a gentle demand (and sometimes not so gentle) for intellectual rigor,

Re: [PD] chord libraries?

2015-11-03 Thread Miller Puckette
I read in a book about Varese that the (0,1,2,3) tetrachord (all minor seconds) recurs throughout his work. So yeah, I'd consider it worthy :) M On Tue, Nov 03, 2015 at 01:59:59PM -0500, William Huston wrote: > Thanks Matt! > > Yeah, I'm pretty good with the mathematics of permutations and >

Re: [PD] chord libraries?

2015-11-03 Thread William Huston
Thanks Matt! Yeah, I'm pretty good with the mathematics of permutations and combinations... My goal is to be able to generate (and hopefully identify, given a list of MIDI notes) any given chord/inversion. Which somewhat restricts these to "musical" chords. I think a cluster, a tetrachord of

Re: [PD] chord libraries?

2015-11-03 Thread Matt Barber
I hate to be a pedant/ass about this, but it's important to indicate the scope of application. Most music (I'm not sure about "most songs") doesn't use chords at all – chords are mostly a Western phenomenon (with some important exceptions, e.g. Central Africa). All 29 tetrachord types can be

Re: [PD] chord libraries?

2015-11-02 Thread Alexandre Quessy
Also, check out the musical.* abstractions in pdmtl: https://github.com/aalex/pdmtl Le lun. 2 nov. 2015 à 12:49, Alexandre Quessy < alexandre.que...@sourcelibre.net> a écrit : > I think I wrote a C external that used regex to parse symbols are generate > a list of notes. Must be in aalex

Re: [PD] chord libraries?

2015-11-02 Thread Matt Barber
Depends also what you mean by "common 3 and 4 note chords." If you don't count pitch inversions of a chord as the same type (e.g. if you want to be able to say that a major triad is different from a minor triad), there are 19 total 3-note chords in 12TET (to within respacing and transposition),

Re: [PD] chord libraries?

2015-11-01 Thread Joe Newlin
Check out chorddict-help.pd from rjlib: https://github.com/rjdj/rjlib/tree/master/rj JN On Sun, Nov 1, 2015 at 7:31 PM, William Huston wrote: > > Before I reinvent the wheel, I'm wondering what people have done characterizing chord libraries? > > I'm looking for the

Re: [PD] chord libraries?

2015-11-01 Thread William Huston
Wow, looks like just what I'm looking for. Many thanks! On Sun, Nov 1, 2015 at 11:46 PM, Joe Newlin wrote: > Check out chorddict-help.pd from rjlib: > https://github.com/rjdj/rjlib/tree/master/rj > > JN > > > On Sun, Nov 1, 2015 at 7:31 PM, William Huston