|
Log in to post
|
Print Thread |
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Dec 2002
Posts: 12,896
Veteran
|
Veteran
Joined: Dec 2002
Posts: 12,896 |
Following your instructions I get the same output. I admit it looks strange, but I next opened the test song xml in Musescore and I think it all looked good (see picture). I even added a key change. I made the original song in F and when I changed to xml and opened in BIAB and in Musescore both stayed in F. I don't seen the 140 to 120 tempo change. But time signature changes look good. right? Also, BIAB uses some shaded chords in the opened xml, which I am not sure what that is supposed to mean. I am afraid I would have to spend a lot more time experimenting with this. But for now thats what I get. ![[Linked Image - Only viewable when logged in]](https://www.pgmusic.com/forums/ubbthreads.php?ubb=download&Number=27619&filename=xml opened in Musescore.png)
Last edited by DrDan; 03/14/24 01:31 AM.
BIAB – 2026, Reaper (current), i7-12700F Processor, 32GB DDR4-3200MHz RAM, Motu Audio Express 6x6 - My SoundCloud.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Jun 2012
Posts: 21,071
Veteran
|
OP
Veteran
Joined: Jun 2012
Posts: 21,071 |
Thanks Dan, your confirmation is quite helpful. Yes, Musescore seems to handle the XML much better.
I'm not sure what the small '+' characters above the staves mean in Musescore. They occur only during the 3/4 time signature. At what bar did you introduce the key change?
I looked through all of the Display options for the differently shaded chords, but couldn't find anything that matched. Suffice to say, it doesn't work properly.
Thanks again for your input.
BIAB & RB2026 Win.(Audiophile), Windows 10 Pro & Windows 11, Cakewalk Bandlab, Izotope Prod.Bundle, Roland RD-1000, Synthogy Ivory, Session Keys Grand S & Electric R, Kontakt, Focusrite 18i20, KetronSD2, NS40M, Pioneer Active Monitors.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Jan 2015
Posts: 2,643
Veteran
|
Veteran
Joined: Jan 2015
Posts: 2,643 |
I just found another, bigger problem, with Music XML That's much as I was alluding to with my " BIAB often(?) gets confused by cut time, and probably also by other non-4/4 time signatures". I couldn't at the time remember any specific examples and it was with 2023 anyway, which might(!) behave differently, but I think it does much as you show with many non-4/4 things. It can be tricky to be sure where the problem really lies without going through the MusicXML manually, which is hard work. An XML beautifier would likely help. My patience has worn too thin.
Jazz relative beginner, starting at a much older age than was helpful. AVL:MXE Linux; Windows 11 BIAB2026 Audiophile, a bunch of other software. Kawai MP6, Ui24R, Focusrite Saffire Pro40 and Scarletts .
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Jun 2012
Posts: 21,071
Veteran
|
OP
Veteran
Joined: Jun 2012
Posts: 21,071 |
Thanks Gordon for chipping in. In this case I suspect the problem is processing the incoming XML, as the chart Dan showed from importing the XML into Musescore appears to be quite correct. I think it's over to PGM now to get this sorted.
BIAB & RB2026 Win.(Audiophile), Windows 10 Pro & Windows 11, Cakewalk Bandlab, Izotope Prod.Bundle, Roland RD-1000, Synthogy Ivory, Session Keys Grand S & Electric R, Kontakt, Focusrite 18i20, KetronSD2, NS40M, Pioneer Active Monitors.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Jan 2015
Posts: 2,643
Veteran
|
Veteran
Joined: Jan 2015
Posts: 2,643 |
It can depend quite a bit on how well, or not, the MusicXML parsing handles errors. Edit: I ran xmllint on the XML file AudioTrack posted on DropBox and it's reported as properly structured MusicXML 3.0.I've just rerun that test slightly differently and it reports a failure to load the "partwise.dtd", which may well mean that the first time it did nothing but a generic XML beautify.Hmm, yes, ... 404 error on: "http://www.musicxml.org/dtds/partwise.dtd" The tutorial on W3C shows a MusicXML "Hello World" tutorial, which has exactly the same URL to the DTD file. I know not if that's changed and not been updated or it it's simply that www.musicxml.org is broken at the moment. Game Over for now.
Last edited by Gordon Scott; 03/14/24 05:43 AM. Reason: Addendum
Jazz relative beginner, starting at a much older age than was helpful. AVL:MXE Linux; Windows 11 BIAB2026 Audiophile, a bunch of other software. Kawai MP6, Ui24R, Focusrite Saffire Pro40 and Scarletts .
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: May 2020
Posts: 2,766
Veteran
|
Veteran
Joined: May 2020
Posts: 2,766 |
Summary (so far) of proven repeatable (by many) import into BIAB issues: - Wong Key <== root issue BIAB is importing in XML 3.0. All other apps are using 4.0. - Wrong Time signature <== root issue BIAB is importing in XML 3.0. All other apps are using 4.0. I don't believe this is the case - as far as I can tell there were no changes in the MusicXML 3.1 and 4.0 spec regarding key or time signature. These issues are separate, and we are working on them. From reading that page, it seems like the MusicXML 4.0 spec is mostly about adding new features rather than removing old ones. There are a few deprecated elements from the 3.0 spec, but as far as I can tell we don't use those. Any MusicXML file that doesn't use the new features is still considered v4.0 compliant, provided it also doesn't use the deprecated elements. I also brought it into Musecore and exported it as mxl 4.0 and strangely enough it was close to accurate when importing into BIAB. The only variation was an extra part break at the end of the song. The extra part at the end is basically the difference between how BB and MusicXML structure a song, in that BB operates as "choruses" with the 2-bar ending happening outside of that, where MusicXML simply writes a bar at a time. When exporting a MusicXML file from BB, there is no way of flagging a particular bar as the "ending", so when that file is imported into BB it imports everything as the "chorus" - then, if you have automatic 2 bar endings enabled, BB adds that after the imported data. Since we can't rewrite the MusicXML spec, the only workaround I can think of here is if we added a "song length" field when importing a MusicXML file, similar to the bar offset field. I'll add that as a feature request, but for now this problem is solved by manually changing the song length after importing an XML.
I work here
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Jun 2011
Posts: 4,623
Veteran
|
Veteran
Joined: Jun 2011
Posts: 4,623 |
Why not have the import have an option for not adding the ending?
The time signature may be a related to Peter's dialog on the topic of Swing/triplets beats vs straight feel.
If I recall, some had some chord spelling issues with Maj 7, I think as well.
Studio One (latest version), Win 11 23H2 , i9 -10940X 3.3 GHz, 32GB Mem, a 4K 40" monitor, PreSonus Studio Live III Console as interface/controller. secondarily test on Reaper, Cakewalk, and S1 on Surface Pro 3 Win 10 (latest versions).
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: May 2020
Posts: 2,766
Veteran
|
Veteran
Joined: May 2020
Posts: 2,766 |
Why not have the import have an option for not adding the ending? That's a good idea. I'll add that to my request. The time signature may be a related to Peter's dialog on the topic of Swing/triplets beats vs straight feel. I think there are two things at play here - first, Band-in-a-Box will always display 12/8 as 4/4, and second, there's a big difference between "importing" a MusicXML file and "opening" a MusicXML file. Importing assumes you want to keep whatever's already in your song (key, time sig, notation on other tracks, etc), where opening a MusicXML from the Open Special menu opens it as a fresh song. From the sounds of it, you're importing the MusicXML - try opening it from File > Open Special > Open MusicXML File. If I recall, some had some chord spelling issues with Maj 7, I think as well. As far as I can tell that's been fixed.
I work here
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: May 2020
Posts: 2,766
Veteran
|
Veteran
Joined: May 2020
Posts: 2,766 |
I'm going to mark this thread as resolved, as we are working on the issues. They're in our database under the tracking numbers 4658, 4659, and 4660.
I work here
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Jun 2012
Posts: 21,071
Veteran
|
OP
Veteran
Joined: Jun 2012
Posts: 21,071 |
I'm going to mark this thread as resolved, as we are working on the issues. They're in our database under the tracking numbers 4658, 4659, and 4660. Simon, an interesting approach. If I understand correctly, the issues have not yet actually been resolved, but they are marked as "resolved" based on the fact that the company is now aware of them and has given them tracking numbers. I wouldn't really label that as "resolved", certainly not yet anyway.
BIAB & RB2026 Win.(Audiophile), Windows 10 Pro & Windows 11, Cakewalk Bandlab, Izotope Prod.Bundle, Roland RD-1000, Synthogy Ivory, Session Keys Grand S & Electric R, Kontakt, Focusrite 18i20, KetronSD2, NS40M, Pioneer Active Monitors.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Jan 2015
Posts: 2,643
Veteran
|
Veteran
Joined: Jan 2015
Posts: 2,643 |
If I recall, some had some chord spelling issues with Maj 7, I think as well. As far as I can tell that's been fixed. I was opening a MusicXML a day or two ago and BIAB was still dropping the "Major" from chords and falling back to a dominant. I'd created the MusicXML from Musescore 4 using the delta symbol, which may well be a factor the issue, but the MusicXML definitely identifies the chord as a major-seventh. I'm not sure what the text here is ... there's a Signe on this bar, so it may be that. <measure number="1">
<barline location="left">
<bar-style>heavy-light</bar-style>
<repeat direction="forward"/>
</barline>
<direction placement="above">
<direction-type>
<words font-family="Leland Text"></words>
</direction-type>
</direction>
<harmony print-frame="no">
<root>
<root-step>E</root-step>
<root-alter>-1</root-alter>
</root>
<kind use-symbols="yes">major-seventh</kind>
</harmony>
Jazz relative beginner, starting at a much older age than was helpful. AVL:MXE Linux; Windows 11 BIAB2026 Audiophile, a bunch of other software. Kawai MP6, Ui24R, Focusrite Saffire Pro40 and Scarletts .
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: May 2020
Posts: 2,766
Veteran
|
Veteran
Joined: May 2020
Posts: 2,766 |
Simon, an interesting approach. If I understand correctly, the issues have not yet actually been resolved, but they are marked as "resolved" based on the fact that the company is now aware of them and has given them tracking numbers. I wouldn't really label that as "resolved", certainly not yet anyway. With long forum threads, other users are likely to not read the entire thread and instead jump in to try to fix something that they can't fix, which often causes confusion and threads going off topic - I've been asked to mark threads as Resolved to try and prevent that. Unfortunately our forum software doesn't have anything in between Resolved and not resolved. I was opening a MusicXML a day or two ago and BIAB was still dropping the "Major" from chords and falling back to a dominant. Can you email that file to support@pgmusic.com to my attention? I'll send it to the devs.
I work here
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Jun 2012
Posts: 21,071
Veteran
|
OP
Veteran
Joined: Jun 2012
Posts: 21,071 |
. Unfortunately our forum software doesn't have anything in between Resolved and not resolved. OK, I follow. So in this case, something like "Under review" would be a nice-to-have.
BIAB & RB2026 Win.(Audiophile), Windows 10 Pro & Windows 11, Cakewalk Bandlab, Izotope Prod.Bundle, Roland RD-1000, Synthogy Ivory, Session Keys Grand S & Electric R, Kontakt, Focusrite 18i20, KetronSD2, NS40M, Pioneer Active Monitors.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Dec 2002
Posts: 12,896
Veteran
|
Veteran
Joined: Dec 2002
Posts: 12,896 |
. Unfortunately our forum software doesn't have anything in between Resolved and not resolved. OK, I follow. So in this case, something like "Under review" would be a nice-to-have. I sure wish we were all working on this 3 months ago when the problems were being identified. As it is, I had several issues reported which at this time I can not confirm they have been added to the list. Either way, the status of "resolved" should be applied when the fix is implemented not when it is acknowledged.
BIAB – 2026, Reaper (current), i7-12700F Processor, 32GB DDR4-3200MHz RAM, Motu Audio Express 6x6 - My SoundCloud.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: May 2020
Posts: 2,766
Veteran
|
Veteran
Joined: May 2020
Posts: 2,766 |
OK, I follow. So in this case, something like "Under review" would be a nice-to-have. Precisely. Our forum software doesn't have anything like that natively, but I'll try to figure something out. I sure wish we were all working on this 3 months ago when the problems were being identified. As it is, I had several issues reported which at this time I can not confirm they have been added to the list. I have a new position within the company specifically for this. I'm currently combing through the forums looking for such issues and will be adding them to the list, however if you know what the issues were I can double check. Please post them here if they're MusicXML related, or DM me if it's something else.
I work here
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Jun 2012
Posts: 21,071
Veteran
|
OP
Veteran
Joined: Jun 2012
Posts: 21,071 |
I have a new position within the company specifically for this. I'm currently combing through the forums looking for such issues and will be adding them to the list, however if you know what the issues were I can double check. Now that is good news. Knowing that issues are being identified and providing feedback to the users has always been critical, but has been largely missing, except for the odd "Thanks". Definitely looking forward to more interaction. (Additionally there are significant references and explanations in the spreadsheet, but I'm sure you are aware of this  )
BIAB & RB2026 Win.(Audiophile), Windows 10 Pro & Windows 11, Cakewalk Bandlab, Izotope Prod.Bundle, Roland RD-1000, Synthogy Ivory, Session Keys Grand S & Electric R, Kontakt, Focusrite 18i20, KetronSD2, NS40M, Pioneer Active Monitors.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: May 2018
Posts: 1,833
Expert
|
Expert
Joined: May 2018
Posts: 1,833 |
Simon, thank you for telling us (and this is important) that things are moving in the right direction, nice to see you again!
Biab Audiophile 2026
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Jan 2015
Posts: 2,643
Veteran
|
Veteran
Joined: Jan 2015
Posts: 2,643 |
OK, I follow. So in this case, something like "Under review" would be a nice-to-have. Precisely. Our forum software doesn't have anything like that natively, but I'll try to figure something out. This is one of the reasons that a public-facing bug/issue tracker is useful, but I also understand why PGM seem reluctant to do that.
Jazz relative beginner, starting at a much older age than was helpful. AVL:MXE Linux; Windows 11 BIAB2026 Audiophile, a bunch of other software. Kawai MP6, Ui24R, Focusrite Saffire Pro40 and Scarletts .
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Jun 2011
Posts: 4,623
Veteran
|
Veteran
Joined: Jun 2011
Posts: 4,623 |
Gordon, you had specific detailed issues. Are you sure those are all documented with Simon?
Studio One (latest version), Win 11 23H2 , i9 -10940X 3.3 GHz, 32GB Mem, a 4K 40" monitor, PreSonus Studio Live III Console as interface/controller. secondarily test on Reaper, Cakewalk, and S1 on Surface Pro 3 Win 10 (latest versions).
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: May 2020
Posts: 2,766
Veteran
|
Veteran
Joined: May 2020
Posts: 2,766 |
Now that is good news. Knowing that issues are being identified and providing feedback to the users has always been critical, but has been largely missing, except for the odd "Thanks". Definitely looking forward to more interaction. Me too, it's a welcome change! (Additionally there are significant references and explanations in the spreadsheet, but I'm sure you are aware of this  ) Absolutely  Simon, thank you for telling us (and this is important) that things are moving in the right direction, nice to see you again! Good to see you guys again too! This is one of the reasons that a public-facing bug/issue tracker is useful, but I also understand why PGM seem reluctant to do that. Yep, that's definitely not gonna happen. Gordon, you had specific detailed issues. Are you sure those are all documented with Simon? Gordon has sent me a file to test with notes - I'm checking it out now.
I work here
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Forums57
Topics86,061
Posts799,631
Members40,025
| |
Most Online44,367 Mar 4th, 2026
|
|
|
|
|
|
|
|
|