Previous Thread
Index
Next Thread
Print Thread
Go To
Page 1 of 4 1 2 3 4
Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
http://www.pgmusic.com/forums/ubbthreads.php?ubb=showflat&Number=463821#Post463821

You can try this out to see if it's of any help if you like.




Band-in-a-Box for Windows
Joined: Feb 2010
Posts: 794
Journeyman
Offline
Journeyman
Joined: Feb 2010
Posts: 794
Thanks Pipeline looks pretty cool! - and installing/using instructions - just run the .exe and is something created in the BIAB GUI that opens this?

Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
If you have any problems just install AutoHotKey then double click on the Biab Chord Picker beta 1.0 script.ahk and it will run without having to use the exe.
If you open the Picker beta 1.0 script.ahk by dragging into Notepad you will send it is just simple text, OR instead of downloading you can copy the text below into Notepad then save as My Chord Tool.ahk and it will run when you double click it:

https://www.dropbox.com/s/br2rsun384q0qap/Biab%20Chord%20Picker%20beta%201.0.txt?dl=0


The top part creates the buttons and the bottom part sends those to Biab as keystrokes.
This way you can add any other buttons for other Biab functions to the script.

Here is just the text script https://www.dropbox.com/s/tz57jd1fz4ws5ab/Biab%20Chord%20Picker%20beta%201.0%20script.ahk?dl=1

View Full Screen


Attached Files (Click to download or enlarge) (Only available when you are logged in)
BB_Chord_Tool_input.gif (1.37 MB, 962 downloads)
Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
This is the easiest way, install AutoHotKey > Double click the BB Chord.ahk.
You can right click to Edit or Compile to an BB Chord.exe :


Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Here's a newer one with the chords in list order.
EDIT: Push buttons named
EDIT: Always On Top checkbox added
Exe and script
https://www.dropbox.com/s/ptxts5elvpo7xx4/Biab%20Chord%20Picker%20beta%201.c.zip?dl=1

Script only
https://www.dropbox.com/s/vmwy2ffpdqpllb3/Biab%20Chord%20Picker%20beta%201.c.ahk?dl=1


Last edited by Pipeline; 03/26/18 06:40 PM.
Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
It would be good to get some feedback, the only feedback I've had is from funkycornwall here http://www.pgmusic.com/forums/ubbthreads.php?ubb=showflat&Number=464692#Post464692

Fixed m6 m7 Ma7, added View Mode button.

EDIT: Update,
Added Set existing Chord to Push 1/8 or 1/16
Added View Mode Normal/Compact
Added DAW Plug-in Mode (small)

EDIT: Update
Added Remove Push Shot Hold or Rest from Chord
Added GUI Color Picker
Added Move BB Window with cursor keys or mouse


Exe and script
https://www.dropbox.com/s/mifqr8ibtnk6f4h/Biab%20Chord%20Picker%20beta%201.f.zip?dl=1

Script only
https://www.dropbox.com/s/qluu9iv9plk3ndk/Biab%20Chord%20Picker%20beta%201.f.ahk?dl=1

Last edited by Pipeline; 03/29/18 07:27 PM.
Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
If you have any other suggestions let me know.
Updated version:

Attached Files (Click to download or enlarge) (Only available when you are logged in)
GUI-Color.gif (442.37 KB, 1987 downloads)
Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954

Band-in-a-Box for Windows
Joined: Apr 2007
Posts: 311
Journeyman
Offline
Journeyman
Joined: Apr 2007
Posts: 311
Hi Pipeline

Thanks for the updated version. Just had a quick go with it and like the newer functions. I notice that the rests shots and holds can be added after the chord name but if you do this with a 8th or 16th puch then the chord disappears. You have to click push first and then the chord. Is there a way of making this work like the others. It may well be that you want to add the push after you have named the chord.

I think it is a great addition.

I wish I had your computer-orientated brain!

Thanks

Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Thanks for the feedback and letting me know, see if this is working any better.


Chord Picker beta 2.0b
Fixed order Harmonic Major/Minor chords
Added Set existing Chord to Rest, Shot or Hold
Added Custom Actions Tool Tab
To create your own Actions for the buttons rename "Action name"

Gui, Add, Button, x22 y100 w90 h20 gButtonCA1-1, Action Name

then go down the text or search for "ButtonCA1-1:"

ButtonCA1-1:
winactivate,ahk_class TBandWindow
Send C
Return

it is sending c as default, change the keysend to what you like, save and run.

For example, if we want to make Custom Actions 1 Button 1 Unfold:

