GuitarChordBox

wde
Posts: 332
Joined: Sun Jan 08, 2012 9:28 am

GuitarChordBox

Post by wde »

For all guitar heroes out there.
GuitarChordBox.png
GuitarChordBox.png (28.5 KiB) Viewed 13223 times
GuitarChordBox.zip
(24.74 KiB) Downloaded 249 times
src:
GuitarChordBox_src.zip
(15.5 KiB) Downloaded 251 times
Last edited by wde on Sun Nov 29, 2020 5:24 pm, edited 14 times in total.
User avatar
IXix
Posts: 1113
Joined: Wed Nov 23, 2011 3:24 pm

Re: GuitarChordBox

Post by IXix »

You're on a roll! :shock:
User avatar
magmavander
Posts: 688
Joined: Tue Nov 22, 2011 5:22 pm
Location: France
Contact:

Re: GuitarChordBox

Post by magmavander »

Oh Yeah! :dance:

But how does it works ? :?

Thanks!
User avatar
tinga
Posts: 526
Joined: Tue Nov 22, 2011 5:25 pm

Re: GuitarChordBox

Post by tinga »

Very nice. 8-)
Could the diagram be an editor in the future, or more frets ?
magmavander wrote: Mon May 18, 2020 9:13 pm But how does it works ?
Just write the notes in pattern editor (GuitarChord track)
I made this small flash exe twenty years ago.
User avatar
magmavander
Posts: 688
Joined: Tue Nov 22, 2011 5:22 pm
Location: France
Contact:

Re: GuitarChordBox

Post by magmavander »

I begin to get it. Forget to load the example bmx first. :)

Oh these good old flash exe :D Thanks Tinga!!
User avatar
Candle
Posts: 296
Joined: Sun Apr 23, 2017 1:03 am
Location: Canada
Contact:

Re: GuitarChordBox

Post by Candle »

A dream! Very cool stuff WDE 8-)

See You In The Shadows…
User avatar
HerrFornit
Posts: 435
Joined: Sat Feb 25, 2017 12:27 pm
Location: Dortmund
Contact:

Re: GuitarChordBox

Post by HerrFornit »

That's a nice machine. I don't play guitar, but I like chord machines!
The Headline is always "G7". Shouldn't it change as works as chord detection?
GuitarChordBox.jpg
GuitarChordBox.jpg (60.86 KiB) Viewed 14430 times
wde
Posts: 332
Joined: Sun Jan 08, 2012 9:28 am

Re: GuitarChordBox

Post by wde »

Version 0.3: Small fix with chords.

It detects most common chords, but if someone wants to send me more comprehensive list, the format is:

Code: Select all

...
"Amaj7,-,A-3,E-4,G#4,C#5,E-5",
"B7,-,B-3,D#4,A-4,B-4,F#5",
"B\u266D,-,A#3,F-4,A#4,D-5,-",
...
User avatar
tinga
Posts: 526
Joined: Tue Nov 22, 2011 5:25 pm

Re: GuitarChordBox

Post by tinga »

Here is some C chords

Code: Select all

"Cmaj7,-,C-4,E-4,G-4,B-4,-",
"Cmaj7,-,C-4,E-4,G-4,B-4,E-5",
"CM7/9,-,C-4,E-4,B-4,D-5,-",
"C6/9,-,C-4,E-4,A-4,D-5,-",
"C6,-,C-4,E-4,A-4,C-5,-",
"C9,-,C-4,E-4,A#4,D-5,-",
"Cadd9,-,C-4,E-4,G-4,D-5,-",
"Cadd9,-,C-4,E-4,G-4,D-5,G-5",
"C7#9,-,C-4,E-4,A#4,D#5,-",
"C7b9,-,C-4,E-4,A#4,C#5,-",
"Cm9,-,C-4,D#4,A#4,D-5,-",
"Cmadd9,-,C-4,D#4,G-4,D-5,-",
"Cm6,-,C-4,-,A-4,D#5,G-5",
"Caug,-,C-4,E-4,G#4,C-5,-",
"Cdim,-,C-4,F#4,A-4,D#5,-",
"C6/9/#11,-,C-4,-,A-4,D-5,F#5",
B\u266D :?:
I can do a big list, maybe one more fret will be cool, but that means fingers extension, :evil: so...
User avatar
HerrFornit
Posts: 435
Joined: Sat Feb 25, 2017 12:27 pm
Location: Dortmund
Contact:

