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 & RB2025 Win.(Audiophile), Sonar Platinum, Cakewalk by Bandlab, Izotope Prod.Bundle, Roland RD-1000, Synthogy Ivory, Kontakt, Focusrite 18i20, KetronSD2, NS40M Monitors, Pioneer Active Monitors, AKG K271 Studio H'phones
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 BIAB2025 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 BIAB2025 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 BIAB2025 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 BIAB2025 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 BIAB2025 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 BIAB2025 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 BIAB2025 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 BIAB2025 Audiophile, a bunch of other software. Kawai MP6, Ui24R, Focusrite Saffire Pro40 and Scarletts .
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 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:
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:
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.
Already using RealBand® 2025 for Windows®? Download Build 5 now from our Support Page to ensure you have the latest enhancements and improvements from our team.
PowerTracks Pro Audio 2025 is here! This new version introduces many features, including VST3 support, the ability to load or import a .FLAC file, a reset option for track height in the Tracks window, a taller Timeline on the Notation window toolbar, new freeze buttons in the Tracks window, three toolbar modes (two rows, single row, and none), the improved Select Patch dialog with text-based search and numeric patch display, a new button in the DirectX/VST window to copy an effects group, and more!
First-time packages start at only $49. Already a PowerTracks Pro Audio user? Upgrade for as little as $29!
Video: Summary of the New Band-in-a-Box® App for iOS®
Join Tobin as he takes you on a tour of the new Band-in-a-Box® app for iOS®! Designed for musicians, singer-songwriters, and educators, this powerful tool lets you create, play, and transfer songs effortlessly on your iPhone® or iPad®—anytime, anywhere.
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.