|
Log in to post
|
Print Thread |
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Apr 2017
Posts: 87
Enthusiast
|
OP
Enthusiast
Joined: Apr 2017
Posts: 87 |
in industry we strived time and again to get user groups to agree amongst themselves how gui's should look without success in order to keep down the size of the code base....cos often we ended doing 'one offs' to keep a particular happy.
om I'm not asking to change the GUI too what I think it should be, just showing how inconstant the program is between the "Minimal, Normal & DAW plugin modes are" and again this happens if you use more than 1 screen. What I think would be best is to have BiaB work the same between all modes and and other screens. It's really fixing (I do not call it bugs) some inconstancy's. Even the Guitar neck has problems, I did find that if selected as left hand, there is no problems. I'm Left handed, but I like the Right hand view better! Just checking Realband out, I also find that some of what Realband has, should be in BiaB. For example I like the mixer in Realband better than BiaB's mixer. Robert 
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Apr 2017
Posts: 87
Enthusiast
|
OP
Enthusiast
Joined: Apr 2017
Posts: 87 |
Going between the "Minimal, Normal & DAW plugin modes" you see at the bottom they you do not get a scroll bar to move the program to see the hidden icons. If you watch the top of the video, you will see that only the normal layout will provide you with a drop down menu of the icons. the other two (Minimal & DAW) do not. Hence, you loose access to them. Also notice where the menu open at! ![[Linked Image from i.imgur.com]](https://i.imgur.com/C7gbM8X.gif) Robert 
Last edited by robertw; 12/31/24 11:21 AM.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Jul 2000
Posts: 27,511
Veteran
|
Veteran
Joined: Jul 2000
Posts: 27,511 |
Oh yes, I watched your video and I see the problem.
My two monitors are different sizes and resolutions, and a few software programs react badly if I drag a window from one to another. They don’t recognize the new screen’s size and screen dimension.
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: Apr 2017
Posts: 87
Enthusiast
|
OP
Enthusiast
Joined: Apr 2017
Posts: 87 |
There are easy ways to do things with AutoHotkey, you can make GUIs to control any function of Biab with, tabs, menus, toolbars, image buttons etc.. or you can wait another 10 years for PG to do it. Suggestion seem to come easy and are implemented easy in the BB Plugin/Plugin Standalone GUI than trying to get improvements in the old Delphi Biab GUI, see Back To The Drawing Board https://stash.reaper.fm/v/46803/AHK-Scripts.zipThanks, Musocity! I'm not expecting things to change quickly, due to what I might say. Just pointing out inconstant workings & quirks with BiaB. My findings, come from working how to best setup BiaB for mt use. In other words, I try to work with what I got. I've come from that DAW land myself. Robert 
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Apr 2017
Posts: 87
Enthusiast
|
OP
Enthusiast
Joined: Apr 2017
Posts: 87 |
Musocity, I see from your video, that tab 5 shows some layouts! Q 1) By layouts, does that mean that I can place the windows where I want them and save them as layouts to recall when I need them? Robert 
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Jun 2009
Posts: 3,110
Veteran
|
Veteran
Joined: Jun 2009
Posts: 3,110 |
I love that Biab skin you have !
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Apr 2017
Posts: 87
Enthusiast
|
OP
Enthusiast
Joined: Apr 2017
Posts: 87 |
I love that Biab skin you have ! Love your comment, made me look deeper into the skin. I see that there are many things I could change, only if it was theme-able like the DAW we use. When I find the link where I got it, I will post it. The name is "Large Color on Dark Gray", you may find it on a search. I also did some color changes, now I may do more. Here is how sheet music looks now. ![[Linked Image from i.imgur.com]](https://i.imgur.com/6gxEh50.png) Thanks, Robert 
Last edited by robertw; 12/31/24 09:37 PM.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Jun 2009
Posts: 3,110
Veteran
|
Veteran
Joined: Jun 2009
Posts: 3,110 |
Musocity, I see from your video, that tab 5 shows some layouts! Q 1) By layouts, does that mean that I can place the windows where I want them and save them as layouts to recall when I need them? Robert  Yes you can make any layout you like. I made that skin some years ago, it may have been under pipeline user name, may have to update it for the new buttons added since. ![[Linked Image - Only viewable when logged in]](https://www.pgmusic.com/forums/ubbthreads.php?ubb=download&Number=29657&filename=BB25-AHK-Layouts.gif) You set it in the script to open a window then resize and position it: Layout1:
#NoEnv
#SingleInstance Force
;SetTitleMatchMode, 2
IfWinExist, ahk_class TAudioEditFloat
{
Winactivate, ahk_class TAudioEditFloat
Sleep, 100
WinMove, ahk_class TAudioEditFloat,, 0, 790, 1920, 280
}
IfWinNotExist, ahk_class TAudioEditFloat
{
Winactivate, ahk_class TBandWindow
WinMenuSelectItem, ahk_class TBandWindow, , Window, Audio Edit, Moveable Audio Edit Window
Sleep, 100
WinMove, ahk_class TAudioEditFloat,, 0, 790, 1920, 280
}
Winactivate, ahk_class TBandWindow
Sleep, 100
WinMove, ahk_class TBandWindow,, 0, 0, 1440, 800
IfWinExist, ahk_class TxForm, Mixer
{
Winactivate, Mixer
Sleep, 100
WinMove, Mixer,, 1425, 0, 500, 800
}
IfWinNotExist, Mixer
{
Winactivate, ahk_class TBandWindow
WinMenuSelectItem, ahk_class TBandWindow, , Window, Floating Mixer Window
Winactivate, Mixer
Sleep, 500
WinMove, Mixer,, 1425, 0, 500, 800
}
return
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Apr 2017
Posts: 87
Enthusiast
|
OP
Enthusiast
Joined: Apr 2017
Posts: 87 |
So.... If I use AutoHotkey, I could Display the BiaB Minimal and have AutoHotkey to setup the missing functions that are not there in there own toolbar? P.S.: I actually like BiaB icons better, than the skin I'm using. Now I just need to darken the backgrounds some. Robert 
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Mar 2018
Posts: 7,220
Veteran
|
Veteran
Joined: Mar 2018
Posts: 7,220 |
To go back to original request... While the autokey is a fun DIY project, that could very well work for some, I believe the UI / Workflow is a final frontier for BIAB. Making UI and tools fully modular with pallet (panel) snap options will not only make program more appealing to younger audience, but would serve everybody equally well, as people would be able to use templates or arrange and save workspace and tools any way they want.
For example, not only the size, position and color could play a role, but also "complexity". To those with modest tasks a theme with less options/buttons, to more advanced users - full feature UI.
I imagine, it's not an easy task. However, I think there is a way to test concept on a smaller scale. For example, expand on idea of Tabbed MTP. In 2025 some new tools were added to tabbed block. Which would be OK, if you - as a user would be able to detach each tool, use it as it's own entity or simply don't display it. Personally, I would very unlikely use Lyrics or Splitter tabs, so in ideal world, I would detach, close them and save workspace. Another example that I keep on suggesting is have an option to remove Radio Bar. I have never used it, nor I ever will, yet it's there, starring at me for years.
Looking at bigger picture, some existing tools, such as Settings at the bar, Shots/Holds/Rests etc. could be made in such "detachable" tab panels and a user would be able to assemble their own tab clusters, or use particular panel by itself. But again, the key is to make UI fully modular.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Dec 2003
Posts: 24,551
Veteran
|
Veteran
Joined: Dec 2003
Posts: 24,551 |
Hi Misha,
On some of my software I have the option to right click on the tool bar(s) and select or deselect what options I want to view in the tool bar(s). Would something like this work for you? I know it would work for me.
Back in my day the only time we started panic buying was when the bartender shouted "last call"!
64 bit Win 10 Pro, the latest BiaB/RB, Roland Octa-Capture audio interface, a ton of software/hardware
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Jun 2009
Posts: 3,110
Veteran
|
Veteran
Joined: Jun 2009
Posts: 3,110 |
I thought Mario would say "give it a total re-write"  The Biab GUI has been the most talked about, complained about and changed. Here's another idea: ![[Linked Image - Only viewable when logged in]](https://www.pgmusic.com/forums/ubbthreads.php?ubb=download&Number=29672&filename=BB2007-Custom.gif)
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Mar 2018
Posts: 7,220
Veteran
|
Veteran
Joined: Mar 2018
Posts: 7,220 |
Mario, I am not too worried about myself and BIAB. It fused on me to the point of acceptance, but it took years. Just trying to suggest a universal approach on UI, so if it's done right, it could be put to rest, or edited only with minor changes. Yes, right click as you describe would work in some places, like Radio Bar, but panel tool are a bit different. A behavior similar to this:
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Jun 2009
Posts: 3,110
Veteran
|
Veteran
Joined: Jun 2009
Posts: 3,110 |
It seems to be an endless pursuit, always changing with this new function that new function, If after all those years it's still not right, maybe that's the point in design ! so each year you need to buy it because of new features rather the great content ! Will it EVER be right ? does it need to go full circle to keep the interest up ? Look at EZDrummer how long it went just the same before another version and they concentrated just on great content. What year will Biab finally be right, 5, 10, 20 years from now ? That's why I like to focus on the BB Plugin/Plugin Standalone and get an EZBiab that will just work like EZDrummer has for years n years without change, keep it simple without a million features being constantly built upon, you can use the current features in your DAW, without trying to make Biab into a half baked DAW. It would be the worst thing for the Plugin to go the same road of constantly adding features to sell it, sell the great content !
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Mar 2018
Posts: 7,220
Veteran
|
Veteran
Joined: Mar 2018
Posts: 7,220 |
I am 90% happy with functions BIAB has to offer. I am not happy how little is invested in workflow and UI.
P.S. I am tired of BS "Don't make BIAB into a DAW". It had DAW features for years! My point is, make those same features a pleasure to use. UI + Workflow.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Jun 2012
Posts: 21,073
Veteran
|
Veteran
Joined: Jun 2012
Posts: 21,073 |
... make those same features a pleasure to use. UI + Workflow. My thoughts are that there are missed opportunities to improve the user interface, reduce complexity, and enhance workflow.
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 Wishlist
|
Joined: Jun 2009
Posts: 3,110
Veteran
|
Veteran
Joined: Jun 2009
Posts: 3,110 |
I think it needs some more concept videos, as that bought about a big change last time.
I showed the Biab 2007 how it has moveable toolbars along with be able to choose the icons you want, why was that got rid of ? I go to a lot of trouble to create up pics and videos with examples, like more tracks and automation lanes in Biab in a Tracks window, that's not stopping it becoming like a DAW, as this is what I heard users asking for. I don't try and stop anything be added to Biab, when I hear users asking I try and come up with ways it can be implemented. I support other users with whatever they want, I come up with scripts they can use until PG implement, or don't. It's good to have an alternative, isn't it ? As I said I'm not interested in using Biab for myself. I remember asking PG to add users to the beta testing because they had a lot of good ideas, I didn't ask for anyone to be blocked or argue against their ideas. It's strange that many of them gave me a hard time without knowing the story.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Jan 2020
Posts: 3,632
Veteran
|
Veteran
Joined: Jan 2020
Posts: 3,632 |
imho the big opportunity with bb is the new tracks view. i can live with the gui. but what bugs me compared to rb is i can do all sorts of editing of tracks in rb tracks view but not in bb tracks view. to do editing in bb i have to jump around too darn much within the app.
i really wish pg would do an experiment and ask for all users desires re gui's. from my experience as a dev in industry turf battles occurred but what the hey at least if some commonality could be realised in the user community then they could at least say like we used to do to our users 'well heck you signed off on the gui'.
seriously when it comes to gui's...lol its like herding cats and the developer is on a hiding to nothing imho. you wouldnt believe the battle royals we used to see in industry. no matter what we did one department or user group couldnt be satisfied. so my recommendation to pg is to have a user 'town hall'.
happy new year to all.
om
Last edited by justanoldmuso; 01/02/25 05:36 AM.
my songs....mixed for good earbuds...(fyi..my vocs on all songs..) https://soundcloud.com/alfsongs(90 songs created useing bb/rb) (lots of tips of mine in pg tips forum.)
|
|
|
|
|
|
|
|
|
|
|
|
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,084
Posts799,888
Members40,031
| |
Most Online44,367 Mar 4th, 2026
|
|
|
|
|
|
|
|
|
|
|
|
There are no members with birthdays on this day. |
|
|
|
|
|
|
|
|