Previous Thread
Index
Next Thread
Print Thread
Go To
Band-in-a-Box Wishlist
Joined: Oct 2008
Posts: 55
L
Lazarus Offline OP
Enthusiast
OP Offline
Enthusiast
L
Joined: Oct 2008
Posts: 55
Apologies if this has already been posted by someone else...

I've started using the plugin. It's been there for years but one of the things that stops me is that it doesn't appear to have one of the songwriting features I like best in the main program:

I like to experiment with chords on my keyboard and, when I find one I like, press Ctrl + Enter and BIAB puts it in the current bar and tells me what it is.

I would like to be able to write songs using the plugin. If it had more of the main program's features like this one, it might suit my workflow.

If this is already possible in the plugin, please let me know.

I use Presonus Studio One. Is there a way to transfer BIAB chords from the BIAB chord sheet into the Presonus chord track or the other way round?

Thanks

Band-in-a-Box Wishlist
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Originally Posted By: Lazarus
..I use Presonus Studio One. Is there a way to transfer BIAB chords from the BIAB chord sheet into the Presonus chord track or the other way round?....

https://www.pgmusic.com/forums/ubbthreads.php?ubb=showflat&Number=659801
https://www.pgmusic.com/forums/ubbthreads.php?ubb=showflat&Number=544133
https://www.pgmusic.com/forums/ubbthreads.php?ubb=showflat&Number=625730

You can also enter chords in Biab, copy then paste into the BBPlugin.

Band-in-a-Box Wishlist
Joined: Oct 2008
Posts: 55
L
Lazarus Offline OP
Enthusiast
OP Offline
Enthusiast
L
Joined: Oct 2008
Posts: 55
Thanks Pipeline. Very helpful.

Band-in-a-Box Wishlist
Joined: Oct 2008
Posts: 55
L
Lazarus Offline OP
Enthusiast
OP Offline
Enthusiast
L
Joined: Oct 2008
Posts: 55
Originally Posted By: Lazarus


I like to experiment with chords on my keyboard and, when I find one I like, press Ctrl + Enter and BIAB puts it in the current bar and tells me what it is.


I raised this question with PG Tech Support. They wrote:

"The BIAB plugin does not support key commands like Ctrl-Enter, as most DAWs intercept the keyboard and do not pass most keyboard commands like that along to any plugin. Ctrl-Enter is not necessary to enter chords - simply type the chord and press Enter, or press left/right/up/down to move between cells when entering chords."

I do realise that you can enter chords by typing the chord name but, in many cases, when experimenting with more complex chords (e.g. descending progressions) I don't know the names of all the more complex chords but it's very handy that the BIAB main program can recognise chords via MIDI keyboard. In the main program you do this by pressing Control + Enter. I would like this function in the plugin. If that's not possible with Ctrl + Enter then I would like some other way to have this MIDI chord recognition function for chord entry in the DAW plugin.

Band-in-a-Box Wishlist
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
The BBPlugin has midi input so that should not be a problem.
If they use the same chord input recognition method as Biab uses.
I did make one up for Biab, but it uses the built in recognition.
https://www.pgmusic.com/forums/ubbthreads.php?ubb=showflat&Number=573570

Attached Files (Click to download or enlarge) (Only available when you are logged in)
BBvst-midi-in.png (11.42 KB, 63 downloads)
Band-in-a-Box Wishlist
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
There is a workaround until they implement:
If you have Biab running the DAW small always on top mode,
your keyboard chords will be inputted to that,
you can use AutoHotkey to copy that chord to the clipboard then paste into the BBPlugin.
So you play the chord press a hotkey that will copy it from Biab to BBPlugin.

Band-in-a-Box Wishlist
Joined: Oct 2008
Posts: 55
L
Lazarus Offline OP
Enthusiast
OP Offline
Enthusiast
L
Joined: Oct 2008
Posts: 55
Thanks.

Yes, I think I'm going to have to keep working in the main program in parallel with my DAW until BIAB's songwriting features I like are included in the plugin.

Band-in-a-Box Wishlist
Joined: Dec 2003
Posts: 22,787
Veteran
Online Content
Veteran
Joined: Dec 2003
Posts: 22,787
Originally Posted By: Lazarus
Thanks.

Yes, I think I'm going to have to keep working in the main program in parallel with my DAW until BIAB's songwriting features I like are included in the plugin.


I agree. That's what I'm doing also.


When you are at the checkout line and they ask if you found everything say "Why, are you hiding stuff?"

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: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
It's got the code in there to output a chord name to midi notes just needs the other way around.