Re: GuitarChordBox

Post by HerrFornit »

is it like this?
Guitar-Chord-Diagrams-jpg.jpg
Guitar-Chord-Diagrams-jpg.jpg (118.85 KiB) Viewed 14351 times
http://monkswalkmusic.co.uk/2017/11/12/ ... -diagrams/
wde
Posts: 332
Joined: Sun Jan 08, 2012 9:28 am

Re: GuitarChordBox

Post by wde »

tinga wrote: Fri May 22, 2020 7:47 pm Here is some C chords

Code: Select all

"Cmaj7,-,C-4,E-4,G-4,B-4,-",
"Cmaj7,-,C-4,E-4,G-4,B-4,E-5",
"CM7/9,-,C-4,E-4,B-4,D-5,-",
"C6/9,-,C-4,E-4,A-4,D-5,-",
"C6,-,C-4,E-4,A-4,C-5,-",
"C9,-,C-4,E-4,A#4,D-5,-",
"Cadd9,-,C-4,E-4,G-4,D-5,-",
"Cadd9,-,C-4,E-4,G-4,D-5,G-5",
"C7#9,-,C-4,E-4,A#4,D#5,-",
"C7b9,-,C-4,E-4,A#4,C#5,-",
"Cm9,-,C-4,D#4,A#4,D-5,-",
"Cmadd9,-,C-4,D#4,G-4,D-5,-",
"Cm6,-,C-4,-,A-4,D#5,G-5",
"Caug,-,C-4,E-4,G#4,C-5,-",
"Cdim,-,C-4,F#4,A-4,D#5,-",
"C6/9/#11,-,C-4,-,A-4,D-5,F#5",
Thanks, added.
B\u266D :?:
'\u266D' is flat (♭) in unicode. Small b works fine here as well. Edit: seems that I can use unicode directly in code so this works:

Code: Select all

"B♭,-,A#3,F-4,A#4,D-5,-",
I can do a big list, maybe one more fret will be cool, but that means fingers extension, :evil: so...
That would be great. Added one more fret.
User avatar
HerrFornit
Posts: 435
Joined: Sat Feb 25, 2017 12:27 pm
Location: Dortmund
Contact:

Re: GuitarChordBox

Post by HerrFornit »

Cool. When the chord list is ready, you could do a piano version, too?
User avatar
thOke
Posts: 343
Joined: Thu Nov 24, 2011 7:14 am

Re: GuitarChordBox

Post by thOke »

erm ... sorry for hijacking this topic, but have you seen this? 8-)
mc.jpg
mc.jpg (66.58 KiB) Viewed 14317 times
http://www.vst4free.com/free_vst.php?pl ... ds&id=1642

more midi plugins from piz here:
https://code.google.com/archive/p/pizmidi/downloads
wde
Posts: 332
Joined: Sun Jan 08, 2012 9:28 am

Re: GuitarChordBox

Post by wde »

I'll share the source code soon if someone wants to implement piano version. Maybe extending Buzz keyboard.
thOke wrote: Sat May 23, 2020 10:58 am erm ... sorry for hijacking this topic, but have you seen this? 8-)
...or you can use a vst ;)
User avatar
HerrFornit
Posts: 435
Joined: Sat Feb 25, 2017 12:27 pm
Location: Dortmund
Contact:

Re: GuitarChordBox

Post by HerrFornit »

thOke wrote: Sat May 23, 2020 10:58 am erm ... sorry for hijacking this topic, but have you seen this? 8-)
yep, found it again in my vst folder ;)
thank you, did not know that it has a "guitar", didn't use it yet,
User avatar
tinga
Posts: 526
Joined: Tue Nov 22, 2011 5:25 pm

Re: GuitarChordBox

Post by tinga »

More chords, 3 or 4 days, and the list will be finished.
Is it possible to have pop-up, with tonality selection, another with the list of chords positions, a copy option and we paste the selected chord to the pattern editor where we want, with a transpose option.

Code: Select all