Gui, Add, Button, x22 y100 w90 h20 gButtonCA1-1, Unfold
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ButtonCA1-1:
winactivate,ahk_class TBandWindow
Send !e
Send {Down 10}
Send {Right 1}
Send {Down 5}
Send {Enter}
Return

Send !e = Alt+E to open the edit menu.
More info http://www.pgmusic.com/forums/ubbthreads.php?ubb=showflat&Number=464478
Using Combination Keys:
http://xahlee.info/mswin/autohotkey_key_notations.html

Exe and script
https://www.dropbox.com/s/8youk0drvuanrdj/Biab%20Chord%20Picker%20beta%202.0b.zip?dl=1

Script only
https://www.dropbox.com/s/403g9sz4oxm326i/Biab%20Chord%20Picker%20beta%202.0b.ahk?dl=1

View Full Screen


Band-in-a-Box for Windows
Joined: Apr 2007
Posts: 311
Journeyman
Offline
Journeyman
Joined: Apr 2007
Posts: 311
Hi Pipeline

I like the fact that you can set-chord-rest etc afterwards so that makes it easy later to change your mind about settings. I still find that if you decide a chord and a 7th or whatever and then next afterwards 'Push 8th' (or 16th) then when you move onto the next chord the chord you've changed to a push just disappears. This doesn't happen with rest, shot and hold buttons which can be set after the chord entry.

It is a very useful tool overall and thanks for your ingenuity

Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
After entering the chord do you move to the next cell so the chord has been entered then change it or do you click set push before the chord has been entered ?

I don't know if anyone else can try it and see what they get,
just load a song demo select any chord and click the Set Chord Push 8th, it should change the existing chord to a push.

If you still have a problem I can add a bit more delay, Sleep 50 change to Sleep 100 in the button section:

ButtonSet-Chord-Push8th:


Attached Files (Click to download or enlarge) (Only available when you are logged in)
BBChordTool-Push.gif (728.43 KB, 487 downloads)
Last edited by Pipeline; 04/08/18 08:57 AM.
Band-in-a-Box for Windows
Joined: Apr 2007
Posts: 311
Journeyman
Offline
Journeyman
Joined: Apr 2007
Posts: 311
I am entering a chord then after chord is entered I click 'push8th' from the top row of controls. I then click the right arrow to move onto next bar or 2nd half of bar and the chord disappears. If I do the same process with rest, hold or shot from the top row and follow the same procedure it all works. It is just the push8th and 16th on the top row that show the problem. Also if you enter the chord and then use the 'Set Push8th' before you've moved to the next chord then again the chord disappears. However if you make a chord move to a new one then return to the earlier chord and then use 'set push8th' then it works. The others work fine it is just the pushes that have this problem.

I also cannot get the chord picker to stay on top even if I have ticked the 'always on top'. It's not a problem as I have two monitors but wondered if this works OK for others

Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Originally Posted By: funkycornwall
I am entering a chord then after chord is entered I click 'push8th' from the top row of controls. .....

I also cannot get the chord picker to stay on top even if I have ticked the 'always on top'. It's not a problem as I have two monitors but wondered if this works OK for others


Type the caret symbol ‘^’ before the chord,

so you get ^C7 , BB won't recognize C7^, it will recognize C7. C7.. C7... ^C7 ^^C7 ^C7. ^C7.. ^C7... and the Bass Drums Piano Guitar Strings after a Rest Shot Hold C7...d plays Drums over the hold, C7...bd plays Bass & Drums over the Hold. etc..

If you have BB in plugin mode BB will always be the one on top.

Band-in-a-Box for Windows
Joined: Apr 2007
Posts: 311
Journeyman
Offline
Journeyman
Joined: Apr 2007
Posts: 311
Thanks for that. I wanted the chord picker to stay on top. It goes behind BIAB as soon as you enter chords.

Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
So will it stay on top when BB is not in plugin mode, as I can resize the BB window to the same size as it is in plugin mode without it being on top.

Band-in-a-Box for Windows
Joined: Apr 2007
Posts: 311
Journeyman
Offline
Journeyman
Joined: Apr 2007
Posts: 311
Yes it stays on top when in plug-in mode but not when it isn’t. Would be good to stay on top in both plug-in and normal modes.

Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Try this, View-Small sets the window to 821 x 675 same size as plugin mode, the position is left top, the size and position can be changed like if you want to move the BB window to the second monitor.:

Exe and script
https://www.dropbox.com/s/k9s1ufi9jdgfk4x/Biab%20Chord%20Picker%20beta%202.0b2.zip?dl=1


Script only
https://www.dropbox.com/s/z4nsnhtlgt4y1nr/Biab%20Chord%20Picker%20beta%202.0b2.ahk?dl=1

