Here's a beta version you can try, there might be some errors/typos, check the scales also, let me know what don't work.
https://www.dropbox.com/s/eb7ppu14po74ur0/Biab_Chord_Picker_beta_1.0.zip?dl=1

EDIT: fixed Play Generate Button >+

The chords are copied in order from the PG website, there are some duplicates.
The dim gives dim7.

Use the Bass, Drum, Piano.. buttons to set the instrument/s to play over a Rest, Shot or Hold
Use the < > to move or use the keyboard arrows.
Use - for a comma between chords.
Use / for slash chords.

It should just run standalone, any problems just install AutoHotKey
you can also right click > Properties > Compatibility > Run As Admin




Creating your own GUI:

I included the script, to edit it use SciTE4AutoHotKey or Notepad.
To create a GUI use SmartGUI then open in SciTE4AutoHotKey to add the the hotkeys.

So for each GUI Button you create e.g 13b5#9 put the code at the bottom,

this will send it to the Biab window, { } are used to send some special characters.

Code:
Button13b5#9:
winactivate,ahk_class TBandWindow
Send  13b5{#}9
Return


You can use the GUI to do any Biab function by adding a button to send the shortcut keys or keystrokes to access the menus etc...
If you have AutoHotKey installed just right click the script.ahk > Compile, this will create the GUI.exe



Attached Files (Click to download or enlarge) (Only available when you are logged in)
Biab-Chord-Picker-Tool.png (151.59 KB, 5826 downloads)
Last edited by Pipeline; 03/23/18 05:45 PM.