"C,-,C-4,E-4,G-4,C-5,E-5",
"C,-,C-4,E-4,G-4,C-5,-",
"Cmaj7,-,C-4,E-4,G-4,B-4,-",
"Cmaj7,-,C-4,E-4,G-4,B-4,E-5",
"CM7/9,-,C-4,E-4,B-4,D-5,-",
"C6/9,-,C-4,E-4,A-4,D-5,-",
"C6/9,-,C-4,E-4,A-4,D-5,G-5",
"Cadd9,-,C-4,E-4,G-4,D-5,-",
"Cadd9,-,C-4,E-4,G-4,D-5,G-5",
"C6maj7,-,C-4,E-4,A-4,B-4,-",
"C6,-,C-4,E-4,A-4,C-5,-",
"Cm,-,C-4,-,G-4,D#5,G-5",
"Cm,-,C-4,G-4,C-5,D#5,G-5",
"Cm7,-,C-4,G-4,A#4,D#5,G-5",
"Cm7sus4,-,C-4,F-4,A#4,D#5,G-5",
"Cm7b5,-,C-4,F#4,A#4,D#5,-",
"Cm7M,-,C-4,D#4,G-4,B-4,-",
"Cm9,-,C-4,D#4,A#4,D-5,-",
"Cmadd9,-,C-4,D#4,G-4,D-5,-",
"Cm6,-,C-4,-,A-4,D#5,G-5",
"C9,-,C-4,E-4,A#4,D-5,-",
"C7,-,C-4,E-4,A#4,C-5,E-5",
"C7,-,C-4,E-4,A#4,C-5,-",
"C7#9,-,C-4,E-4,A#4,D#5,-",
"C7b9,-,C-4,E-4,A#4,C#5,-",
"C7b9/13,-,C-4,E-4,A#4,C#5,A-5",
"C7b9/13b,-,C-4,E-4,A#4,C#5,G#5",
"C9sus4,-,C-4,F-4,A#4,D-5,-",
"C11,-,C-4,-,A#4,C-5,F-5",
"Caug,-,C-4,E-4,G#4,C-5,-",
"Cmaj7#5,-,C-4,E-4,G#4,B-4,-",
"Cdim,-,C-4,F#4,A-4,D#5,-",
// Inversions
"C,G-3,C-4,E-4,G-4,C-5,E-5",
"C,E-3,-,-,G-4,C-5,E-5",
"Cmaj7,G-3,C-4,E-4,G-4,B-4,E-5",
"Cmaj7,-,-,E-4,B-4,C-5,G-5",
"C6/9,-,-,E-4,A-4,D-5,G-5",
"Cm7,G-3,-,D#4,A#4,C-5,-",
"C7,-,A#3,-,G-4,C-5,E-5",
"C7,-,-,E-4,A#4,C-5,G-5",

