Previous Thread
Index
Next Thread
Print Thread
Go To
Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 3,110
M
Veteran
OP Offline
Veteran
M
Joined: Jun 2009
Posts: 3,110
Biab-random-instrument-picker.zip (contains AHK script and ReadMe)

Install www.autohotkey.com V1 then set C:\Program Files\AutoHotkey\AutoHotkey.exe to Run As Administrator by right click if you are running Biab As Administrator.

*Before first use, go into RealTrack Picker, "Show All" and uncheck "Show RealTracks that are N/A" then click the "Copy List" this may take some time. Do the same in the RealDrum Picker. You will then have RealTracksList.txt and RealDrumsList.txt in C:\bb\Data.


Open the ahk script with NotePad or text editor, set it to your paths then save:

RTtxt := "C:\bb\Data\RealTracksList.Txt"
RDtxt := "C:\bb\Data\RealDrumsList.txt"
RTdemos := "C:\bb\Demos\RealTracks - Demos\"
RDdemos := "C:\bb\RealTracks\Data\RealDrums Demos Audio\"

You can run the script from anywhere or create a folder C:\bb\Scripts
Select the Mixer Track first you want to Inject in.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
BB23-Random-PickerGUI.png (24.44 KB, 523 downloads)
BB23-Random-Picker.png (137.68 KB, 266 downloads)
Band-in-a-Box for Windows
Joined: Sep 2013
Posts: 596
S
Journeyman
Offline
Journeyman
S
Joined: Sep 2013
Posts: 596
Thanks,

Good stuff it works great.

I also found out that I was missing a majority of the drum audio files (BIAB looks them up on internet)

Is there a way do download it all locally?.

