Previous Thread
Index
Next Thread
Print Thread
Go To
Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Live Arranger Mode was a 2011 post in the wishlist.
It has been asked for many times over the years.
This is another reason for direct play, if Biab just loads the RT data from the selected style then plays back the inputted chord direct from the RT's on the hard drive.
Biab already has midi keyboard chord input (see pic) so when a chord is played on the user's keyboard it could play that chord directly from the location in the source file.
If a new chord is not entered it will loop that same chord section again or another one with the same chord.

I tried this in Reaper and it all just works playing the files direct from hard drive without a glitch, as I change the input chord it will play that section in the files on the USB drive.
It can change on the next beat or at the end of a bar.

Rather than choosing chord sections from the source files to join together in RAM then play,
it will choose a section for the currently inputted chord, go straight to it and play.
This is what it is doing in the video Play-Direct-Arranger.mp4 they are 24bit 48khz files on a USB drive.
Biab could do that and be a live Arranger, I think Yamaha have audio drums but I don't know if they have audio instruments yet.
Biab could be then used with a laptop and the user's keyboard.

This Play-Direct-Arranger-BBvst.mp4 is using 2 BBPlugins to get a verse ending and chorus ending in the other.
It is playing the files back direct from the SavedTracks folders.
So Biab should be able to play the RTs direct and live.


It has been implemented into JJazzLab in the same year:
Originally Posted By: chrisroode
Jun 14, 2021 at 10:39pm Hello, just discovered this software...perfect for my teaching job! Anyway....Is there a way to have JJazzLab recognize chords from a midi input?

I only need (literally) the same thing those casio keyboards do, where I can play a C maj chord, and the accompaniment instead switches to C maj. Then when I play an Fmaj chord (even in 2nd inversion) it will switch to that.

I'm planning to use this software for echo playing of rhythms and melodic passages to teach beginning band kids. I like to have the chords change with what I play, but there is no specific form to what I'm doing...so if say the kids mess up a measure that goes Bb, F7, then I want to be able to repeat that on the fly, and I can easily do that if I am at a keyboard and just hammering out the melody on the right hand and playing block chord changes on the left.

Summer break is coming, and if this is not something available, I am willing to fork and make it...

Originally Posted By: Jerome
Oct 1, 2021 at 4:26am @chrisroode I've implemented it in JJazzLab 3.0, to be released in november probably.

There is a slight delay (<1 sec) when you change the chord on the keyboard to get the backing track updated, so it's not pure real-time like vArranger, but it should not be a problem for your use case.

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 don't have an arranger keyboard so I'm not sure exactly how they are set up, but I thought something like this below, if you think that will work ?
If you hit a keyswitch that will be the next section played on a new chord or the same chord is played, the change will occur on next beat or bar. If no section keyswitch is hit it will continue with the current.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
BB21-Live-Arranger-GUI.png (163.99 KB, 408 downloads)
Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 3,110
M
Veteran
Offline
Veteran
M
Joined: Jun 2009
Posts: 3,110
It's just turned 2024 where I am, so it looks like I have to spend 2024 making this along with a VST with the generate code in it. I thought the 2024 version would have all this and I could retire from all the years getting Biab and the Plugin where they needs to be frown frown

Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 3,110
M
Veteran
Offline
Veteran
M
Joined: Jun 2009
Posts: 3,110
I got the Live Arranger sorted and posted in the BiabVST thread:

Install Pre-Release SWS Extensions https://www.sws-extension.org/download/pre-release/

Code
file1 = "E:\\bb\\RealTracks\\Bass, Electric, BritInvasion Ev 120\\BS1691.wma"

wma_source1 = reaper.PCM_Source_CreateFromFile(file1)

track1 = reaper.CF_CreatePreview(wma_source1)

reaper.CF_Preview_SetValue(track1, "D_VOLUME", 1)

reaper.CF_Preview_SetValue(track1, "D_POSITION", 4)

reaper.CF_Preview_SetValue(track1, "D_PITCH", 2)

reaper.CF_Preview_SetValue(track1, "D_PLAYRATE", 1)

reaper.CF_Preview_SetValue(track1, "B_PPITCH", 1)

reaper.CF_Preview_Play(track1)

retval, current_pos  = reaper.CF_Preview_GetValue(track1, "D_POSITION")

This should work to play the sections the same way I demonstrated with a Video Here It's the same now how the Plugin inserts all the sections and Reaper plays them back yet it will be using the source files direct without loading into a Reaper track, you will have virtual tracks.