// G
"G,G-3,B-3,D-4,G-4,B-4,G-5",
"G,G-3,B-3,D-4,G-4,D-5,G-5",
"G,G-3,D-4,G-4,B-4,D-5,G-5",
"G6,G-3,B-3,D-4,G-4,B-4,E-5",
"G6,G-3,-,E-4,B-4,D-5,-",
"Gmaj7,G-3,-,F#4,B-4,D-5,-",
"Gmaj7,G-3,-,-,B-4,D-5,F#5",
"Gmaj7,G-3,-,D-4,A-4,B-4,F#5",
"Gmaj7,-,-,G-4,B-4,D-5,F#5",
"Gmaj7#11,G-3,-,-,B-4,C#5,F#5",
"Gm,G-3,D-4,G-4,A#4,D-5,G-5",
"Gm7,G-3,F-4,G-4,A#4,D-5,G-5",
"Gm6,G-3,-,E-4,A#4,D-5,-",
"Gm11,G-3,-,F-4,A#4,C-5,-",
"Gm7M,G-3,-,F#4,A#4,D-5,-",
"G7,G-3,B-3,D-4,G-4,B-4,F-5",
"G7,G-3,-,F-4,G-4,B-4,-",
"Gadd9,G-3,-,D-4,A-4,B-4,-",
"G9,G-3,-,F-4,A-4,B-4,-",
"G7b9,G-3,-,F-4,G#4,B-4,-",
"G7b9/11,G-3,-,F-4,G#4,C-5,-",
"G7/9/11,G-3,-,F-4,A-4,C-5,-",
"G7dim,G-3,-,E-4,A#4,C#5,-",
// inversions
"G,-,B-3,-,G-4,D-5,G-5",
"Gm,-,A#3,-,G-4,D-5,G-5",
"Gm,-,A#3,D-4,G-4,D-5,-",
"G7,-,B-3,-,G-4,D-5,F-5",
"G9,-,-,F-4,A-4,B-4,G-5",
// F
"F,F-3,C-4,F-4,A-4,C-5,F-5",
"Fsus4,F-3,C-4,F-4,A#4,C-5,F-5",
"Fmaj7b5,F-3,C-4,F-4,A-4,B-4,E-5",
"Fmaj7,-,-,F-4,A-4,C-5,E-5",
"Fmaj7,F-3,-,E-4,A-4,C-5,-",
"Fmaj7b5,F-3,-,E-4,A-4,B-4,-",
"Fmaj7#5,F-3,-,E-4,A-4,C#5,-",
"F6,F-3,-,D-4,A-4,C-5,-",
"Fm,F-3,C-4,F-4,G#4,C-5,F-5",
"Fm6,F-3,-,D-4,G#4,C-5,-",
"Fm7,F-3,-,D#4,G#4,C-5,-",
"Fm7M,F-3,-,E-4,G#4,C-5,-",
"Fm9,F-3,C-4,D#4,G#4,C-5,G-5",
"F7,F-3,-,D#4,A-4,C-5,-",
"F7,F-3,C-4,D#4,A-4,C-5,F-5",
"F7#5,F-3,-,D#4,A-4,C#5,-",
"F7b5,F-3,-,D#4,A-4,B-4,-",
"F7#9,F-3,-,D#4,A-4,D#5,G#5",
"F7sus4,F-3,C-4,D#4,A#4,C-5,F-5",
"F13,F-3,-,D#4,A-4,D-5,-",
"F7/4/13,F-3,-,D#4,A#4,D-5,-",
"Fdim,F-3,-,D-4,G#4,B-4,-",
"Fdim,-,-,F-4,B-4,D-5,G#5",
"Faug,-,-,F-4,A-4,C#5,F-5",
// Inversions-chroma
"F,-,A-3,F-4,A-4,C-5,-",
"F6,-,C-4,-,A-4,D-5,F-5",
"F6/9,-,A-3,D-4,G-4,C-5,-",
"Fm,-,-,F-4,G#4,C-5,F-5",
"Fm7M,-,-,E-4,G#4,C-5,F-5",
"Fm7,-,-,D#4,G#4,C-5,F-5",
"Fm6,-,-,D-4,G#4,C-5,F-5",
// E
"E,E-3,B-3,E-4,G#4,B-4,E-5",
"E,-,-,E-4,B-4,E-5,G#5",
"Eadd9,E-3,B-3,F#4,G#4,B-4,E-5",
"Emaj7,E-3,-,D#4,G#4,B-4,-",
"Emaj7,-,-,E-4,B-4,D#5,G#5",
"Em,E-3,B-3,E-4,G-4,B-4,E-5",
"Em7sus4,E-3,A-3,D-4,G-4,B-4,E-5",
"Esus4,E-3,B-3,E-4,A-4,B-4,E-5",
"Em7,E-3,B-3,D-4,G-4,B-4,E-5",
"Em7,E-3,B-3,E-4,G-4,D-5,G-5",
"Em7,-,-,E-4,B-4,D-5,G-5",
"Em6,E-3,B-3,E-4,G-4,C#5,E-5",
"Em7M,-,-,E-4,G-4,D#5,G-5",
"Em9,E-3,B-3,F#4,G-4,D-5,-",
"Em9,E-3,B-3,D-4,G-4,D-5,F#5",
"E7sus4,E-3,B-3,D-4,A-4,B-4,E-5",
"Em9sus4,E-3,B-3,G-4,A-4,D-5,F#5",
"E7,E-3,B-3,D-4,G#4,B-4,E-5",
"E7,E-3,B-3,E-4,G#4,D-5,E-5",
"E7,-,-,E-4,B-4,D-5,G#5",
"E7/9,-,-,E-4,G#4,D-5,F#5",
"E9,-,-,E-4,G#4,D-5,F#5",
"E13,E-3,B-3,E-4,G#4,C#5,E-5",
"E7b9,-,-,E-4,G#4,D-5,F-5",
"E7#9,E-3,-,-,G#4,D-5,G-5",
"Em7b5,-,-,E-4,A#4,D-5,G-5",
"Edim,-,-,E-4,A#4,C#5,G-5",
// inversions
"E,G#3,-,E-4,B-4,E-5,-",
"Emaj7,G#3,-,E-4,B-4,D#5,-",
"Em6,G-3,-,E-4,B-4,C#5,-",
"E7,G#3,-,E-4,B-4,D-5,-",
"E13,-,-,D-4,G#4,C#5,E-5",
// A
"A,-,A-3,E-4,A-4,C#5,E-5",
"A,-,A-3,E-4,A-4,C#5,-",
"A,A-3,C#4,E-4,A-4,C#5,-",
"Asus4,-,A-3,E-4,A-4,D-5,E-5",
"Amaj7,-,A-3,E-4,G#4,C#5,E-5",
"Amaj7,-,A-3,E-4,A-4,C#5,G#5",
"Aadd9,-,A-3,E-4,B-4,C#5,E-5",
"Amadd9,-,A-3,E-4,B-4,C-5,E-5",
"Am,-,A-3,E-4,A-4,C-5,E-5",
"Am6,A-3,-,F#4,C-5,E-5,-",
"Am6,-,A-3,E-4,A-4,C-5,F#5",
"Am7,-,A-3,E-4,G-4,C-5,E-5",
"AmM7,-,A-3,E-4,G#4,C-5,-",
"Am7#5,-,A-3,F-4,G-4,C-5,-",
"Am7m6,-,A-3,F-4,G-4,C-5,E-5",
"A7,-,A-3,E-4,G-4,C#5,E-5",
"A7sus4,-,A-3,E-4,G-4,D-5,E-5",
"A13,-,A-3,-,G-4,C#5,F#5",
"Ab13,-,A-3,-,G_4,C#5,F-5",
"A9,-,A-3,G-4,B-4,C#5,-",
"A7b9,-,A-3,G-4,A#4,C#5,-",
// inversions
"A,E-3,-,E-4,A-4,C#5,-",
"Am7,G-3,-,E-4,A-4,C-5,-",
"A7,G-3,-,E-4,A-4,C#5,-",
//B
"B,-,B-3,F#4,B-4,D#5,F#5",
"Bmaj7,-,B-3,F#4,A#4,D#5,F#5",
"B6,-,B-3,F#4,G#4,D#5,-",
"Bm,-,B-3,F#4,B-4,D-5,F#5",
"Bm6,-,B-3,-,G#4,D-5,F#5",
"Bm7,-,B-3,F#4,A-4,D-5,F#5",
"Bm7b5,-,B-3,F-4,A-4,D-5,-",
"Bm7b5,-,B-3,-,A-4,D-5,F-5",
"Bm9,-,B-3,D-4,A-4,C#5,-",
"B7,-,B-3,D#4,A-4,B-4,F#5",
"B7,-,B-3,F#4,A-4,,D#5,F#5",
"B9,-,B-3,D#4,A-4,C#5,-",
"B7/4/9,-,B-3,E-4,A-4,C#5,-",
"B7/9/11,-,B-3,-,A-4,C#5,E-5",
"B7b9,-,B-3,D#4,A-4,C-5,F#5",
"B7b9,-,B-3,D#4,A-4,C-5,-",
"B7#9,-,B-3,D#4,A-4,D-5,-",
"B13,-,B-3,-,A-4,,D#5,G#5",
"B7/4/13,-,B-3,-,A-4,,E-5,G#5",
"Bdim,-,B-3,F-4,G#4,D-5,-",
// Inversions
"B,F#3,-,F#4,B-4,D#5,-",
"Bmaj7,F#3,-,D#4,A#4,B-4,-",
"B7,F#3,-,D#4,A-4,B-4,-",
"B7,-,-,D#4,A-4,B-4,F#5",
// D
"D,-,-,D-4,A-4,D-5,F#5",
"D,-,D-4,F#4,A-4,D-5,F#5",
"Dsus4,-,-,D-4,A-4,D-5,G-5",
"Dmaj7,-,D-4,F#4,A-4,C#5,F#5",
"Dmaj7,-,D-4,F#4,A-4,C#5,-",
"Dmaj7#5,-,D-4,F#4,A#4,C#5,-",
"Dm,-,-,D-4,A-4,D-5,F-5",
"Dm6,-,-,D-4,A-4,B-4,F-5",
"Dm7,-,-,D-4,A-4,C-5,F-5",
"Dm7M,-,-,D-4,A-4,C#5,F-5",
"Dm9,-,D-4,F-4,C-5,E-5,-",
"D7,-,-,D-4,A-4,C-5,F#5",
"D7,-,D-4,F#4,C-5,D-5,-",
"D9,-,D-4,F#4,C-5,E-5,-",
"D7b9,-,D-4,F#4,C-5,D#5,-",
"D7sus4,-,-,D-4,A-4,C-5,G-5",
"D6,-,-,D-4,A-4,B-4,F#5",
// Inversions
"D,F#3,-,D-4,A-4,D-5,-",
"Dm6,F-3,-,D-4,A-4,B-4,-",
"Dm,F-3,-,F-4,A-4,D-5,-",
"Dm,-,A-3,F-4,A-4,D-5,-",
"D7,F#3,-,D-4,A-4,C-5,-",
"D7,-,C-4,-,A-4,D-5,F#5",
"D13,-,C-4,F#4,B-4,D-5,-",
// Eb chroma
"Eb,-,-,D#4,A#4,D#5,G-5",
"Ebmaj7,-,-,D#4,A#4,D-5,G-5",
"Eb7,-,-,D#4,A#4,C#5,G-5",
"Eb6,-,-,D#4,A#4,C-5,G-5",
"Ebm,-,-,D#4,A#4,D#5,F#5",
"Ebm7M,-,-,D#4,A#4,D-5,F#5",
"Ebm7,-,-,D#4,A#4,C#5,F#5",
"Ebm6,-,-,D#4,A#4,C-5,F#5",
// Inversions
"Eb,G-3,-,D#4,A#4,D#5,-",
"Ebmaj7,G-3,-,D#4,A#4,D-5,-",
"Eb7,G-3,-,D#4,A#4,C#5,-",
// Bb
"Bb,-,A#3,F-4,A#4,D-5,F-5",
"Bb,-,A#3,F-4,A#4,D-5,-",
"Bb6,-,A#3,F-4,G-4,D-5,-",
"Bbmaj7,-,A#3,F-4,A-4,D-5,-",
"Bbmaj7,-,A#3,F-4,A-4,D-5,F-5",
"Bbm,-,A#3,F-4,A#4,C#5,F-5",
"Bbm,-,A#3,F-4,A#4,C#5,-",
"Bbm7,-,A#3,F-4,G#4,C#5,F-5",
"Bbm7,-,A#3,F-4,G#4,C#5,-",
"Bbm7b5,-,A#3,E-4,G#4,C#5,-",
"Bbm6,-,A#3,F-4,G-4,C#5,-",
"Bb7,-,A#3,F-4,G#4,D-5,-",
"Bb9,-,A#3,D-4,G#4,C-5,-",
"Bb13,-,A#3,-,G#4,D-5,G-5",
// F#-Gb
"Gb,F#3,C#4,F#4,A#4,C#5,F#5",
"Gbmaj7,F#3,-,F-4,A#4,C#5,-",
"Gbmaj7,-,-,F#4,A#4,C#5,F-5",
"F#m,F#3,C#4,F#4,A-4,C#5,F#5",
"F#m7,F#3,C#4,E-4,A-4,C#5,F#5",
"F#m7,F#3,-,E-4,A-4,C#5,-",
"F#m6,F#3,-,D#4,A-4,C#5,-",
"F#m9,F#3,C#4,E-4,A-4,E-5,G#5",
"F#m7b5,F#3,-,E-4,A-4,C-5,-",
"F#7,F#3,C#4,E-4,A#4,C#5,F#5",
"F#7,F#3,-,E-4,A#4,C#5,-",
"Gbdim,F#3,-,D#4,A-4,C-5,-",
"Gbdim13b,F#3,-,D#4,A-4,D-5,-",
// Ab
"Ab,G#3,C-4,D#4,G#4,C-5,-",
"Ab6,G#3,-,F-4,C-5,D#5,-",
"Abmaj7,G#3,-,G-4,C-5,D#5,-",
"Abadd9,G#3,-,D#4,A#4,C-5,-",
"Abm6,G#3,-,F-4,B-4,D#5,-"
"Abm7,G#3,-,F#4,B-4,D#5,-"
"Abm7b5,G#3,-,F#4,B-4,D-5,-"
"Ab7,G#3,-,F#4,C-5,D#5,-",
"Ab7#5,G#3,-,F#4,C-5,E-5,-",
"Ab9,G#3,-,F#4,A#4,C-5,-",
"Ab7#11,G#3,-,F#4,C-5,D-5,-",
"AbM7#5,G#3,-,G-4,C-5,E-5,-",
// Db
"C#,-,C#4,F-4,G#4,C#5,-",
"C#,-,C#4,F-4,G#4,C#5,F-5",
"Dbmaj7,-,C#4,F-4,G#4,C-5,-",
"C#7,-,C#4,F-4,B-4,C#5,-",
"C#9,-,C#4,F-4,B-4,D#5,-",
"C#9b,-,C#4,F-4,B-4,D-5,-",
"C#9#,-,C#4,F-4,B-4,E-5,-",
// 3&2 notes Rock 
// Power Chords Fift
"E,E-3,B-3,-,-,-,-",
"F,F-3,C-4,-,-,-,-",
"F#,F#3,C#4,-,-,-,-",
"G,G-3,D-4,-,-,-,-",
"A,-,A-3,E-4,-,-,-",
"Bb,-,A#3,F-4,-,-,-",
"B,-,B-3,F#4,-,-,-",
"C,-,C-4,G-4,-,-,-",
// Power Chords third tonic
"C,E-3,C-4,-,-,-,-",
"Db,F-3,C#4,-,-,-,-",
"D,F#3,D-4,-,-,-,-",
"F,-,A-3,F-4,-,-,-",
"Gb,-,A#3,F#4,-,-,-",
"G,-,B-3,G-4,-,-,-",
// 3 notes C
"Em,E-3,B-3,-,G-4,-,-",
"F,F-3,C-4,-,A-4,-,-",
"G,G-3,-,D-4,-,B-4,-",
"Am,-,A-3,E-4,-,C-5,-",
"Bdim,-,B-3,F-4,-,D-5,-",
"C,-,C-4,-,G-4,-,E-5",
"Dm,-,-,D-4,A-4,-,F-5",
"Em,-,-,E-4,-,B-4,G-5",
// 3 notes GmHarm
"F#dim,F#3,C-4,-,A-4,-,-", 
"Gm,G-3,D-4,-,A#4,-,-",
"Adim,-,A-3,D#4,-,C-5,-",
"BbAug,-,A#3,F#4,-,D-5,-",
"Cm,-,C-4,-,G-4,D#5,-",
"D,-,-,D-4,A-4,-,F#5",
"Eb,-,-,D#4,A#4,-,G-5",
"F#dim,-,-,F#4,C-5,-,A-5",
// 3 notes Bm melo inversions
"E,-,B-3,E-4,G#4,-,-",
"F#,-,C#4,F#4,A#4,-,-",
"G#dim,-,-,D-4,G#4,B-4,-",
"A#dim,-,-,E-4,A#4,C#5,-",
"Bm,-,-,F#4,B-4,D-5,-",
"C#,-,-,-,G#4,C#5,E-5",
"Daug,-,-,-,A#4,D-5,F#5",
"E,-,-,-,B-4,E-5,G#5",
// 3 notes inversions
"G,-,B-3,-,G-4,D-5,-",
"D,-,A-3,F#4,-,D-5,-",
"F,-,A-3,F-4,-,C-5,-",
"C,G-3,-,E-4,-,C-5,-",
"Eb,G-3,-,D#4,A#4,-,-",
"Bb,F-3,-,D-4,A#4,-,-",
"Gb,-,A#3,F#4,-,C#5,-",
"Db,G#3,-,F-4,-,C#5,-",
"Ab,-,C-4,-,G#4,D#5,-",
"Eb,-,A#3,-,G-4,D#5,-",
"C,-,-,E-4,-,C-5,G-5",
"G,-,D-4,-,B-4,-,G-5",
// Dissonants
"F#m7b9/11,F#3,C#4,F#4,G-4,B-4,E-5",
"B7b9#11,-,B-3,D#4,A-4,C-5,F-5",
"A7/9/#11/13,-,A-3,G-4,B-4,D#5,F#5",
"A7/b9/#11/13,-,A-3,G-4,A#4,D#5,F#5",
"Abm7/9,G#3,-,F#4,A#4,B-4,F#5",
"Eadd9b,E-3,B-3,F-4,G#4,B-4,E-5",
"E11#,E-3,B-3,E-4,A#4,B-4,E-5",
"Gb7/11,F#3,C#4,F#4,A#4,B-4,E-5",
//polytonal
"C/F,F-3,-,-,G-4,C-5,E-5",
"C/D,-,-,D-4,G-4,C-5,E-5",
"A/F,F-3,-,-,A-4,C#5,E-5",
"A/G#,G#3,-,E-4,A-4,C#5,-",
"E/F#,F#3,-,-,G#4,B-4,E-5",
"E/F,F-3,-,-,G#4,B-4,E-5",
"E/C,-,C-3,-,G#4,B-4,E-5",
// fourth
"Fourth,E-3,A-3,D-4,G-4,C-5,F-5",
"C9sus4,-,C-4,F-4,A#4,D-5,G-5",
"Bm11,-,B-3,E-4,A-4,D-5,F#5",
"Am7sus4,-,A-3,D-4,G-4,C-5,E-5",
"Dm7sus4,-,-,D-4,G-4,C-5,F-5",
"Em7sus4,-,B-3,E-4,A-4,D-5,G-5",
//Andalusian cadence I VII VI V
//D
"Dmadd9,F-3,A-3,F-4,A-4,D-5,E-5",
"C9,-,C-4,E-4,A#4,D-5,E-5",
"Bb#11,-,A#3,D-4,A#4,D-5,E-5",
"Aadd9b,-,A-3,E-4,A#4,C#5,E-5",
//A
"Am,-,-,-,C-5,E-5,A-5",
"G,-,-,-,B-4,D-5,G-5",
"F,-,-,-,A-4,C-5,F-5",
"E,-,-,-,G#4,B-4,E-5",
//E
"Em9,-,-,E-4,G-4,B-4,F#5",
"D9,-,-,D-4,A-4,C-5,E-5",
"C9#11,-,C-4,E-4,A#4,-,F#5",
"Badd9b,-,B-3,F#4,C-5,B-4,-",
//B-rock
"B,-,B-3,F#4,B-4,B-4,-",
"A2,-,A-3,E-4,A-4,B-4,-",
"G,G-3,D-4,G-4,B-4,B-4,-",
"F#7,F#3,A#3,E-4,A#4,B-4,-",
// II V I min/maj
// progressions 4 chords
//more inversions
The genius of guitar chords, more than all my list in just one piece of music, gorgeous.
Ted Greene
Last edited by tinga on Wed Nov 18, 2020 8:53 pm, edited 7 times in total.
User avatar
Candle
Posts: 296
Joined: Sun Apr 23, 2017 1:03 am
Location: Canada
Contact:

