I have turned off the UAC so that stopped the problem with the AutoKey to hang.
The problem with reapeaks is that I can't select a folder, it crashes (Reaper no response) directly when I select "Browse folder for ReaPeak".
I have the latest versions of Reaper & BIAB 64B installed as per date 24 Oct 2022. Windows 11. I have gone through the installation instructions and videos several times. I have BIAB installed on a separate drive K: and Reaper on C: and the both run as admin.
I can start the Reaper BIAB track injector GUI. And I have some communication between Reaper and BIAB e.g. start/stop build and create RT & RD lists.
But Reaper crashes in several cases:
1. When I am trying to send chords from Reaper to BIAB
Crash log: ----------------------------------
[Song] [Key C] [Tempo 120] [Form 1-16*1] [Chords] |a) C \ \ \| C \ \ \| Dm \ \ \| Em \ \ \| | F \ \ \| F \ \ \| G \ \ \| G7 \ \ \| |b) C \ \ \| Am \ \ \| Dm \ \ \| Em \ \ \| | F \ \ \| F \ \ \| G \ \ \| C \ \ \| |a) G7| [ChordsEnd] [SongEnd]Error: Biab track injector GUI.lua:1685: attempt to call a nil value (field 'JS_Window_Find')
Stack traceback: ReaTrak_Core.lua:93: in field 'JS_Window_Find' Biab track injector GUI.lua:1685: in function 'send_chords_biab_btn_click' Class - Button.lua:138: in method 'onmouseup' ReaTrak_Core.lua:887: in field 'Update' ReaTrak_Core.lua:440: in field 'Main_Update_Elms' ReaTrak_Core.lua:307: in function <...rs\hakan\AppData\Roaming\REAPER\Scripts\ReaTra k_Core.lua:303> [C]: in function 'xpcall' ReaTrak_Core.lua:303: in function <...rs\hakan\AppData\Roaming\REAPER\Scripts\ReaTra k_Core.lua:302>
2. Reaper also crashes when I am trying to import tracks from BIAB. A few times I have got one track imported ok (mostly the Bass track no 1). But mostly it fails even if I am trying to reproduce exactly the same steps a second time.
Crash Logs: (two different crashes and logs) ------------------
Error: Biab track injector GUI.lua:2487: attempt to perform arithmetic on a nil value (global 'ppqpos')
Stack traceback: ReaTrak_Core.lua:93: in metamethod '__add' Biab track injector GUI.lua:2487: in function 'import_sel_mid_trk_btn_click' Biab track injector GUI.lua:1546: in function 'import_all_chk_tracks_btn_click' Class - Button.lua:138: in method 'onmouseup' ReaTrak_Core.lua:887: in field 'Update' ReaTrak_Core.lua:440: in field 'Main_Update_Elms' ReaTrak_Core.lua:307: in function <...rs\hakan\AppData\Roaming\REAPER\Scripts\ReaTra k_Core.lua:303> [C]: in function 'xpcall' ReaTrak_Core.lua:303: in function <...rs\hakan\AppData\Roaming\REAPER\Scripts\ReaTra k_Core.lua:302>
-------------------------------------------------------------- Error: Biab track injector GUI.lua:2487: attempt to perform arithmetic on a nil value (global 'ppqpos')
Stack traceback: ReaTrak_Core.lua:93: in metamethod '__add' Biab track injector GUI.lua:2487: in function 'import_sel_mid_trk_btn_click' Biab track injector GUI.lua:1546: in function 'import_all_chk_tracks_btn_click' Class - Button.lua:138: in method 'onmouseup' ReaTrak_Core.lua:887: in field 'Update' ReaTrak_Core.lua:440: in field 'Main_Update_Elms' ReaTrak_Core.lua:307: in function <...rs\hakan\AppData\Roaming\REAPER\Scripts\ReaTra k_Core.lua:303> [C]: in function 'xpcall' ReaTrak_Core.lua:303: in function <...rs\hakan\AppData\Roaming\REAPER\Scripts\ReaTra k_Core.lua:302>
If you edit the script then do a search for: reaper.JS_Dialog_BrowseForFolder
just copy that text then on the script window Ctrl+F Ctrl+V Enter
if you have that function installed the text should be all yellow.
Biab track injector GUI.lua:1685: attempt to call a nil value (field 'JS_Window_Find') go the line 1685 and check the text "reaper.JS_Window_Find" is yellow that the function is installed via SWS Extensions.
Biab track injector GUI.lua:2487: attempt to perform arithmetic on a nil value (global 'ppqpos') it should be reading "x:\bb\Data\trackdata.txt" to get the midi info to insert in the reaper track.
there should be text in trackdata.txt like:
Code:
Paste into a spreadsheet. List of Events in the track= 147
Status Channel Stamp Bar Beat Tick120 NoteNum Name Vel Duration
NoteOn 3 1080 1 2 0 69 A 5 84 240
NoteOn 3 1320 1 4 0 69 A 5 84 60
NoteOn 3 1380 1 4 60 72 C 6 84 60
NoteOn 3 1440 2 1 0 71 B 5 84 360
.....
.....
Reaper is the most popular DAW with Biab users so Biab box can be made to do all this directly as it has access to Reaper's API to communicate directly with Reaper, it could send a whole track or a track section to a selected track or new track. It would be very simple to implement. https://www.extremraym.com/cloud/reascript-doc/
They are both RED. I have scrolled through the whole script and there are 5 red items: reaper.JS_Dialog_BrowseForFolder reaper.JS_Window_Find reaper.JS_Window_Destroy reaper.JS_Window_ChildByID reaper.JS_Window_GetTitle
I find it strange that they are not installed! I have followed the steps in detail. I have also just tested the latest Beta pack for SWS Extensions with no change.
So how do I find them and how do I install them? (never done this before).
It solved some of the issues. I do not have any Red items left in the script. And sending chords to BIAB and browse folder for reapeaks work.
But there are still problems importing the tracks. Reaper still crashes and it does not matter which track I select it only tries to import track nr 1 the bass track, It imports the track then crashes. If I select another track it import track 1 the bass track.. It is another crash this time. Log: --------
Error: Biab track injector GUI.lua:2487: attempt to perform arithmetic on a nil value (global 'ppqpos')
Stack traceback: ReaTrak_Core.lua:93: in metamethod '__add' Biab track injector GUI.lua:2487: in function 'import_sel_mid_trk_btn_click' Biab track injector GUI.lua:1546: in function 'import_all_chk_tracks_btn_click' Class - Button.lua:138: in method 'onmouseup' ReaTrak_Core.lua:887: in field 'Update' ReaTrak_Core.lua:440: in field 'Main_Update_Elms' ReaTrak_Core.lua:307: in function <...rs\hakan\AppData\Roaming\REAPER\Scripts\ReaTrak_Core.lua:303> [C]: in function 'xpcall' ReaTrak_Core.lua:303: in function <...rs\hakan\AppData\Roaming\REAPER\Scripts\ReaTrak_Core.lua:302>
I will rest with this for some time now. Thanks again.
"I have the latest versions of Reaper & BIAB 64B installed as per date 24 Oct 2022"
I had 422 running but tried 426 and it did not work. Use the 423 or 422 as 426 won't allow you to have the Track menu tweak to use the injector. Just install the 423 and make a copy of bbw64.exe and rename bbw64 - 423.exe and run that without 426 running to use the track injector. Then you can install the latest version but still have the injector version for Reaper to use.
"If I select another track it import track 1 the bass track.."
That's because it would be the same text file that was originally created with the earlier version because you don't have the Track menu in 426 now to write the temp/trackdata to a new text file.
You will see in the video the text files being created, read then closed Video Text Files
This it what Biab RB and BiabVST need to do to give incredibly quick generate and play times rather than writing all the sections into RAM then rendering that down to a consolidated wav file that you can't tweak and change sections in. Reaper will play these while Biab is still writing them into RAM let alone render down to wav.
trackdata.txt for midi file
Code:
Paste into a spreadsheet. List of Events in the track= 141
Status Channel Stamp Bar Beat Tick120 NoteNum Name Vel Duration
NoteOn 3 1080 1 2 0 69 A 5 84 240
NoteOn 3 1320 1 4 0 69 A 5 84 60
NoteOn 3 1380 1 4 60 72 C 6 84 60
NoteOn 3 1440 2 1 0 71 B 5 84 360
NoteOn 3 1800 2 4 0 71 B 5 84 120
NoteOn 3 1920 3 1 0 70 Bb 5 84 420
NoteOn 3 2340 3 4 60 72 C 6 84 60
Here's opening a frozen SGU without decompressing wma to wav generating into RAM or playing or rendering down to wav, it's just written straight into the Reaper track. That's what could be done with Biab Connecting to Reaper
There is a pic show files sizes of Flac Wav and Wavepack, wavepack will encode to more than 10 channels ideal for drums. Compressed format ogg will encode to more than 10 channel also. So Biab could generate, import or render all it's tracks to/from a multichannel format.
I'm waiting to see what is released at the end of this year in the way of instant gen/play in the BiabVST/standalone, if not I will look at putting some more work into this. Rather than having to add a Track menu with a tweak to use the two debug options of writing the WAVinstruction RT/RD track data and Midi track data to a text file this could be added Biab Connecting to Reaper to send the tracks direct to Reaper, if not at least these two functions should be added to the Help > Utilities menu so users don't have to manually add this to menus to get instant tracks without masses of wav files.
A lot of work went into this injector to show the previous theory suggested to PG actually working so if this or even Live Arranger mode is implemented at the end of the year it will be worth all the time spent on it and I won't need to spend any more time on it, maybe retire to Hawaii and say Aloha to Tulsi
Just been trying Musescore 4 with the ReWireVST but Musescore is not sending ppqpos, tempo or time signature to the VST, when they get that sorted you will be able to ReWire Musescore to Reaper or other ReWire slaveable apps.
Also In Reaper menu Extensions > Reapack > Browse packages.. in Filter paste js_ReaScriptAPI right click > Install > Apply
It just sets Reaper Media > Video to use wmf for wma as priority, the latest version of Reaper my set that as defafult any way wmf ffmpeg vlc qt:mov,qt,m4v,mp4 dshow:!mov,!mp4,!m4v,!qt
..latest versions of both reaper and biab, windows 11
EDIT: It's version 923 not 423 I had 422 running but tried 426 and it did not work. Use the 423 or 422 as 426 won't allow you to have the Track menu tweak to use the injector. Just install the 423 and make a copy of bbw64.exe and rename bbw64 - 423.exe and run that without 426 running to use the track injector. Then you can install the latest version but still have the injector version for Reaper to use.
All of this was from many hours of work to show PG how it could be done. It would be a lot easier if a few function were added to Biab to send the tracks/section to Reaper, it would be a lot easier I know than install these tools with Reaper, but until PG do something it's the only way there is at the moment. I will wait until the end of the year to see if they implement something like this in Biab as Reaper is the most popular DAW by Biab users, or implement direct play/gen in the BiabVST and a Live Arranger mode. If not I'll put some more work into this and put the track info in an existing menu if they don't have the 2 functions to get the audio and midi track data it uses in a menu.
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
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!
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
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!
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!
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!
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 Windows!
We've just released XPro Styles PAK 9 for Windows & Mac 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!
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.
Video: Band-in-a-Box® 2025 for Mac®: VST3 Plugin Support
Band-in-a-Box® 2025 for Mac® now includes support for VST3 plugins, alongside VST and AU. Use them with MIDI or audio tracks for even more creative possibilities in your music production.
Band-in-a-Box® 2025 for Macs®: VST3 Plugin Support
Video: Band-in-a-Box® 2025 for Mac®: Using VST3 Plugins
One of our representatives will be happy to help you over the phone. Our hours of operation are from
6:00AM to 6:00PM PST (GMT -8) Monday thru Friday, and 8:00AM to 4:00PM PST Saturday. We are closed Sunday. You can also send us your questions via email.
One of our representatives will be happy to help you on our Live Chat or by email. Our hours of operation are from
6:00AM to 6:00PM PST (GMT -8) Monday thru Friday; 8:00AM to 4:00PM PST (GMT -8) Saturday; Closed Sunday.