Previous Thread
Index
Next Thread
Print Thread
Go To
Page 6 of 6 1 2 3 4 5 6
Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
In the action list window "Main Section"

Type: region chord player

highlight > Script: ReaTrak midi chord input to region chord player.lua
and click Edit
copy this text
if notenums == "0,4,7"

click back on the script window
ctrl+F
ctrl+V
Enter

will take you to the chords
you can see what ones are missing and let me know
or you can add the chord in
0 being the root of the chord and 4 being 4 notes up from 0, 7 being 7 notes up from 0
ctrl+S to save and re-run

Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Sorry I was looking at the chord player not the chord picker.
So it needs a Cadd2 (add9) button as BB uses the 2 for the 9 ?

Band-in-a-Box for Windows
Joined: Mar 2017
Posts: 877
Expert
Offline
Expert
Joined: Mar 2017
Posts: 877
Originally Posted By: Pipeline
Sorry I was looking at the chord player not the chord picker.
So it needs a Cadd2 (add9) button as BB uses the 2 for the 9 ?


Sorry, just saw this now.

I'm pretty sure there have been multiple threads about the add9 chord issue, and, from what I understand, it remains very much an issue :-(

I never really mentioned the matter in the context of BiaB because since the program does so poorly with most extended chords as it is, whether or not the chord was symbolically added, it probably would not generate correctly when entered--even in MIDI--so I kinda gave up on having my favorite chord play--which could be incredible in MIDI--especially when using arpeggiotars and sequence based VSTis.


Your scripts have opened up doors for me I've hardly dared dream of in the context of MIDI. The notes populate as many measures as you like, without break, given long ramp times for evolving synth patches to swell and percolate (with BaiB the most you could enter via the piano roll was a dotted whole note...and there was no ability to join notes). Also, every note in a chord is fully represented.

After setting up your scripts in Reaper, I've been connecting with the BiaB process like never before. The possibilities are endless! Thanks you so much!

Edit: a sus2 chord is not an add9 chord, and I have no idea why BaiB would advance that position...

Edit 2: Just read your previous post a little more closely, and realized I launched my rant to quickly. I didn't realize that add2 and sus2 were diff ways BaiB handled their naming conventions in this context.



Last edited by DeaconBlues09; 11/14/19 11:54 PM.

Band-in-a-Box 2024. Custom Build Desktop PC W/ Windows 10 Home 64-bit. CPU: Intel Core i5-9600k @ 3.7GHz (6 core x 6 threads) RAM: 16GB DDR4. Storage 238GB SSD + 2.7 TB HDD. GPU: ZOTAC NVIDIA GeForce GTX 1050 Ti 4GB
Band-in-a-Box for Windows
Joined: Mar 2017
Posts: 877
Expert
Offline
Expert
Joined: Mar 2017
Posts: 877
Originally Posted By: Pipeline
Sorry I was looking at the chord player not the chord picker.
So it needs a Cadd2 (add9) button as BB uses the 2 for the 9 ?


Why would BaiB do this anyway? the 2 and 9 are an octave apart, and the main reason I love the add9 chord is the unique characteristic the higher note adds.

Maybe I should have followed those other threads more closely, lol. Fact is that my work volume fluctuates significantly during certain periods of the year (kinda like with CPAs when closer to tax season). So how much I'm involved in what goes in the forums at any given time is very varied...


Band-in-a-Box 2024. Custom Build Desktop PC W/ Windows 10 Home 64-bit. CPU: Intel Core i5-9600k @ 3.7GHz (6 core x 6 threads) RAM: 16GB DDR4. Storage 238GB SSD + 2.7 TB HDD. GPU: ZOTAC NVIDIA GeForce GTX 1050 Ti 4GB
Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
ReaTrak has both:
Code:
  if notenums == "0,4,7,14"          then chordtype = "add9"    match_chord = 1 end
  if notenums == "0,3,7,14"          then chordtype = "madd9"   match_chord = 1 end


Cadd9


Biab changes it to

Cadd2


Code:
if notenums == "0,2,4,7"           then chordtype = "add2"    match_chord = 1 end

Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
If you are restricted with the 255 SGU bar limit you can do it with the Biab Plugin by highlight the existing chord regions in Reaper then "Insert Bars" then "Biab Plugin Chords".
You can also use RealBand as it will also let you create lots of different endings and sections.
You can then save the chords as musicXML then drag n drop into Reaper and use the "MusicXML Chords" button.

In the pic I'm using the fill colors but at the moment it don't use the fills so say no to fill colors. I'm working on the fills at the moment so it will play them automatically or when you hit the same chord.