Re: GuitarChordBox

Post by Candle »

A thought I had today (but would probably complicate things quite a bit): alternate tunings. Drop D is popular & I know a lot of guitarists who enjoy experimenting with some pretty exotic tunings. Again. probably complicates this wonderful machine way too much - unless there was some user-editable Chord Database or some similar solution.

See You In The Shadows…
User avatar
tinga
Posts: 526
Joined: Tue Nov 22, 2011 5:25 pm

Re: GuitarChordBox

Post by tinga »

tinga wrote: Sun May 24, 2020 5:20 pmMore chords
Add some but not finished, Bb,Ab,Eb,F#,Db are to do, can we use /, I use it in few chords?
wde
Posts: 332
Joined: Sun Jan 08, 2012 9:28 am

Re: GuitarChordBox

Post by wde »

tinga wrote: Fri May 29, 2020 8:08 pm
tinga wrote: Sun May 24, 2020 5:20 pmMore chords
Add some but not finished, Bb,Ab,Eb,F#,Db are to do, can we use /, I use it in few chords?
Yes. I'll try to find some time to update this soon.

Edit: Combined your list with what I had before. Needs to be cleaned up or I just use what you have.

Don't know how data can be added to Buzz clipboard so that pattern editor understands it. But there is a window to see and try the chords now.

Btw this is pretty nice free acoustic guitar VST to use with ChordBox.
User avatar
tinga
Posts: 526
Joined: Tue Nov 22, 2011 5:25 pm

Re: GuitarChordBox

Post by tinga »

Great update, with five frets and transpose, we have all the chords, i have to clean up my list, with some logical order :oops:
Post Reply