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: 876
Expert
Offline
Expert
Joined: Mar 2017
Posts: 876
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: 876
Expert
Offline
Expert
Joined: Mar 2017
Posts: 876
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: 876
Expert
Offline
Expert
Joined: Mar 2017
Posts: 876
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
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,905
Posts772,040
Members39,488
Most Online25,754
Jan 24th, 2025
Newest Members
fmid, MaxSorg, Arnon, DabbyPila, Wealth Raymond
39,488 Registered Users
Top Posters(30 Days)
MarioD 164
DC Ron 108
rsdean 99
Today's Birthdays
Jed, Richard Gibbons, UZER
Powered by UBB.threads™ PHP Forum Software 7.7.5