|
Log in to post
|
Print Thread |
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Mar 2009
Posts: 2
Newbie
|
OP
Newbie
Joined: Mar 2009
Posts: 2 |
BiaB has many powerful features but we all know that notation is not amongst them  . I still need a notation program to give the lead sheets the final touch (I use Finale PrintMusic). Exchange of stuff between the two programs would be greatly enhanced by the support of MusicXML in BiaB. MusicXML includes many features (chord symbols, text elements, repeat signs, to name a few) which MIDI does not. I'd love to see MusicXML import and export in one of the nxt releases of BiaB. Thanks for considering Heinz ....
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Jul 2000
Posts: 27,514
Veteran
|
Veteran
Joined: Jul 2000
Posts: 27,514 |
+1
Music XML export from BIAB, certainly. That would help a lot.
This has been discussed here in the past. Peter Gannon commented that it would be a good feature to have. That was maybe two years ago, and I don't recall it being mentioned more than once since.
ps Welcome to the forum!
I can't quite tell from the avatar, but is that a Monette mouthpiece you're playing on? I'm a brass player, too (I use Warburton mouthpieces).
BIAB 2026 Win Audiophile. Software: Fender Studio One 8, Swam horns, Acoustica-7, Notion 6, Song Master Pro, Win 11 Home. Hardware: Intel i9, 32 Gb; Presonus Quantom HD8 & Faderport 8, Royer 121, Adam Sub8 & Neumann 120 monitors.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Mar 2009
Posts: 2
Newbie
|
OP
Newbie
Joined: Mar 2009
Posts: 2 |
Hi Matt,
Thanks for commenting. On the moutpiece: It's quite a while this foto has been taken, I guess I still played the "Yamaha 'Bobby Shew' Lead". These days I am playing Marcinkiewicz E14.1 (fairly wide and shallow cup).
Regards, Heinz ...
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Dec 2004
Posts: 603
Journeyman
|
Journeyman
Joined: Dec 2004
Posts: 603 |
Add my vote, please, for XML.
It is a real shame not to have such a useful feature that should be fairly easy to add on. It could make BiaB attractive to a new type of customer -- one who isn't interested now, because the printed output is sub-professional.
Larry ______
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Jul 2000
Posts: 27,514
Veteran
|
Veteran
Joined: Jul 2000
Posts: 27,514 |
I'm not so sure it would be easy. During beta testing of Encore 5, a notation program I've used for twenty years, there were several discussions with the developers about the difficulties of implementation. The end result was a partial implementation, with bugs.
BIAB 2026 Win Audiophile. Software: Fender Studio One 8, Swam horns, Acoustica-7, Notion 6, Song Master Pro, Win 11 Home. Hardware: Intel i9, 32 Gb; Presonus Quantom HD8 & Faderport 8, Royer 121, Adam Sub8 & Neumann 120 monitors.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Sep 2009
Posts: 2
Newbie
|
Newbie
Joined: Sep 2009
Posts: 2 |
+1
Indeed a missing feature by nowadays standards...
Teo
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Dec 2000
Posts: 12,840
Veteran
|
Veteran
Joined: Dec 2000
Posts: 12,840 |
One of the cool new things about NoteWorthy Composer 2 (the notation program) is the "user tools" feature. It's currently limited to single staffs (but that may change), but it lets you copy everything (or a snippet) from a staff to the clipboard as textual representations of what NWC displays and interprets on the staff. User tools let you take that information from the clipboard and write whatever program you want to around it and either use it externally, or paste the changes back to the staff. For example, NWC doesn't natively support chord notation, so we have to implement it as text elements. That's fine until you decide to transpose to a different key. Transposing the notes and key signature is not a problem (it does it automatically), but the textual chord letters obviously stay the same. So one enterprising coder wrote a user tool to transpose those textual chord entries. One command and now the chord entries you typed in match the notes you just transposed.
Likewise, there is also a user tool to create a MusicXML export of what's on the staff, which can then be imported into other programs that understand the MusicXML format.
User tools has really opened NWC up to new features that otherwise would not be available. There are now several new features to the program that didn't come from the developer, but from the users themselves.
Maybe Lawrie can chime in, as I believe he has done some user tools himself.
John Laptop-HP Omen I7 Win11Pro 32GB 12TB SSD Desktop-ASUS-I7 Win10Pro 32GB 12TB SATA BB2026/UMC204HD&404HD/Casios/Cakewalk/Reaper/Studio One/Notion/Dorico/Noteworthy/NI/Halion/IK http://www.sus4chord.com (under rehosting/construction)
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Dec 2007
Posts: 1,439
Expert
|
Expert
Joined: Dec 2007
Posts: 1,439 |
G'day John, drop me in it why doncha?  Lots of user developed tools, perhaps too many to mention quickly, and all oriented towards the notation side of things of course. My favourites are: Global_Mod Parts Transpose Text chord MakeChord MultiBar Rest and the ever useful Variable Dump. The names are pretty self explanatory but if anyone wants additional details, just ask. As for MusicXML, there are a couple of options, but the most promising opportunity in this direction is the implementation of the nwctxt format. This is an export file from NWC2 that contains a textual version of the complete NWC work. It is not limited to a single staff. This text file can be manipulated in any way the user wants, using simple things like a search and replace with a text editor to programs designed to manipulate the file according to specific rules. This could easily be used to create a MusicXML transfer utility. I believe there are a couple of users already looking into this. For myself, my meager programming skills aren't up to it. There is already one MusicXML import utility that works quite well, but this tool does not need the nwctxt file. Rather it was created before that file format was defined and creates the work directly into an open instance of NWC2. I've often used it to import from MusicXML files created by SharpeEye 2. Normal user tools can be written in any language capable of running in console mode. To my knowledge tools have been written in Perl, php, python, VBScript (WScript), JScript, java, and there's even one that has been compiled into an executable. At least one user copies to TSE (The Semware Editor, the successor to QEdit) and then uses preprogrammed macros to manipulate the text and then copies the result back into NWC2.
--=-- My credo: If it's worth doing, it's worth overdoing - just ask my missus, she'll tell ya --=--You're only paranoid if you're wrong!
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Dec 2000
Posts: 12,840
Veteran
|
Veteran
Joined: Dec 2000
Posts: 12,840 |
Sorry, Lawrie, forgot about NWCTXT format. I was thinking more about the clipboard format. But for both, it opens a lot of opportunities for folks to create their own utilities, features, and capabilities.
It would be nice if other music applications had a similar facility. That would go a long way towards bridging the gap between different applications.
John Laptop-HP Omen I7 Win11Pro 32GB 12TB SSD Desktop-ASUS-I7 Win10Pro 32GB 12TB SATA BB2026/UMC204HD&404HD/Casios/Cakewalk/Reaper/Studio One/Notion/Dorico/Noteworthy/NI/Halion/IK http://www.sus4chord.com (under rehosting/construction)
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Jul 2009
Posts: 29
Enthusiast
|
Enthusiast
Joined: Jul 2009
Posts: 29 |
I hope this is the right place to vote on a wishlist item. I'd also like to ask for an XML import to BIAB. Then I could read Finale leadsheet files, add my own solos, and create notation for everything.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
Update to Build 10 of RealBand® 2026 for Windows®!
If you're already using RealBand 2026 for Windows, download build 10 to get all the latest additions and enhancements.
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!
|
|
|
|
|
|
|
|
|
|
|
|
Forums57
Topics86,087
Posts800,040
Members40,031
| |
Most Online44,367 Mar 4th, 2026
|
|
|
|
|
|
|
|
|