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 .
XPro and Xtra Styles PAKs Special Extended Until August 31st!
XPro & Xtra Styles PAKs Special Extended Until August 31st!
The XPro Styles PAKs and Xtra Styles PAKs special offers are now available until August 31st at 11:59pm PDT!
Ready to take your Band-in-a-Box® 2025 experience to the next level? Now’s the perfect time! Expand your style library with XPro and Xtra Styles PAKs—packed with a wide variety of genres to inspire your next musical creation.
What are XPro Styles and Xtra Styles PAKs?
XPro Styles PAKs are styles that work with any version (Pro, MegaPAK, UltraPAK, UltraPAK+, or Audiophile Edition) of Band-in-a-Box® 2025 (or higher). XPro Styles PAKS 1-9 includes 900 styles!
Xtra Styles PAKs are styles that work with the UltraPAK, UltraPAK+, or Audiophile Edition of Band-in-a-Box® 2025 (or higher). With over 3,500 styles (and 35 MIDI styles) included in Xtra Styles PAKs 1-20, the possibilities are endless!
Get the XPro Styles PAKs 1 - 9 for only $29 ea (Reg. $49 ea), or get them all in the XPro Styles PAK Bundle for only $149 (reg. $299)! Listen to demos and order now! For Windows or for Mac.
Note: XPro Styles PAKs require Band-in-a-Box® 2025 or higher and are compatible with ANY package, including the Pro, MegaPAK, UltraPAK, UltraPAK+, and Audiophile Edition.
Get Xtra Styles PAKs 1 - 20 are on special for only $29 each (reg $49), or get all 19 PAKs for $199 (reg $399)! Listen to demos and order now! For Windows or for Mac.
Note: The Xtra Styles require the UltraPAK, UltraPAK+, or Audiophile Edition of Band-in-a-Box®. (Xtra Styles PAK 19 requires the 2025 or higher UltraPAK, UltraPAK+, or Audiophile Edition. They will not work with the Pro or MegaPAK version because they need the RealTracks from the UltraPAK, UltraPAK+, or Audiophile Edition.
Don’t miss this chance to supercharge your Band-in-a-Box setup—at a great price!
Mac 2025 Special Upgrade Offers Extended Until August 15th!
It's not too late to upgrade to Band-in-a-Box® 2025 for Mac® and save! We've extended our special until August 15, 2025!
We've added many major new features to Band-in-a-Box® 2025 for Mac®, including advanced AI tools like the amazing BB Stem Splitter and AI Lyrics Generator, as well as VST3 plugin support, and Equalize Temp. Plus, there’s a new one-stop MIDI Patches Picker with over 1,100 MIDI patches to choose from, all neatly categorized by GM numbers. The MultiPicker Library is enhanced with tabs for the SongPicker, MIDI Patch Picker, Chord Builder, AI Lyrics Generator, and Song Titles Browser, and the tabs are organized into logical groups. The Audiophile Edition is enhanced with FLAC files , which are 60% smaller than AIFF files while maintaining identical audio quality, and now ships on a fast 1TB SSD, and much more!
Check out all the new features in Band-in-a-Box® 2025 for Mac® here:
Purchase your Band-in-a-Box® 2025 for Mac during our special to save up to 50% off your upgrade purchase and receive a FREE BONUS PAK of amazing new Add-ons. These include the 2025 RealCombos Booster PAK, Look Ma! More MIDI 13: Country & Americana, Instrumental Studies Set 22: 2-Hand Piano Soloing - Rhythm Changes, MIDI SuperTracks Set 44: Jazz Piano, Artist Performance Set 17: Songs with Vocals 7, Playable RealTracks Set 4, RealDrums Stems Set 7: Jazz with Mike Clark, and more!
Upgrade to the 2025 49-PAK for just $49 and add 20 Bonus Unreleased RealTracks and 20 RealStyles, FLAC Files for the 20 Bonus Unreleased RealTracks, Look Ma! More MIDI 14: SynthMaster, MIDI SuperTracks Set 45: More SynthMaster, Artist Performance Set 18: Songs with Vocals 8, and RealDrums Stems Set 8: Pop, Funk & More with Jerry Roe.
Learn more about the Bonus PAKs!
We’ve expanded the Band-in-a-Box® RealTracks library with 202 incredible new RealTracks (in sets 449-467) across Jazz, Blues, Funk, World, Pop, Rock, Country, Americana, and Praise & Worship—featuring your most requested styles!
Jazz, Blues & World (Sets 449–455):
These RealTracks includes “Soul Jazz” with Neil Swainson (bass), Mike Clark (drums), Charles Treadway (organ), Miles Black (piano), and Brent Mason (guitar). Enjoy “Requested ’60s” jazz, classic acoustic blues with Colin Linden, and more of our popular 2-handed piano soloing. Plus, a RealTracks first—Tango with bandoneon, recorded in Argentina!
Rock & Pop (Sets 456–461):
This collection includes Disco, slap bass ‘70s/‘80s pop, modern and ‘80s metal with Andy Wood, and a unique “Songwriter Potpourri” featuring Chinese folk instruments, piano, banjo, and more. You’ll also find a muted electric guitar style (a RealTracks first!) and “Producer Layered Guitar” styles for slick "produced" sound.
Country, Americana & Praise (Sets 462–467):
We’ve added new RealTracks across bro country, Americana, praise & worship, vintage country, and songwriter piano. Highlights include Brent Mason (electric guitar), Eddie Bayers (drums), Doug Jernigan (pedal steel), John Jarvis (piano), Glen Duncan (banjo, mandolin & fiddle), Mike Harrison (electric bass) and more—offering everything from modern sounds to heartfelt Americana styles
And, if you are looking for more, the 2025 49-PAK (for $49) includes an additional 20 RealTracks with exciting new sounds and genre-spanning styles. Enjoy RealTracks firsts like Chinese instruments (guzheng & dizi), the bandoneon in an authentic Argentine tango trio, and the classic “tic-tac” baritone guitar for vintage country.
You’ll also get slick ’80s metal guitar from Andy Wood, modern metal with guitarist Nico Santora, bass player Nick Schendzielos, and drummer Aaron Stechauner, more praise & worship, indie-folk, modern/bro country with Brent Mason, and “Songwriter Americana” with Johnny Hiland.
Plus, enjoy user-requested styles like Soul Jazz RealDrums, fast Celtic Strathspey guitar, and Chill Hop piano & drums!
With your version 2025 for Mac Pro, MegaPAK, UltraPAK, UltraPAK+, Audiophile Edition or PlusPAK purchase, we'll include a Bonus PAK full of great new Add-ons FREE! Or upgrade to the 2025 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 2025 RealCombos Booster PAK:
-For Pro customers, this includes 33 new RealTracks and 65+ new RealStyles.
-For MegaPAK customers, this includes 29 new RealTracks and 45+ new RealStyles.
-For UltraPAK customers, this includes 20 new RealStyles.
Look Ma! More MIDI 13: Country & Americana
Instrumental Studies Set 22: 2-Hand Piano Soloing - Rhythm Changes
MIDI SuperTracks Set 44: Jazz Piano
Artist Performance Set 17: Songs with Vocals 7
Playable RealTracks Set 4
RealDrums Stems Set 7: Jazz with Mike Clark
SynthMaster Sounds and Styles (with audio demos)
128 GM MIDI Patch Audio Demos.
Looking for more great add-ons, then upgrade to the 2025 49-PAK for just $49 and you'll get:
20 Bonus Unreleased RealTracks and RealDrums with 20 RealStyles,
FLAC Files (lossless audio files) for the 20 Bonus Unreleased RealTracks and RealDrums
Look Ma! More MIDI 14: SynthMaster,
Instrumental Studies Set 23: More '80s Hard Rock Soloing,
MIDI SuperTracks Set 45: More SynthMaster
Artist Performance Set 18: Songs with Vocals 8
RealDrums Stems Set 8: Pop, Funk & More with Jerry Roe
New! Xtra Styles PAK 20 for Band-in-a-Box 2025 and Higher for Mac!
Xtra Styles PAK 20 for Mac & Windows Band-in-a-Box version 2025 (and higher) is here with 200 brand new RealStyles!
We're excited to bring you our latest and greatest in the all new Xtra Styles PAK 20 for Band-in-a-Box! This fresh installment is packed with 200 all-new styles spanning the rock & pop, jazz, and country genres you've come to expect, as well as the exciting inclusion of electronic styles!
In this PAK you’ll discover: Minimalist Modern Funk, New Wave Synth Pop, Hard Bop Latin Groove, Gospel Country Shuffle, Cinematic Synthwave, '60s Motown, Funky Lo-Fi Bossa, Heavy 1980s Metal, Soft Muted 12-8 Folk, J-Pop Jazz Fusion, and many more!
All the Xtra Styles PAKs 1 - 20 are on special for only $29 each (reg $49), or get all 209 PAKs for $199 (reg $399)! Order now!
Note: The Xtra Styles require the UltraPAK, UltraPAK+, or Audiophile Edition of Band-in-a-Box®. (Xtra Styles PAK 20 requires the 2025 or higher UltraPAK, UltraPAK+, or Audiophile Edition. They will not work with the Pro or MegaPAK version because they need the RealTracks from the UltraPAK, UltraPAK+, or Audiophile Edition.
New! XPro Styles PAK 9 for Band-in-a-Box 2025 and higher for Mac!
We've just released XPro Styles PAK 9 for Mac & Windows Band-in-a-Box version 2025 (and higher) with 100 brand new RealStyles, plus 29 RealTracks/RealDrums!
We've been hard at it to bring you the latest and greatest in this 9th installment of our popular XPro Styles PAK series! Included are 75 styles spanning the rock & pop, jazz, and country genres (25 styles each) that fans have come to expect, as well as 25 styles in this volume's wildcard genre: funk & R&B!
If you're itching to get a sneak peek at what's included in XPro Styles PAK 9, here is a small helping of what you can look forward to: Funky R&B Horns, Upbeat Celtic Rock, Jazz Fusion Salsa, Gentle Indie Folk, Cool '60s Soul, Funky '70s R&B, Smooth Jazz Hip Hop, Acoustic Rockabilly Swing, Funky Reggae Dub, Dreamy Retro Latin Jazz, Retro Soul-Rock Fusion, and much more!
Special Pricing! Until July 31, 2024, all the XPro Styles PAKs 1 - 9 are on sale for only $29 ea (Reg. $49 ea), or get them all in the XPro Styles PAK Bundle for only $149 (reg. $299)! Order now!
XPro Styles PAKs require Band-in-a-Box® 2025 or higher and are compatible with ANY package, including the Pro, MegaPAK, UltraPAK, UltraPAK+, and Audiophile Edition.
New! Xtra Styles PAK 20 for Band-in-a-Box 2025 and Higher for Windows!
Xtra Styles PAK 20 for Windows & Mac Band-in-a-Box version 2025 (and higher) is here with 200 brand new RealStyles!
We're excited to bring you our latest and greatest in the all new Xtra Styles PAK 20 for Band-in-a-Box! This fresh installment is packed with 200 all-new styles spanning the rock & pop, jazz, and country genres you've come to expect, as well as the exciting inclusion of electronic styles!
In this PAK you’ll discover: Minimalist Modern Funk, New Wave Synth Pop, Hard Bop Latin Groove, Gospel Country Shuffle, Cinematic Synthwave, '60s Motown, Funky Lo-Fi Bossa, Heavy 1980s Metal, Soft Muted 12-8 Folk, J-Pop Jazz Fusion, and many more!
All the Xtra Styles PAKs 1 - 20 are on special for only $29 each (reg $49), or get all 209 PAKs for $199 (reg $399)! Order now!
Note: The Xtra Styles require the UltraPAK, UltraPAK+, or Audiophile Edition of Band-in-a-Box®. (Xtra Styles PAK 20 requires the 2025 or higher UltraPAK, UltraPAK+, or Audiophile Edition. They will not work with the Pro or MegaPAK version because they need the RealTracks from the UltraPAK, UltraPAK+, or Audiophile Edition.
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.