Previous Thread
Index
Next Thread
Print Thread
Go To
Add-ons and UserTracks for Band-in-a-Box
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.
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




Add-ons and UserTracks for Band-in-a-Box
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

Attached Files (Click to download or enlarge) (Only available when you are logged in)
Biab-Random-Instrument-Drum-Picker.png (24.88 KB, 94 downloads)
Add-ons and UserTracks for Band-in-a-Box
Joined: Sep 2013
Posts: 433
S
Journeyman
Offline
Journeyman
S
Joined: Sep 2013
Posts: 433
Thanks, very good - they both works fine.

A very good tools for random play and auditing a selection of Styles, RTs and RDs.

Just a thought… random is good to get a feel for what is there, but for structured auditing it may be a bit difficult to get a feel for how much is there, how much have gone through, and how much is left out.

An added option to switch to Linear auto play, showing the number of items in the selection, and an option to set the starting point would probably make it into an efficient and structured auditing tool for Styles, RTs and RDs as a complement to the style picker (which I find completely useless for searching and auditing).

Add-ons and UserTracks for Band-in-a-Box
Joined: Jun 2009
Posts: 3,110
M
Veteran
OP Offline
Veteran
M
Joined: Jun 2009
Posts: 3,110
So it just needs to play the search results in the list one after the other for x secs ?

Add-ons and UserTracks for Band-in-a-Box
Joined: Sep 2013
Posts: 433
S
Journeyman
Offline
Journeyman
S
Joined: Sep 2013
Posts: 433
Yes, but need to be able to set the entry point into the list (so it don't start over from the beginning every time) and be able to see how big the list in order to see how far it got and how much remains. To be able to set the play time in seconds would also be useful.

Add-ons and UserTracks for Band-in-a-Box
Joined: Jun 2009
Posts: 3,110
M
Veteran
OP Offline
Veteran
M
Joined: Jun 2009
Posts: 3,110
Try this, I need to fix the search as there is a bug with the button, I put two there if one don't work. Just let it finish current search before starting another.
CSVQF-Biab-Styles.zip

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:
Line 32: these are defaults, if you have everything on C:\ you should not have to edit.
STYdemos := "C:\bb\RealTracks\Data\Style Demos Audio\"
STYtxt := "C:\bb\Data\StyleListTabDelimited.Txt"


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

CSVQF-Biab-Styles.ahk is the Biab Styles script

CSVQF.ahk is the original that you can open other csv or tab delimited files with

Double click will play

Ctrl or Shift click will select multiple styles to play with "Play All Selected"

Set the Play Time Sec or Full

Attached Files (Click to download or enlarge) (Only available when you are logged in)
CSVQF-Biab-Styles.png (63.32 KB, 156 downloads)
Add-ons and UserTracks for Band-in-a-Box
Joined: Sep 2013
Posts: 433
S
Journeyman
Offline
Journeyman
S
Joined: Sep 2013
Posts: 433
I have made some initial tests of the CSVQF-Biab-Styles.ahk.
It works fine. Very good.

Exactly what I have been looking for for a long time.
Many thanks.

Previous Thread
Next Thread
Go To

Moderated by  Andrew - PG Music, PeterGannon 

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
Video: Band-in-a-Box® 2025 for Mac®: VST3 Plugin Support

Band-in-a-Box® 2025 for Mac® now includes support for VST3 plugins, alongside VST and AU. Use them with MIDI or audio tracks for even more creative possibilities in your music production.

Band-in-a-Box® 2025 for Macs®: VST3 Plugin Support

Video: Band-in-a-Box® 2025 for Mac®: Using VST3 Plugins

Join the conversation on our forum.

Band-in-a-Box 2025 for Mac Videos

With the release of Band-in-a-Box® 2025 for Mac, we’re rolling out a collection of brand-new videos on our YouTube channel. We’ll also keep this forum post updated so you can easily find all the latest videos in one convenient spot.

From overviews of new features and walkthroughs of the 202 new RealTracks, to highlights of XPro Styles PAK 8, Xtra Styles PAKs 18, the 2025 49-PAK, and in-depth tutorials — you’ll find everything you need to explore what’s new in Band-in-a-Box® 2025.

Reference this forum post for One-Stop Shopping of our Band-in-a-Box® 2025 Mac Videos — we’ll be adding more videos as they’re released!

Band-in-a-Box 2025 for Mac is Here!

Band-in-a-Box® 2025 for Mac is here, packed with major new features and an incredible collection of available new content! This includes 202 RealTracks (in Sets 449-467), plus 20 bonus Unreleased RealTracks in the 2025 49-PAK. There are new RealStyles, MIDI SuperTracks, Instrumental Studies, “Songs with Vocals” Artist Performance Sets, Playable RealTracks Set 4, two new sets of “RealDrums Stems,” XPro Styles PAK 8, Xtra Styles PAK 19, and more!

Special Offers
Upgrade to Band-in-a-Box® 2025 for Mac with savings of up to 50% on most upgrade packages during our special—available until July 31, 2025! Visit our Band-in-a-Box® packages page for all the purchase options available.

2025 Free Bonus PAK & 49-PAK Add-ons
We've packed our Free Bonus PAK & 49-PAK with some incredible Add-ons! The Free Bonus PAK is automatically included with most Band-in-a-Box® for Mac 2025 packages, but for even more Add-ons (including 20 Unreleased RealTracks!) upgrade to the 2025 49-PAK for only $49. You can see the full lists of items in each package, and listen to demos here.

If you have any questions, feel free to connect with us directly—we’re here to help!

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

Cari amici
È stata aggerate la versione in Italiano del programma più amato dagli appassionati di musica, il nostro Band-in-a-Box.
Questo è il link alla nuova versione 2025.

Di seguito i link per scaricare il pacchetti di lingua italiana aggiornati per Band-in-a-Box e RealBand, anche per chi avesse già comprato la nuova versione in inglese.

Band-in-a-Box 2025 - Italiano
RealBand 2025 - Italiano

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!

Forum Statistics
Forums58
Topics84,269
Posts777,085
Members39,607
Most Online25,754
Jan 24th, 2025
Newest Members
Mtbowe, emorrison1962, mariaedinson3, raniking2025, Antonio Sotomayor
39,607 Registered Users
Top Posters(30 Days)
MarioD 150
zedd 119
DC Ron 104
WaoBand 102
nonchai 99
rsdean 91
Today's Birthdays
There are no members with birthdays on this day.
Powered by UBB.threads™ PHP Forum Software 7.7.5