I found an old link in the forum from 2015 (Jim Fogle) to download them all as per 2015, but I wonder if there is a more recent way get them all downloaded locally. I merged it together with my current demo and it seems to work fine (I don't know how many audio files I still miss).

https://www.pgmusic.com/forums/ubbthreads.php?ubb=showflat&Number=281774


BIAB 2026, Studio Pro 8, Song Master Pro, Win11 Home. i7-9700K CPU, 32GB, ESI MAYA44eX, ZOOM UAC-2, Guitar Pro 8, Transcribe, (EZKeys2, EZD3, SD3, EZBass, EZMix3)
Amateur: fiddle, guitar, vocal, beginner on bass.
Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 3,110
M
Veteran
OP Offline
Veteran
M
Joined: Jun 2009
Posts: 3,110

Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 3,110
M
Veteran
OP Offline
Veteran
M
Joined: Jun 2009
Posts: 3,110
Here's an updated version of Random Style Picker:
Biab-Random-Style-Picker.zip (contains script and ReadMe)

Install www.autohotkey.com V1 then set C:\Program Files\AutoHotkey\AutoHotkey.exe to Run As Administrator by right click if you are running Biab As Administrator.

*Before first use, go into The Style Picker, "Clear Filter", then Actions > "Copy List to clipboard" this may take some time. You will then have StyleListTabDelimited.Txt in C:\bb\Data.

Also Actions > Set Dialog Options > Show current style in list even... > "never"


Open the ahk script with NotePad or text editor, set it to your paths then save:

txt := "C:\bb\Data\StyleListTabDelimited.txt"

You can run the script from anywhere or create a folder C:\bb\Scripts


Band-in-a-Box for Windows
Joined: Sep 2013
Posts: 596
S
Journeyman
Offline
Journeyman
S
Joined: Sep 2013
Posts: 596
I am playing around a bit with the Random Instrument and Drum picker.

I did put in a request in the BIAB wish list quite a while back to have a more simplified Audit function for the RTs and RDs as well as styles.

Basically to be able to mark up a selection or otherwise specify a selection, and then to select a play length in seconds, and then to be able to press the play button once (or step by step) and having the system play through the whole selection one by one (for for the given duration for each).

Then I could lay back in my couch just listening through them all and make a mental notation of the ones I like and take it further later on.

It seems that this script could be used for this with some minor modifications. I am almost there with the drums.

ie make the selection as now with genre, tempo, feel etc, add feature to add duration, and instead of random make it a linear play just make the script play through all drums in the specified selection (or keep random and add a new linear play as well).

Quite fun I am almost there with the drums.

Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 3,110
M
Veteran
OP Offline
Veteran
M
Joined: Jun 2009
Posts: 3,110
There are plenty of ready made AHK scripts to handle the csv/tab delimited txt files that you could modify to play the results. I think if you have mp4 video RealTracks/Drums you could even get it to play them as video preview.
You don't need to wait years for something to be implemented if you use AHK.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
AHK-CSV-Search.png (18.58 KB, 103 downloads)
Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 3,110
M
Veteran
OP Offline
Veteran
M
Joined: Jun 2009
Posts: 3,110
In the search section if it finds "^" in the drum name it will use
*01_solo.wma
but if you read the txt files in any drums folder for any with "^" you will get the number of variations that you can add in the search
and play
*01_solo.wma
*02_solo.wma
*03_solo.wma

AmericanaSlow8sBrushesFred^1-A,B_65_Style.txt
AmericanaSlow8sBrushesFred^2-A,B_65_Style.txt
AmericanaSlow8sBrushesFred^3-A,B_65_Style.txt

or you can read DrumGrooveNames.txt
AmericanaSlow8sBrushesFred^
AmericanaSlow8sBrushesFred^\AmericanaSlow8sBrushesFred^1-A,B$3$2
AmericanaSlow8sBrushesFred^\AmericanaSlow8sBrushesFred^2-A,B$3$1
AmericanaSlow8sBrushesFred^\AmericanaSlow8sBrushesFred^3-A,B$1$2

also if you want to hear with the band
*01_band.wma

Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 3,110
M
Veteran
OP Offline
Veteran
M
Joined: Jun 2009
Posts: 3,110
Random Style Picker: Updated with Play Stop Inject buttons. Shortcuts Alt+R Alt+P Alt+S Alt+I. Auto Play option added. Added Long Name.
Biab-Random-Style-Picker.zip (contains script and ReadMe)

Install www.autohotkey.com V1 then set C:\Program Files\AutoHotkey\AutoHotkey.exe to Run As Administrator by right click if you are running Biab As Administrator.

*Before first use, go into The Style Picker, "Clear Filter", then Actions > "Copy List to clipboard" this may take some time. You will then have StyleListTabDelimited.Txt in C:\bb\Data.

Also Actions > Set Dialog Options > Show current style in list even... > "never"


Open the ahk script with NotePad or text editor, set it to your paths then save:

txt := "C:\bb\Data\StyleListTabDelimited.txt"
STYdemos := "C:\bb\RealTracks\Data\Style Demos Audio\"


You can run the script from anywhere or create a folder C:\bb\Scripts


Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 3,110
M
Veteran
OP Offline
Veteran
M
Joined: Jun 2009
Posts: 3,110
Added Auto Play option.
autoplay := 1 ; set 1 = autoplay 2 = no auto play

Biab-random-instrument-picker.zip (contains AHK script and ReadMe)

Install www.autohotkey.com V1 then set C:\Program Files\AutoHotkey\AutoHotkey.exe to Run As Administrator by right click if you are running Biab As Administrator.

*Before first use, go into RealTrack Picker, "Show All" and uncheck "Show RealTracks that are N/A" then click the "Copy List" this may take some time. Do the same in the RealDrum Picker. You will then have RealTracksList.txt and RealDrumsList.txt in C:\bb\Data.


Open the ahk script with NotePad or text editor, set it to your paths then save:

RTtxt := "C:\bb\Data\RealTracksList.Txt"
RDtxt := "C:\bb\Data\RealDrumsList.txt"
RTdemos := "C:\bb\Demos\RealTracks - Demos\"
RDdemos := "C:\bb\RealTracks\Data\RealDrums Demos Audio\"

autoplay := 1 ; set 1 = autoplay 2 = no auto play

You can run the script from anywhere or create a folder C:\bb\Scripts
Select the Mixer Track first you want to Inject in.
This needs the Audio Demos for RealDrums so if you don't have them:
Originally Posted By: Andrew - PG Music
MIDI Style Demos Audio, and RealDrums Demos Audio from 2014 or earlier aren't currently included in the download by default. We will plan to add those. Here are links to download them. The files should be extracted to "Style Demos Audio" and "RealDrums Demos Audio" folder in your RealTracks\Data folder.

MIDI Style Demos Audio (7 GB):
https://demos.pgmusic.com/audio/allrdstydemoszip/style-demos-audio_1_midisty_05-28-14.zip

All RealDrums Demos Audio (3.5 GB):
https://demos.pgmusic.com/audio/allrdstydemoszip/realdrums_demos_audio_03-05-2023.zip



Previous Thread
Next Thread
Go To

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
Band-in-a-Box® 2025 for Mac® users: Build 904 now available!

If you're already using Band-in-a-Box® 2025 for Mac®, make sure to grab the latest update! Build 904 is now available for download and includes the newest additions and enhancements from our team.

Band-in-a-Box® 2026 for Windows® users: Build 1237 is now available!

Already a Band-in-a-Box 2026 for Windows user? Stay up to date and download the build 1237 to get all the latest additions and enhancements.

PowerTracks Pro 2026 for Windows is Here!

PowerTracks 2026 is here—bringing powerful new enhancements designed to make your production workflow faster, smoother, and more intuitive than ever.

The enhanced Mixer now shows Track Type and Instrument icons for instant track recognition, while a new grid option simplifies editing views. Non-floating windows adopt a modern title bar style, replacing the legacy blue bar.

The Master Volume is now applied at the end of the audio chain for consistent levels and full-signal master effects.

Tablature now includes a “Save bends when saving XML” option for improved compatibility with PG Music tools. Plus, you can instantly match all track heights with a simple Ctrl-release after resizing, and Add2 chords from MGU/SGU files are now fully supported... and more!

Get started today—first-time packages start at just $49.

Already using PowerTracks Pro Audio? Upgrade for as little as $29 and enjoy the latest improvements!

Order now!

Band-in-a-Box 2026 for Windows Special Offers End Tomorrow (January 15th, 2026) at 11:59 PM PST!

Time really is running out! Save up to 50% on Band-in-a-Box® 2026 for Windows® upgrades and receive a FREE Bonus PAK—only when you order by 11:59 PM PST on Thursday, January 15, 2026!

We've added many major new features and new content in a redesigned Band-in-a-Box® 2026 for Windows®!

Version 2026 introduces a modernized GUI redesign across the program, with updated toolbars, refreshed windows, smoother workflows, and a new Dark Mode option. There’s also a new side toolbar for quicker access to commonly used windows, and the new Multi-View feature lets you arrange multiple windows as layered panels without overlap, making it easier to customize your workspace.

Another exciting new addition is the new AI-Notes feature, which can transcribe polyphonic audio into MIDI. You can view the results in notation or play them back as MIDI, and choose whether to process an entire track or focus on specific parts like drums, bass, guitars/piano, or vocals. There's over 100 new features in Band-in-a-Box® 2026 for Windows®.

There's an amazing collection of new content too, including 202 RealTracks, new RealStyles, MIDI SuperTracks, Instrumental Studies, “Songs with Vocals” Artist Performance Sets, Playable RealTracks Set 5, two RealDrums Stems sets, XPro Styles PAK 10, Xtra Styles PAK 21, and much more!

Upgrade your Band-in-a-Box for Windows to save up to 50% on most Band-in-a-Box® 2026 upgrade packages!

Plus, when you order your Band-in-a-Box® 2026 upgrade during our special, you'll receive a Free Bonus PAK of exciting new add-ons.

If you need any help deciding which package is the best option for you, just let us know. We are here to help!

Band-in-a-Box® 2026 for Windows® Special Offers Extended Until January 15, 2026!

Good news! You still have time to upgrade to the latest version of Band-in-a-Box® for Windows® and save. Our Band-in-a-Box® 2026 for Windows® special now runs through January 15, 2025!

We've packed Band-in-a-Box® 2026 with major new features, enhancements, and an incredible lineup of new content! The program now sports a sleek, modern GUI redesign across the entire interface, including updated toolbars, refreshed windows, smoother workflows, a new dark mode option, and more. The brand-new side toolbar provides quicker access to key windows, while the new Multi-View feature lets you arrange multiple windows as layered panels without overlap, creating a flexible, clutter-free workspace. We have an amazing new “AI-Notes” feature. This transcribes polyphonic audio into MIDI so you can view it in notation or play it back as MIDI. You can process an entire track (all pitched instruments and drums) or focus on individual parts like drums, bass, guitars/piano, or vocals. There's an amazing collection of new content too, including 202 RealTracks, new RealStyles, MIDI SuperTracks, Instrumental Studies, “Songs with Vocals” Artist Performance Sets, Playable RealTracks Set 5, two RealDrums Stems sets, XPro Styles PAK 10, Xtra Styles PAK 21, and much more!

There are over 100 new features in Band-in-a-Box® 2026 for Windows®.

When you order purchase Band-in-a-Box® 2026 before 11:59 PM PST on January 15th, you'll also receive a Free Bonus PAK packed with exciting new add-ons.

Upgrade to Band-in-a-Box® 2026 for Windows® today! Check out the Band-in-a-Box® packages page for all the purchase options available.

Happy New Year!

Thank you for being part of the Band-in-a-Box® community.

Wishing you and yours a very happy 2026—Happy New Year from all of us at PG Music!

Season's Greetings!

Wishing everyone a happy, healthy holiday season—thanks for being part of our community!

The office will be closed for Christmas Day, but we will be back on Boxing Day (Dec 26th) at 6:00am PST.

Team PG

Forum Statistics
Forums57
Topics86,073
Posts799,750
Members40,027
Most Online44,367
Mar 4th, 2026
Newest Members
sam31985, jyotish karan, bububz, Ramon C., WernerF
40,027 Registered Users
Top Posters(30 Days)
MarioD 140
DC Ron 102
rsdean 98
WaoBand 76
DrDan 69
Today's Birthdays
Epigorrilla, sparrow
Powered by UBB.threads™ PHP Forum Software 7.7.5