Posts for BIAB in Linux go back over more than a decade.
We can understand that porting might be difficult. They likely tied themselves to some windows API and microsoft C++, and now they feel stuck.
Even so, PGmusic could at least include a Wine environment in their test suite.
Long term, I would suggest migrating to a Qt based API and standard C++. You can easily abstract and isolate the few os specific things in a small number of conditionals.
It is not as big a job as it might seem at first take and the benefits are obvious.
Python would take about 1/5 the time of doing it even that way. But I don't expect you do that for something you want to keep proprietary,
I would suggest migrating to a Qt based API and standard C++. You can easily abstract and isolate the few os specific things in a small number of conditionals.
It is not as big a job as it might seem at first take and the benefits are obvious.
Definitely appreciate your ambition and don't wish to jump on that, but given your statement, I wasn't so sure that this would be so straightforward. Do you have some inside information? Can you give some insights as to how this could be so easily achieved?
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.
It's running good natively on Linux in wine after first trying in VirtualBox, it's near as quick as on Windows. https://www.dropbox.com/s/3y2wjiuxn8t0tov/Biab-Ubuntu-Crossover.mp4?dl=0 The 2 issues are still unresolved, 1. Windows Media Player to play demos (this has been a nightmare trying to get it integrated) 2. CoyoteDXi needed to render in the BBPlugin
I don't know if the Coyote uses the gm.dls but if I load windows\system32\drivers\gm.dls into VstSynthFont it works.
They are the 2 issues that need resolving for Linux users. The wmp can be fixed by adding an internal Delphi player into bbw/bbw4 like http://www.geocities.ws/jovi9200/
The Coyote issue preventing bbw4 to render can be fixed by getting bbw4 to use a soundfont without the DXi.
Copying the wmpXXXX.dll's from windows\system32 to wine windows\system32 and registering them gives the wmp demo buttons in the picker windows, it don't play but it prevents errors when opening the picker windows.
The sync playback is in-sync with the track in the DAW.
If anyone has a solution for these issues please post.
To clarify, do you mean the main Band-in-a-Box for Windows program or the Band-in-a-Box for Windows VST plugin works in Linux in Wine? Your screen shots appear to be using the Band-in-a-Box for Windows VST plugin.
I've been meaning to try this for some time, but other stuff has been getting in the way.
I've just installed my go-to music Linux(AVL-MXE) on my home-office PC, swapped out LinVst for yabridge, set up wine, installed qsynth and the sound fonts from JJazzLab and installed BIAB. I've also installed the trial versions of EZBass, EZDrums and EZKeys from Toontrack.
I installed BIAB (presently the build-838 download copy, not yet activated), with a couple of complaints from it, but a mostly successful install AFAICS.
Started jack and qsynth.
Started BIAB(64). It complains "can't find sound font file GM.DLS" (I've see something somewhere about that) Tried a few MIDI output options until one worked. Set up a simple 12-bar blues with the default style and hit play. It plays! Sounds good, CPU load about 16% on this rather old i7.
So far, so good.
At the moment it baulks (unhandled exception) when I try to "browse styles with info", so I have a problem there. That may be an install fail, or related to the Windows Media Player issues pipeline mentions as I haven't yet installed WMP. VCL media player plays the demo .wma files just fine, but that may not help BIAB demoing. I'll start with the update to 842 and see where I go from there.
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 .
Yes the yabridge is better as it has the drag n drop working now so it will drag wav mid out of the BBPlugin into the DAW. When you go to Generate in the BBPlugin it stops as bbw4 gets an error can't find CoyoteDXi BBOutput.txt (to get the trace in SavedTracks you need to have a txt file "PreserveAllFiles.txt" in \bb\BBPlugin)
Code:
;Error #-29, CoyoteWT Wavetable synth not installed. Cannot render file. Please install it, by running menu Help-Install CoyoteWT inside Band-in-a-Box.
Hopefully PG will add an internal wma demo player and fix the bbw4 so it's not looking for CoyoteDXi.
At least part of my BiaB on Wine not working properly is a missing GM.DLL on my system, which winetricks presently fails to install due to a checksum mismatch. Maybe that's a temporary issue. I'm not so sure that the whole problem as when trying to open the "styles with info" I get a different type of error report.
I'm running the 64-bit Wine, which may be a contributory factor. All the Toontrack stuff I've tried so far seems to work very well, though it's still early yet and there are several areas I've yet to try.
Edit: Scaler2 also seems to work just fine.
Last edited by Gordon Scott; 10/05/2109:12 AM.
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 .
In the Biab wine folder put these in the Windows\System32
Ah, OK. I actually did a Biab-64 install, so I guess I may have either to revert to 32-bit or find the equivalent 64-bit versions.
I'll simply try as you say first, but expect to be disappointed. I have the list of files, so I'll try a few things.
Thanks pipeline.
Edit: Ah ... actually they may be 64-bit-compatible versions and I believe I may just copy wmp.dll (or maybe all files) to syswow64.
With just the above, StylePicker opens OK, uses MIDI styles OK but doesn't presently use RealStyles. I'll play around some more.
Last edited by Gordon Scott; 10/06/2107:41 AM.
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 .
I was using Crossover but the demo has ended so I open the wine 64bit install and it got the same error so I copied the wmp dll's from crossover and the Style picker opened, this is the same for the other picker windows, anything with the integrated window media player.
I am using the Audiophile wav version, I don't think the wma worked as again it needs the window media decoder to decode the wma to wav for Biab to use. There is a decompress.exe or decompress.zip in one of the bb folders, though there should be a button in the pickers to decompress the wma RT RD to wav.
I've read elsewhere that converting the .wma files to .wav files solves some propblem like that. I may just try a few and see what happens.
The 32-bit version does pick RealStyles, though didn't actually play them. The latter may be simply that it didn't offer wineasio, so maybe I don't have that installed.
If I get back to this tomorrow, I'll check for a wineasio and I'll try installing the rest of the wmp.dll file set into syswow64.
I still have that GM.DLS checksum mismatch. I'll just try that periodically for now to see if it gets fixed, otherwise I'll get more proactive with it.
Last edited by Gordon Scott; 10/08/2101:32 AM.
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 .
I tried converting one RealTrack folder, using ffmpeg in a script and copying the wma file to .wma.bk. BiaB then complained that it couldn't find the .wma files, so perhaps the ability to use .wav is special to the audiophile edition. I restored the .wma files, it found them again, but of course still can't/won't play them. I may have hit a dead end with that for now.
I've done only a minimal installation at the moment. I may install more and see how the MIDI SuperTracks behave.
Ordinary MIDI playing through qsynth with the JJazzLab sound font sounds quite good, though I haven't yet tried any brass and brass is usually a disappointment via MIDI.
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 .
I don't have a compress.exe or a decompress.exe in my bb paths.
It does occur to me that the reason my use of ffmpeg to decompress didn't work out is because I imagine all the files ending .bt0 contain index data into the related .wma files. I suspect decompress.exe also generates the matching .bt0 files, or their equivalents.
It seems also that when trying to demo some RealTracks, BiaB is going to the pgmusic website and using a .wma from there, which again, of course, doesn't play.
I seem to be having some general issue with winetricks and checksums, which may well be complicating the whole thing, so I'll ask on the MX-Linux site for advice.
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 .
I think that does exactly the same as ffmpeg did. I did the decompress, tried it, then renamed the .wma files as .wma.bk and tried again. At present, still the same.
I wondered for a while if the problem was with audio output, not BiaB's handling of the RealTrack files, but opening one of the .wav file into an audio track demonstrated that those are playable.
Whenever I try to run even a solo track with one of the .wav instruments, I get a bunch of those Yellow pop-up windows in the bottom-right corner. Too many to read and and I can't presently find a log of what they say, not get rem reliably, nor copy and paste the content ... frustrating. One of them says something like RAcG.ST2 file couldn't be found, and/or the .wma file couldn't be found either on this machine, or on the pgmusic demos server.
.ST2 files seem to be in bb/Soloists and it's correct that that file doesn't exist there. As they seem to contain data about the soloists, maybe the file missing is of no consequence.
If I right-click a musician in the mixer window and click Select Real Tracks, I'm offered a list, but the one I've chosen says "N/A" and the next time is not displayed (If have the show-NA checkbox unchecked). Trying a "Rebuild and Fix" tries to do something but complains that the .ST2 and .XT2 files are missing. It says to either find them and copy them into bb/Soloists, or reinstall BiaB.
I haven't yet registered this copy as I'd like to get it reasonably working before I do that. AFAIAA there's nothing from the Pro version that's disabled prior to registration, so I think that is not the problem.
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 .
So you have the "AudiophileVersion.txt", you don't need to rename the .wma just leave them and it should choose .wav Did you run the installer or copy the bb folder from win drive ? You can try and copy the bb folder directly from the Windows machine. You can hit the printscreen button to read the yellow flash popups or C:\bb\Data\bbw4_64exe_FlashMessageLog.txt
So you have the "AudiophileVersion.txt", you don't need to rename the .wma just leave them and it should choose .wav
I have. I had put it just into the RealTracks folder, but I've now also copied it first to the bb folder and then to the Drums folder. The first of those looked like it changes something as the yellow pop-up appeared different.
EDIT: as adding this/these file did not solve the problem, after getting things working I tried removing all AudiophileEdition.txt files and the .wav tracks still play as expected.
Originally Posted By: Pipeline
Did you run the installer or copy the bb folder from win drive ? You can try and copy the bb folder directly from the Windows machine.
I installed it. I'll try copying (I'm not sure there's enough space at present, but most will likely copy OK. I'm considering rebuilding this whole machine with an SSD, so if this works out OK, I'll ensure the AVL:MXE partition has enough space. The copying takes a while ... at least a couple of hours as I write.
Originally Posted By: Pipeline
You can hit the printscreen button to read the yellow flash popups or C:\bb\Data\bbw4_64exe_FlashMessageLog.txt
Ah ... found that. It may appear both there and/or bb/Data/Logs/bbw4_64exe_FlashMessageLog.txt though as I'm part way ythrough the copy, I may have replaced them with older files.
There are also a few other *og.txt files that may be useful, though some are from 2020, so presumably obsolete. I'd previously been searching only for files ending .log .Log or .LOG
A quick check of a non-.wav file does not play, so presumably I will have to decompress all the .wma files. I've just used ffmpeg to decompress the drum track and that now also plays.
This copy is still not activated ... presumably PG do some kind of validation against hardware (or its simulation).
I wonder if I can prove which changes were needed and which were not. I shall try some tests.
Thank you so much for your help and patience, pipeline.
I'll report further finding here.
Last edited by Gordon Scott; 10/16/2112:58 AM.
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 .
With the release of Band-in-a-Box® 2026 for Mac, we’re rolling out a collection of brand-new videos on our YouTube channel. We’ll keep this forum post updated so you can easily find all the latest videos in one convenient spot.
Whether you're exploring new features, checking out the latest RealTracks or Style PAKs, this is your go-to guide for Band-in-a-Box® 2026.
Band-in-a-Box® 2026 for Mac is here and it is packed with major new features! There’s a new modern look, a GUI redesign to all areas of the program including toolbars, windows, workflow and more. There’s a Multi-view layout for organizing multiple windows. A standout addition is the powerful AI-Notes feature, which uses AI neural-net technology to transcribe polyphonic audio into MIDI—entire mixes or individual instruments—making it easy to study, view, and play parts from any song. And that’s just the beginning—there are over 100 new features in this exciting release.
Along with version 2026, we've released an incredible lineup of new content! There's 202 new RealTracks, brand-new RealStyles, MIDI SuperTracks, Instrumental Studies, “Songs with Vocals” Artist Performance Sets, Playable RealTracks Set 5, two new RealDrums Stems sets, XPro Styles PAK 10, Xtra Styles PAK 21, and much more!
Special Offers
Upgrade to Band-in-a-Box® 2026 for Mac and save up to 50% on most upgrade packages during our special offer—available until May 15, 2026. Visit our Band-in-a-Box® packages page to explore all available upgrade options.
2026 Free Bonus PAK & 49-PAK Add-ons
Our Free Bonus PAK and 49-PAK are loaded with amazing add-ons! The Free Bonus PAK is included with most Band-in-a-Box® 2026 for Mac packages, but you can unlock even more—including 20 unreleased RealTracks—by upgrading to the 2026 49-PAK for just $49.
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.
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!
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.