Band-in-a-Box for Windows
Joined: Jun 2012
Posts: 3,778
J
Veteran
Offline
Veteran
J
Joined: Jun 2012
Posts: 3,778
Hey Pipeline, this is AMAZING! THANK YOU!!!!

I noticed an issue. When I click C. at the top and then click FMa7 under "Chords on C Major"...it does not insert the FMaj7. Does nothing.

Band-in-a-Box for Windows
Joined: Apr 2007
Posts: 311
Journeyman
Offline
Journeyman
Joined: Apr 2007
Posts: 311
Just did another quick test. I called up a G chord then I clicked 'set-chord-hold' and this changed the G chord to a hold. I then clicked 'Play over shot, hold or rest' and chose Bass and drums. I then saw that my G chord had changed to B diminished. Other odd things happend when I called up another chord. I then made that one a hold and then I clicked 'Piano' and this time it move the bar with a blue fill marker and if I clicked piano again it turned it to a green marker.

Previous Thread
Next Thread
Go To
Page 1 of 4 1 2 3 4

Link Copied to Clipboard
ChatPG

Ask sales and support questions about Band-in-a-Box using natural language.

ChatPG's knowledge base includes the full Band-in-a-Box User Manual and sales information from the website.

PG Music News
Holiday Weekend Hours

Our Customer Service hours this weekend are as follows:

Friday, April 18: 8:00 - 4:00
Saturday, April 19: closed
Sunday, April 20: closed
Monday, April 21: Regular hours

Thank you!

Band-in-a-Box 2025 French Version is Here!

Bonjour à tous,

Band-in-a-Box® 2025 pour Windows est disponible en Français.
Le téléchargement se fait à partir du site PG Music

Pour ceux qui auraient déjà acheté la version 2025 de Band-in-a-Box (et qui donc ont une version anglaise), il est possible de "franciser" cette version avec les patchs suivants:

BIAB 2025 - francisation
RealBand 2025 - francisation

Voilà, enjoy!

Band-in-a-Box 2025 German Version is Here!

Band-in-a-Box 2025 für Windows Deutsch ist verfügbar!

Die deutsche Version Band-in-a-Box® 2025 für Windows ist ab sofort verfügbar!

Alle die bereits die englische Version von Band-in-a-Box und RealBand 2024 installiert haben, finden hier die Installationsdateien für das Sprachenupdate:

https://nn.pgmusic.com/pgfiles/languagesupport/deutsch2025.exe
https://nn.pgmusic.com/pgfiles/languagesupport/deutsch2025RB.exe

Update Your Band-in-a-Box® 2025 to Build 1128 for Windows Today!

Already using Band-in-a-Box 2025 for Windows®? Download Build 1128 now from our Support Page to enjoy the latest enhancements and improvements from our team.

Stay up to date—get the latest update now!

Update to RealBand® 2025 Build 5 Windows Today!

Already using RealBand® 2025 for Windows®? Download Build 5 now from our Support Page to ensure you have the latest enhancements and improvements from our team.

Get the latest update today!

PowerTracks Pro Audio 2025 for Windows is Here!

PowerTracks Pro Audio 2025 is here! This new version introduces many features, including VST3 support, the ability to load or import a .FLAC file, a reset option for track height in the Tracks window, a taller Timeline on the Notation window toolbar, new freeze buttons in the Tracks window, three toolbar modes (two rows, single row, and none), the improved Select Patch dialog with text-based search and numeric patch display, a new button in the DirectX/VST window to copy an effects group, and more!

First-time packages start at only $49. Already a PowerTracks Pro Audio user? Upgrade for as little as $29!

www.pgmusic.com/powertracks.htm

Video: Summary of the New Band-in-a-Box® App for iOS®

Join Tobin as he takes you on a tour of the new Band-in-a-Box® app for iOS®! Designed for musicians, singer-songwriters, and educators, this powerful tool lets you create, play, and transfer songs effortlessly on your iPhone® or iPad®—anytime, anywhere.

Band-in-a-Box® for iOS® :Summary video.

Check out the forum post for more information.

Forum Statistics
Forums58
Topics83,894
Posts771,885
Members39,480
Most Online25,754
Jan 24th, 2025
Newest Members
ireneschmid, winniemalone, Jersey Benson, /Brian evangeline, Steirerburli
39,480 Registered Users
Top Posters(30 Days)
MarioD 160
DC Ron 105
rsdean 97
WaoBand 85
Today's Birthdays
mike5256
Powered by UBB.threads™ PHP Forum Software 7.7.5