Well, I don't have any personal stakes in this suggestion, it's just what I would have wished to find somewhere in the menues as a new user and what might help other new users (and even more: people who are quite new to making music in general) in the future: A Dialog Window for creating a Simple Songform in order to get started smoothly for the first weeks in BiaB - no Codas etc., no "Minus 1"-Count-Ins, and no weird Ending-Settings.
A short explanation of the picture below, although the most components should be quite self-explanatory:
The user begins with a start setup - e.g. BiaB offers 10 Start-Setups to choose from, like Intro-Verse-Chorus-Verse-Chorus-Ending, Intro-Verse-Chorus-Verse-Prechorus-Chorus-Ending, Intro-Verse-Verse-Chorus-Verse-Ending, etc.; from there the user can then customize to a certain degree in the bottom area of the window
The Minus-symbol deletes the according section
The Plus-Arrow-Up-Button adds a further section right above the according section
The Plus-Arrow-Down-Button adds a further section right below the according section
The Arrow-Up-Button moves the acccording section in front of the section that is currently right above
The Arrow-Down-Button moves the acccording section behind the section that is currently right underneath
The user can define the length of all sections
The Intro-Section and the Outro-Section can't be deleted or moved in the dialog-window, but they can be set to zero bars, so that they would then not appear in the resulting songform
The dialog-window also allows to go back a couple of steps, which might be helpful if the user deletes a section by accident or the like.
The dialog-window also allows to restore a couple of steps that the user had rewinded before
If the user wants more options like Codas and so on, he has to use the Regular Songform-Options.
The "Type-in-Custom-Name-for-this-Section"-fields could be completely left out of the dialogue-window, if the programmer's goal is to make the window as slim as possible at all
BiaB UltraPak+ 2026; Windows 10 Bass: Intermediate; Piano: Beginner I came to this forum in order to suggest feature improvements for non-professional musicians like myself that use BiaB mainly as a playalong tool and as a learning tool
I haven't studied this enough but at first look it looks like this can be made by script and included in the Script menu. It is just a thought as things can take years to be implemented if at all, this is the very reason I have been using AHK scripts, it's different in Reaper you have all the api access. I made the Chord Picker Tool below with AHK scripting.
I can't build a clear opinion on things like that, since I only have trivial knowledge at software scripting. But I would think that especially for a Songform Tool, the work of an externally created script wouldn't pay out: Although beginners have to fight through some unconventional songform creation aspects in BiaB, they'll find their way to a process which they can live with at least quicker than they would get aware of a user-generated solution. So if this is not built into BiaB by PG, it would probably "come too late" for BiaB-Newbies.
I'll check out your Chord Picker Tool!
BiaB UltraPak+ 2026; Windows 10 Bass: Intermediate; Piano: Beginner I came to this forum in order to suggest feature improvements for non-professional musicians like myself that use BiaB mainly as a playalong tool and as a learning tool
Uuuh, maybe I haven't used the right musical terms in English;
1 Bar = 4 Beats (=> "12-Bar-Blues"), right?
A section is a complete verse or a complete bridge or a complete Chorus (and the like), no matter out of how many bars it consists. Isn't it?
I hope that I haven't caused the misunderstanding by using some wrong vocabulary.
From that apart, the general function is what I mean, yes.
Last edited by MoveToGroove; 10/08/2101:43 AM.
BiaB UltraPak+ 2026; Windows 10 Bass: Intermediate; Piano: Beginner I came to this forum in order to suggest feature improvements for non-professional musicians like myself that use BiaB mainly as a playalong tool and as a learning tool
The point that I'm trying to convey is: is this what you would like to do, insert song parts ? just look at what the script is doing and think can this be modified and used just how you want ?
Yep, I think it can be modified to function as suggested.
But we should be clear about the terminology, just in order to avoid misunderstandings. I'm quite sure that I used "Bar" in the right way, but maybe I used "section" wrong.
If I should go on using both as I've defined them in my last posting (otherwise let me know), I'd suggest the following modifications at first:
Renaming your "Insert Chord"-Button to "Insert Basic Songform"
Renaming your "Insert Bar"-Button to "Insert Verse" and letting it insert an 8-bar-A-Section.
Adding an "Insert Chorus"-Button and letting it insert an 8-bar-B-Section.
Renaming your "Delete Bar"-Button to "Delete Section" and letting it delete the whole section (= the complete A-Part resp. the complete B-Part) that contains the currently marked bar.
Afterwards, there would be also needed a user-friendly way to toggle Count-In, Intro and Ending, as well as to shift a specific section to another place.
Last edited by MoveToGroove; 10/08/2111:31 AM.
BiaB UltraPak+ 2026; Windows 10 Bass: Intermediate; Piano: Beginner I came to this forum in order to suggest feature improvements for non-professional musicians like myself that use BiaB mainly as a playalong tool and as a learning tool
Don't worry about the look of the GUI I'm using, that is just the Chord Progression Library script that I was using for a demonstration. The proper script will look just like your GUI pic.
BiaB UltraPak+ 2026; Windows 10 Bass: Intermediate; Piano: Beginner I came to this forum in order to suggest feature improvements for non-professional musicians like myself that use BiaB mainly as a playalong tool and as a learning tool
Here's a basic script you can try. Download https://www.autohotkey.com/ If you have Biab running As Administrator go to the install folder C:\Program Files\AutoHotkey and set AutoHotkey.exe to Run As Administrator. Run my script.ahk
You can put any name on the end of the button code Gui, Add, Button, x430 y80 h38 w130 gAction08, Action?
and it will run the Action08: function below in the code.
I've installed AutoHotkey now, and I've started both BiaB and AutoHotkey as Administrator. I've stored the script as "my script.ahk" on the desktop, from where I open it by double-click on the icon. I can see the Window with the buttons then - but if I click on a button, nothing happens in BiaB.
Maybe the script has to be in a specific folder?
BiaB UltraPak+ 2026; Windows 10 Bass: Intermediate; Piano: Beginner I came to this forum in order to suggest feature improvements for non-professional musicians like myself that use BiaB mainly as a playalong tool and as a learning tool
If Biab was already set to run as administrator then you set Autohotkey.exe to run also so it should be the same as the pic below, you can remove run as admin on both and try:
Ah, I had to set them permanently to Run as Administrator.
Well, now it does something - but no matter on which button I click, it just puts in an F-Chord.
What do you think about an area within the tool, where the user can first see/plan/construct his whole Song Form as kind of a compact sketch - and when he has done that, then he sends the complete desired Song Form to BiaB as a whole? Since if he sends each "add section" and so on directly to BiaB, there is not much additional benefit in comparison to doing it just with a couple of more clicks via the regular BiaB-Right-Click-Menu.
BiaB UltraPak+ 2026; Windows 10 Bass: Intermediate; Piano: Beginner I came to this forum in order to suggest feature improvements for non-professional musicians like myself that use BiaB mainly as a playalong tool and as a learning tool
I think this mode of thinking is in line with modern software. However, if you adapt to the band in a box mode, it is actually very convenient. According to the current situation, I suggest adapting myself to the method of band in a box. As users, we must make a compromise in order to feel some functions of the software. I believe band in a box also knows that it may need to be revised in some aspects. It is estimated that it will take some time. Let's adapt to the current band in a box, and we can make our favorite music accompaniment Especially BB VST, I think it's easy to use
I agree with swingbaby, in particular for this tool here. Since users that are new in BiaB will not come across this external tool anyway, as I've written above.
BiaB UltraPak+ 2026; Windows 10 Bass: Intermediate; Piano: Beginner I came to this forum in order to suggest feature improvements for non-professional musicians like myself that use BiaB mainly as a playalong tool and as a learning tool
BiaB UltraPak+ 2026; Windows 10 Bass: Intermediate; Piano: Beginner I came to this forum in order to suggest feature improvements for non-professional musicians like myself that use BiaB mainly as a playalong tool and as a learning tool
The Arrow-Buttons work, but Button 1-6 all insert an F-Chord. Button 7 Start/Stop Play now, Button 8 nothing
Edit: 1-2 and 5-6 insert F-Chord, 3-4 work like an ArrowRight-Button
Last edited by MoveToGroove; 10/08/2110:56 PM.
BiaB UltraPak+ 2026; Windows 10 Bass: Intermediate; Piano: Beginner I came to this forum in order to suggest feature improvements for non-professional musicians like myself that use BiaB mainly as a playalong tool and as a learning tool
Last Chance! The Band-in-a-Box® 2026 for Mac® Special Ends Today (May 31, 2026) at 11:59pm PDT!
Time really is running out! Save up to 50% on Band-in-a-Box® 2026 for Mac® upgrades and receive a FREE Bonus PAK—only when you order by 11:59 PM PDT today!
We've added many major new features and new content in a redesigned Band-in-a-Box® 2026 for Mac®!
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 amazing new AI-Notes feature, which can transcribe polyphonic audio into MIDI. View the results in notation or play them back as MIDI, and choose whether to transcribe an entire track or transcribe specific parts like drums, bass, guitars/piano, or vocals. There's over 100 new features in Band-in-a-Box® 2026 for Mac®.
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, and much more!
Upgrade your Band-in-a-Box for Mac® to save up to 50% on most Band-in-a-Box® 2026 upgrade packages!
Plus, when you order your Band-in-a-Box® 2026 Mac 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 Mac Special Offers Extended Until May 31st!
Good news- we've extended our Band-in-a-Box® 2026 for Mac® special offers until May 31, 2026!
Band-in-a-Box® 2026 is packed 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 transcribe 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, and much more!
There are over 100 new features in Band-in-a-Box® 2026 for Mac®.
When you order purchase Band-in-a-Box® 2026 before 11:59 PM PDT on May 31st, you'll also receive a Free Bonus PAK packed with exciting new add-ons.
Check out the Band-in-a-Box® for Mac packages page to find the best package for you.
Today's the Last Day of the Band-in-a-Box 2026® for Mac Special!
Order before 11:59pm PDT today (May 15, 2026) to save up to 50% off your Band-in-a-Box® 2026 for Mac® upgrade and receive a FREE Bonus PAK loaded with great new Add-ons to use with this new version!
Band-in-a-Box® 2026 for Mac - Special Offers End at 11:59pm PDT on Friday, May 15th, 2026!
Order before 11:59pm PDT on Friday, May 15th and SAVE up to 50% on most Band-in-a-Box® version 2026 for Mac Upgrade packages... and that's not all! With your version 2026 for Mac purchase, we'll include a Bonus PAK full of great new Add-ons FREE! Upgrade to the 2026 49-PAK to receive even more NEW Add-ons including 20 additional RealTracks... that's 222 NEW RealTracks available with version Band-in-a-Box® 2026 for Mac!
Upgrade to Band-in-a-Box® 2026 for Mac® today for as little as $49! Check out the Band-in-a-Box® packages page for all available purchase options.
Learn more about the Free Bonus PAK and 49-PAK here.
If you have any questions about which package is the best option for you, just let us know. We're here to help!
202 New RealTracks Released with Band-in-a-Box 2026!
With Band-in-a-Box® 2026, we've released 202 incredible new RealTracks (in sets 468-488) in a variety of genres—featuring your most requested styles!
Jazz, Funk & World (Sets 468-475):
Our new jazz, funk & blues RealTracks include a groovin’ collection of RealTracks and RealDrums! These include more requested “soul jazz” RealTracks featuring artists Neil Swainson (bass), Charles Treadway (organ), Brent Mason (guitar), and Wes Little (drums). There are new “smooth jazz” styles (4), which include a RealTracks first: muted trumpet, as well as slick new smooth jazz brushes options for drums. Blues lovers will be thrilled—there are more “classic acoustic blues” styles, including guitar (5), bass (4), and drums (10) with blues master Colin Linden, featuring understated and tasty background acoustic soloing, plus brushes drums and acoustic bass. There are also new electric blues RealTracks, including electric blues with PG favorite Johnny Hiland (3) and soulful electric slide guitar from Colin Linden (4). If you love funk & gospel, there are great new options this year, including gospel organ (3) from Charles Treadway, as well as new funk, tango, and rock ’n’ roll drums (3) and bass (1). And for big, bold arrangements, we have uptempo soul horns (4) featuring a three-part hip horn section with options for a full mix or stems of each individual horn — plus an accompanying rhythm section (4) of drums, bass, guitar, and electric piano!
Rock & Pop (Sets 476–482):
Our new rock & pop RealTracks bring a powerful mix of requested favorites, fresh genres, and modern chart-inspired styles! We have more of our popular “Producer Layered Acoustic Guitars (15)” featuring Band-in-a-Box favorite Brent Mason. We’ve continued our much-requested disco styles (10), and added new Celtic guitar (5) with a more basic, accessible approach than our previous Drop-D or DADGAD offerings. There are also highly requested yacht rock styles (17), inspired by the smooth, polished soft-rock sound of the late ’70s and early ’80s — laid-back grooves, silky electric pianos, warm textures, elegant harmonic movement, and pristine production aesthetics. Fans of heavier styles will love our new glam metal (13), capturing the flashy, high-energy sound of ’80s arena-ready guitar rock. We also have a set of rootsy modern-folk rock (18), with a warm, organic sound combining contemporary folk textures and driving acoustic strumming. And we’ve added lots of new modern pop styles (16) — the kinds of sounds you’re hearing on the radio today, featuring exciting new drums, synths, and cutting-edge RealTracks arrangements.
Country, & Americana (Sets 483–488):
Our new country & Americana RealTracks deliver a rich collection of acoustic, electric, and roots-inspired styles! We have new country pop (9) with legendary guitarist Brent Mason. There is also a potpourri (14) of bouzouki, guitars, banjo, and more, perfect for adding texture and character to contemporary acoustic arrangements. We’ve added funky country guitar (5) with PG favorite Brent Mason, along with classic pedal steel styles (5) featuring steel great Doug Jernigan. There are more country songwriter styles (8) that provide intimate, rootsy foundations for storytelling and modern Americana writing. Finally, we have “background soloing” acoustic guitar (12) with Brent Mason — simpler, but still very tasty acoustic lines designed to sit beautifully behind vocals or act as a subtle standalone solo part.
And, if you are looking for more, the 2026 49-PAK (for $49) includes an impressive collection of 20 bonus RealTracks, featuring exciting and inspiring additions to add to your RealTracks library. You'll get new country-rhythm guitar styles from PG Music favorites Johnny Hiland and Brent Mason, along with modern-pop grooves that capture today’s radio-ready sound! There are also new indie-folk styles with guitar, bass, 6-string bass used as a high-chording instrument, acoustic guitar, and banjo. Plus, dedicated "cymbal fills" RealDrums provide an added layer that work very well with low-key folky styles with other percussion.
The 2026 49-PAK is loaded with other great new add-ons as well. Learn more about the 2026 49-PAK!
2026 Free Bonus PAK & 49-PAK for Band-in-a-Box® 2026 for Mac®!
With your version 2026 for Mac Pro, MegaPAK, UltraPAK, UltraPAK+, Audiophile Edition or PlusPAK purchase, we'll include a Bonus PAK full of great new Add-ons for FREE! Or upgrade to the 2026 49-PAK for only $49 to receive even more NEW Add-ons including 20 additional RealTracks!
These PAKs are loaded with additional add-ons to supercharge your Band-in-a-Box®!
This Free Bonus PAK includes:
The 2026 RealCombos Booster PAK:
-For Pro customers, this includes 27 new RealTracks and 23 new RealStyles.
-For MegaPAK customers, this includes 25 new RealTracks and 23 new RealStyles.
-For UltraPAK customers, this includes 12 new RealStyles.
MIDI Styles Set 92: Look Ma! More MIDI 15: Latin Jazz
MIDI SuperTracks Set 46: Piano & Organ
Instrumental Studies Set 24: Groovin' Blues Soloing
Artist Performance Set 19: Songs with Vocals 9
Playable RealTracks Set 5
RealDrums Stems Set 9: Cool Brushes
SynthMaster Sounds Set 1 (with audio demos)
iOS Android Band-in-a-Box® App
Looking for more great add-ons, then upgrade to the 2026 49-PAK for just $49 and you'll get:
20 Bonus Unreleased RealTracks and RealDrums with 20 RealStyle.
FLAC Files (lossless audio files) for the 20 Bonus Unreleased RealTracks and RealDrums
MIDI Styles Set 93: Look Ma! More MIDI 16: SynthMaster
MIDI SuperTracks Set 47: More SynthMaster
Instrumental Studies 25 - Soul Jazz Guitar Soloing
Artist Performance Set 20: Songs with Vocals 10
RealDrums Stems Set 10: Groovin' Sticks
SynthMaster Sounds & Styles Set 2 (sounds & styles with audio demos)
One of our representatives will be happy to help you over the phone. Our hours of operation are from
6:00AM to 6:00PM PST (GMT -8) Monday thru Friday, and 8:00AM to 4:00PM PST Saturday. We are closed Sunday. You can also send us your questions via email.
One of our representatives will be happy to help you on our Live Chat or by email. Our hours of operation are from
6:00AM to 6:00PM PST (GMT -8) Monday thru Friday; 8:00AM to 4:00PM PST (GMT -8) Saturday; Closed Sunday.