Band-in-a-Box Wishlist
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Try this
Download https://www.autohotkey.com/
If you have Biab running As Administrator go to the install folder
C:\Program Files\AutoHotkey and set AutoHotkey.exe to Run As Administrator.
Remove the .mp4 from Biab Copy Midi Chord Input.ahk.mp4 unzip and run.
It will run in the system tray "H" you can right click to exit.
The hotkey is F2 but you can change it to what you like.
Open Biab and make it small, set your midi keyboard input,
Window menu > Midi Chord Detection > Midi Chord Detection
The Sleep, 1000 is the delay from when it has copied the chord till it sends paste to where you have clicked in the BBPlugin chord sheet.
So you play the chord
hit F2
click in the BBPlugin chord sheet.

I will try and make one to do this automatically without Biab, so as you hit the chord on your keyboard it will automatically go in.
winActivate, ahk_class CCLShadowWindowClass > this is to activate the Studio One Plugin window. If it's in another DAW it can be set to that.
To get it to move to the next bar put another
Send, {RIGHT}

Code:
#NoEnv
#SingleInstance Force

F2::
winactivate, ahk_class ahk_class TChordDisplayDlg
Send, {TAB}
Sleep, 100
Send, +{TAB}
Sleep, 100
Send, ^C
Sleep, 1000
winactivate, ahk_class CCLShadowWindowClass
Send, %Clipboard%
Send, {RIGHT}
Return

If you want to send to Reaper (the chord will go in without clicking on the sheet in Reaper):
Code:
#NoEnv
#SingleInstance Force

F2::
winactivate, ahk_class ahk_class TChordDisplayDlg
Send, {TAB}
Sleep, 100
Send, +{TAB}
Sleep, 100
Send, ^C
Sleep, 300
winActivate, ahk_class #32770 
Send, %Clipboard%
Send, {RIGHT}

Return

Attached Files (Click to download or enlarge) (Only available when you are logged in)
Biab Copy Midi Chord Input.ahk.mp4 (249 Bytes, 25 downloads)
S1-BBvst-Send-Midi-Chords.gif (165.16 KB, 39 downloads)
Last edited by Pipeline; 11/07/21 08:05 PM.
Band-in-a-Box Wishlist
Joined: Oct 2008
Posts: 55
L
Lazarus Offline OP
Enthusiast
OP Offline
Enthusiast
L
Joined: Oct 2008
Posts: 55
Thanks very much for that.

I checked out Autohotkey and was uneasy about it being used by malware...

https://thehackernews.com/2021/05/experts-warn-about-ongoing-autohotkey.html

so I think I will keep the main BIAB program open and use that for chord detection and then just write the chord name detected into the DAW plugin.

I'll probably carry on using the main program anyway for songwriting because it's so much quicker to experiment with alternative styles without having to render and drag out as in the plugin. And it has other features that I miss in the plugin.

Thanks again for your helpful suggestions.

Band-in-a-Box Wishlist
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
That makes not difference if you have AutoHotkey installed or not as it's a script that is complied to an exe and does not require AutoHotkey to be installed, it's self contained:
"The RAT delivery campaign starts from an AutoHotKey (AHK) compiled script," the researchers noted. "This is a standalone executable that contains the following: the AHK interpreter, the AHK script, and any files it has incorporated via the FileInstall command. In this campaign, the attackers incorporate malicious scripts/executables alongside a legitimate application to disguise their intentions."

It's the same as saying I won't to use Delphi or C++ or Lua or bat as they can be used to make viruses.
What is posted above for Biab is a text file that you can read.

There are millions of users using it https://www.autohotkey.com/boards/

Previous Thread
Next Thread
Go To

Link Copied to Clipboard
ChatPG

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.

PG Music News
Holiday Weekend Hours

Our Customer Service hours this weekend are as follows:

Friday, April 18: 8:00 - 4:00
Saturday, April 19: closed
Sunday, April 20: closed
Monday, April 21: Regular hours

Thank you!

Band-in-a-Box 2025 French Version is Here!

Bonjour à tous,

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:

BIAB 2025 - francisation
RealBand 2025 - francisation

Voilà, enjoy!

Band-in-a-Box 2025 German Version is Here!

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:

https://nn.pgmusic.com/pgfiles/languagesupport/deutsch2025.exe
https://nn.pgmusic.com/pgfiles/languagesupport/deutsch2025RB.exe

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.

Stay up to date—get the latest update now!

Update to RealBand® 2025 Build 5 Windows Today!

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.

Get the latest update today!

PowerTracks Pro Audio 2025 for Windows is Here!

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!

www.pgmusic.com/powertracks.htm

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.

Band-in-a-Box® for iOS® :Summary video.

Check out the forum post for more information.

Forum Statistics
Forums58
Topics83,893
Posts771,868
Members39,480
Most Online25,754
Jan 24th, 2025
Newest Members
winniemalone, Jersey Benson, /Brian evangeline, Steirerburli, Robert D Murphy
39,479 Registered Users
Top Posters(30 Days)
MarioD 162
DC Ron 105
rsdean 96
WaoBand 85
Today's Birthdays
mike5256
Powered by UBB.threads™ PHP Forum Software 7.7.5