So you load all the track data for the chosen style,
When a chord is entered it will look for a chord section for each track from a source file,
The CF_Preview_GetValue(track1, "D_POSITION") will get the current play position in the file until that chord ends
it will then play another section with the same chord or until user changes chords.
You can reaper.CF_Preview_Stop(track1)
or reaper.CF_Preview_StopAll()

I used defer:
reaper.defer(function)

Adds code to be called back by REAPER. Used to create persistent ReaScripts that continue to run and respond to input, while the user does other tasks. Identical to runloop().
Note that no undo point will be automatically created when the script finishes, unless you create it explicitly.


You can try it this way using the Reaper C++ API and later you maybe able to get the BBvst to do it all allowing the BBPluginStandalone to be used ?


https://www.extremraym.com/cloud/reascript-doc/#CF_CreatePreview

https://www.extremraym.com/cloud/reascript-doc/
search CF_Preview

Code
The preview object is automatically destroyed at the end of a defer cycle if at least one of these conditions are met:
- playback finished
- playback was not started using CF_Preview_Play
- the output track no longer exists)", },
	{ APIFUNC(CF_Preview_GetValue), "bool", "CF_Preview*,const char*,double*", "preview,name,valueOut", R"(Supported attributes:
B_LOOP         seek to the beginning when reaching the end of the source
B_PPITCH       preserve pitch when changing playback rate
D_FADEINLEN    lenght in seconds of playback fade in
D_FADEOUTLEN   lenght in seconds of playback fade out
D_LENGTH       (read only) length of the source * playback rate
D_MEASUREALIGN >0 = wait until the next bar before starting playback (note: this causes playback to silently continue when project is paused and previewing through a track)
D_PAN          playback pan
D_PITCH        pitch adjustment in semitones
D_PLAYRATE     playback rate
D_POSITION     current playback position
D_VOLUME       playback volume
I_OUTCHAN      first hardware output channel (&1024=mono, reads -1 when playing through a track, see CF_Preview_SetOutputTrack)
I_PITCHMODE    highest 16 bits=pitch shift mode (see EnumPitchShiftModes), lower 16 bits=pitch shift submode (see EnumPitchShiftSubModes))", },
	{ APIFUNC(CF_Preview_GetPeak), "bool", "CF_Preview*,int,double*", "preview,channel,peakvolOut", "Read peak volume for channel 0 or 1. Only available when outputting to a hardware output (not through a track).", },
	{ APIFUNC(CF_Preview_SetValue), "bool", "CF_Preview*,const char*,double", "preview,name,newValue", "See CF_Preview_GetValue.", },
	{ APIFUNC(CF_Preview_SetOutputTrack), "bool", "CF_Preview*,ReaProject*,MediaTrack*", "preview,project,track", "", },
	{ APIFUNC(CF_Preview_Play), "bool", "CF_Preview*", "preview", "Start playback of the configured preview object.", },
	{ APIFUNC(CF_Preview_Stop), "bool", "CF_Preview*", "preview", "Stop and destroy a preview object.", },
	{ APIFUNC(CF_Preview_StopAll), "void", "", "", "Stop and destroy all currently active preview objects.", },

	{ NULL, } // denote end of table
};

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

New RealTracks Released with Band-in-a-Box 2025!

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

Check out all the 202 New RealTracks (in sets 456-467)

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!

The 2025 49-PAK is loaded with other great new add-ons as well. Learn more about the 2025 49-PAK!

Bonus PAKs for Band-in-a-Box 2025 for Mac!

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

Learn more about the Bonus PAKs for Band-in-a-Box® 2025 for Mac®!

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!

Learn more and listen to demos of the Xtra Styles PAK 20.

Video: Xtra Styles PAK 20 Overview & Styles Demos: Watch 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!

Learn more and listen to demos of XPro Styles PAKs.

Video: XPro Styles PAK 9 Overview & Styles Demos: Watch 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!

Learn more and listen to demos of the Xtra Styles PAK 20.

Video: Xtra Styles PAK 20 Overview & Styles Demos: Watch 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.

Forum Statistics
Forums58
Topics84,551
Posts780,865
Members39,687
Most Online25,754
Jan 24th, 2025
Newest Members
Mister Dan, flyboyeal, zedzded81, Aprada, songpilot space
39,687 Registered Users
Top Posters(30 Days)
MarioD 145
WaoBand 104
DC Ron 93
rsdean 91
Noel96 69
Today's Birthdays
Barry Law, mcnach, RAY6INGS, Sudie
Powered by UBB.threads™ PHP Forum Software 7.7.5