Full Screen

Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
You should be able to split your keyboard to play arranger chords/melody/keyswithches using JS MIDI Keyboard Splitter, with Xackley Zero Tricks.
So insert a track under MIDI Chord Input track,
drag the ROUTE from track 2 onto track 1 ROUTE,
enable the keyboard input from track 1 to track 2,
arm to record and record monitor ON.
You can drag another ROUTE from Track 2 to a Virtual Instrument track that will play your melody/lead sending all channels or a particular channel that is set in the Keyboard splitter.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
Reaper-Midi-keyboard-Split.png (189.38 KB, 181 downloads)
Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Here's an update if you hit the same chord again it should play a fill,
see how it goes and I'll do the post fills so as you change from one section to another
it will play a fill in current section then post fill in new section.
When you get the chords "Biab Plugin Chord" choose yes to color fills.
Right click Save Target/Link As
ReaTrak midi chord input to region chord player.lua

Attached Files (Click to download or enlarge) (Only available when you are logged in)
ReaTrak-Region-Chord_Player.png (68.12 KB, 154 downloads)
Band-in-a-Box for Windows
Joined: Dec 2019
Posts: 36
R
Enthusiast
Offline
Enthusiast
R
Joined: Dec 2019
Posts: 36
Thanks for the great work developing and testing this guys. I'll be keen to give it a go when I get BIAB and when a tutorial setup video is available to follow along with.

Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
I was just watching this video
A battle between Band in a Box and Yamaha PSR SX900
With the Region Chord Player you can play all these Biab RealTracks/Drums with your keyboard with live real time chord changes rather than the yamaha midi styles.


Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Here's another script you can use with the Live Chord Input tool.
This will let you have different regions (chords) on another track.
You can then load the Biab Plugin on each track with a different style, key or tempo. You only need to solo the Master track in the Biab Plugin.
To get the Chords from the Biab Plugin into Reaper's regions use "Biab Plugin Chords" button in ReaTrak
to get the chords for current Plugin you to hit "Biab Plugin Chords" after you open the SGU or enter chords in the Plugin, save it then re-open it then "Biab Plugin Chords".

remove .mp4 from Marker region tracks GUI.zip.mp4 and unzip.

If you already have ReaTrak installed use "ReaTrak markers regions per track.lua" in Scripts\ReaTrak

If you don't have ReaTrak installed on Reaper use "Marker region tracks GUI.lua" if you only want the marker region script.

From here you will need to install Lokasenna GUI or via ReaPack
and run Library/Set Lokasenna_GUI v2 library path.lua

You can Import region/marker.csv by View > Region/Marker Manager

add regions or markers manually or import

select the track you want the markers/regions added to then hit the "Insert Marker Track" or "Insert Region Track"
select another track and do the same.
If you insert a new track make sure it's not in a track folder like the Regions and Markers tracks, if so just drag out.


Attached Files (Click to download or enlarge) (Only available when you are logged in)
Marker region tracks GUI.zip.mp4 (11.56 KB, 26 downloads)
Band-in-a-Box for Windows
Joined: Mar 2017
Posts: 877
Expert
Offline
Expert
Joined: Mar 2017
Posts: 877
Hey there Pipeline and all, it's been awhile and hope you're all doing well :-)

I've been absent from these here forums for the longest time, and I know Pipeline has been putting all sorts of awesome stuff out there in the interim which I have not been keeping up with unfortunately because life's been very busy!

So basically, I've been thinking of trying to make some EDM style RTs and RDs, and wanted to follow up on this thread to see if what I want to accomplish can still be done, (or done better/quicker/more efficiently) with BiaB 2022 (with or without the VST plugin).

Basically, I want to "print" the UT template(s) into Reaper such that the notes appear in the Reaper regions, and with the MIDI notes for each chord, (perfectly quantized to start and end time with no velocity information or the like) on a track immediately below, so I can use those MIDI notes as "blocks" to arpeggiate and sequence in VSTIs to ultimately record into audio tracks...

I apologize for reviving this old thread, lol, but it delivered the exact results I'm looking for now back then, and other then wondering if I could do it in a better or quicker way now, I'm also concerned about compatibility issues what with it being Reaper 6 now and also w/ BiaB.

Thanks in advance!


Band-in-a-Box 2024. Custom Build Desktop PC W/ Windows 10 Home 64-bit. CPU: Intel Core i5-9600k @ 3.7GHz (6 core x 6 threads) RAM: 16GB DDR4. Storage 238GB SSD + 2.7 TB HDD. GPU: ZOTAC NVIDIA GeForce GTX 1050 Ti 4GB
Previous Thread
Next Thread
Go To
Page 6 of 6 1 2 3 4 5 6

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
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!

Season's Greetings!

Wishing everyone a happy, healthy holiday season—thanks for being part of our community!

The office will be closed for Christmas Day, but we will be back on Boxing Day (Dec 26th) at 6:00am PST.

Team PG

Forum Statistics
Forums57
Topics86,057
Posts799,530
Members40,022
Most Online44,367
Mar 4th, 2026
Newest Members
B Positive Music, Kagiso Blue, McBody, Elpayo, LeoCento
40,022 Registered Users
Top Posters(30 Days)
MarioD 145
DC Ron 101
rsdean 95
DrDan 75
WaoBand 71
Today's Birthdays
bill Weldon
Powered by UBB.threads™ PHP Forum Software 7.7.5