Previous Thread
Index
Next Thread
Print Thread
Go To
Page 3 of 7 1 2 3 4 5 6 7
Band-in-a-Box for Windows
Joined: Sep 2013
Posts: 253
S
Apprentice
Offline
Apprentice
S
Joined: Sep 2013
Posts: 253
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>

Lokasenna_GUI:
v2.16.8
Reaper:
6.68/x64
Platform:
Win64

------------------------------------------------------

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>

Lokasenna_GUI:
v2.16.8
Reaper:
6.68/x64
Platform:
Win64

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

Lokasenna_GUI:
v2.16.8
Reaper:
6.68/x64
Platform:
Win64
-------------------------------------------------------------------

3. It also crashes when "Browse folder for ReaPeaks"
But I can't get any logs from this one.

Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 2,484
Veteran
Offline
Veteran
Joined: Jun 2009
Posts: 2,484
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
.....
.....

Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 2,484
Veteran
Offline
Veteran
Joined: Jun 2009
Posts: 2,484
Are you getting the green button that is now in the new script as it was previously showing on the Style tab.


Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 2,484
Veteran
Offline
Veteran
Joined: Jun 2009
Posts: 2,484
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/

Band-in-a-Box for Windows
Joined: Sep 2013
Posts: 253
S
Apprentice
Offline
Apprentice
S
Joined: Sep 2013
Posts: 253
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).

Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 2,484
Veteran
Offline
Veteran
Joined: Jun 2009
Posts: 2,484
In Reaper menu Extensions > Reapack > Browse packages.. in Filter paste js_ReaScriptAPI
right click > Install > Apply

Band-in-a-Box for Windows
Joined: Sep 2013
Posts: 253
S
Apprentice
Offline
Apprentice
S
Joined: Sep 2013
Posts: 253
Thanks for all the help.

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.

Band-in-a-Box for Windows
Joined: May 2018
Posts: 1,362
Expert
Offline
Expert
Joined: May 2018
Posts: 1,362
Really great "injector".

But what a hassle to implement. I tried too, but I stopped: this stuff was driving me crazy.

The videos are splendid and really make you want to do it, but you need a certain level to succeed in running it...

Congratulations to Pipeline who manages it so well. I haven't seen anyone else with it yet.


Biab Audiophile 2024 11.11, Win11
Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 2,484
Veteran
Offline
Veteran
Joined: Jun 2009
Posts: 2,484
"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.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
BB-Track-Menu-426-423.png (70.2 KB, 342 downloads)
BB-Track-Menu-426-423-files.png (8.14 KB, 340 downloads)
Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 2,484
Veteran
Offline
Veteran
Joined: Jun 2009
Posts: 2,484
"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 

temp.txt for realtrack
Code:
Riff #	Summary	RiffHasData	SourceWAVFileName	SourceWAVFileTempo	SourceBarNumber	SourceBeatNumber	SourceTimeSig	SourceStartTimePPQ1200	*SourceBar	*SourceTick(120)	SourceTickOffsetPPQ1200	SourceEndTimePPQ1200	*Tick Duration120(calc)	*Beats Duration (calc)	SourceEndRiffStretchAmountPPQ1200	SourceEndRiffTransitionAmountPPQ1200	DestinationStartTimePPQ1200	*Chord	*Bar Destination 	*Beat Destination 	*Tick Destination120 	TranspositionSemitonesRequired	ThisRiffIsaPush1200	ThisRiffNumber	RiffNoneHoldShot	RiffHoldsLibraryNumber	ThisIsaPush	ThisisDrums	RiffdbOffset	RiffSoloistNumber	RiffThisRiffStartShouldBeMergedWithEndOfPreviousOne	RiffIsUnknownMonoStereo	RiffIndexFromMultipleRT	RiffMultipleRealTracksNumber	AnyLoopActive	AnyLoopRestartLoopWhenWavEnds	AnyLoopBaseTempo	AnyLoopNumberOfBeats	AnyLoopTransposeAmount	AnyLoopStretchTempo	AnyLoopTranspose	AnyLoopOriginalKeyMod	ChordLoopActive	ForceUsePlusMinusRealtracks	RiffPanning	RiffInstructionFutureBytes
0	Riff 1:1:116 to 3:4:41, dur=1246, beats=10, ticks=+46,leadin120=116	1	D:\bb\RealTracks\Flugelhorn, Background BossaPads Ev 110 (1TrackHornSection)\tp1019.WAV	110	1	1	4	10768	1	116	0	23232	1246	10.39	0	0	10768		1	1	117	0	0	12835	0	0	0	0	0	3448	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,	
1	Riff 3:4:51 to 5:4:45, dur=955, beats=7, ticks=+115,leadin120=-69	1	D:\bb\RealTracks\Flugelhorn, Background BossaPads Ev 110 (1TrackHornSection)\tp1004.WAV	110	30	1	4	148115	29	411	0	157667	955	7.96	0	0	23315		3	4	52	0	0	3450	0	0	0	0	0	3448	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,	
2	Riff 5:4:60 to 7:1:81, dur=622, beats=5, ticks=+22,leadin120=-60	1	D:\bb\RealTracks\Flugelhorn, Background BossaPads Ev 110 (1TrackHornSection)\tpt998.WAV	110	51	1	4	249000	50	420	0	255229	623	5.19	0	0	33000	Fdim	5	4	60	0	0	20015	0	0	0	0	0	3448	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,	
3	Riff 7:1:116 to 7:4:107, dur=352, beats=2, ticks=+112,leadin120=116	1	D:\bb\RealTracks\Flugelhorn, Background BossaPads Ev 110 (1TrackHornSection)\TP1013-1.WAV	110	42	1	4	207563	42	116	0	211083	352	2.93	0	0	39563	C7	7	1	116	0	0	10005	0	0	0	0	0	3448	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,	
4	Riff 7:4:49 to 8:4:92, dur=524, beats=4, ticks=+44,leadin120=-71	1	D:\bb\RealTracks\Flugelhorn, Background BossaPads Ev 110 (1TrackHornSection)\tp1014.WAV	110	4	1	4	23293	3	409	0	28541	525	4.37	0	0	42493		7	4	49	0	0	10904	0	0	0	0	0	3448	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,	
5	Riff 8:4:117 to 11:4:103, dur=1427, beats=11, ticks=+107,leadin120=-3	1	D:\bb\RealTracks\Flugelhorn, Background BossaPads Ev 110 (1TrackHornSection)\TPT998+2.WAV	110	15	1	4	76773	14	477	0	91051	1428	11.90	0	0	47973	Dm7	8	4	117	0	0	19361	0	0	0	0	0	3448	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,	
6	Riff 11:4:50 to 12:4:95, dur=526, beats=4, ticks=+46,leadin120=-70	1	D:\bb\RealTracks\Flugelhorn, Background BossaPads Ev 110 (1TrackHornSection)\tp1016.WAV	110	26	1	4	128905	25	410	0	134171	527	4.39	0	0	61705		11	4	50	0	0	12207	0	0	0	0	0	3448	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,	
7	Riff 13:1:0 to 13:4:106, dur=467, beats=3, ticks=+107,leadin120=0	1	D:\bb\RealTracks\Flugelhorn, Background BossaPads Ev 110 (1TrackHornSection)\TP1007-2.WAV	110	1	1	4	9606	1	0	0	14285	468	3.90	0	0	67206	Am7b5	13	1	1	0	0	5468	0	0	0	0	0	3448	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,	

Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 2,484
Veteran
Offline
Veteran
Joined: Jun 2009
Posts: 2,484
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


Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 2,484
Veteran
Offline
Veteran
Joined: Jun 2009
Posts: 2,484
Here's a video using Flac directly from frozen SGU without decompressing wma to wav then writing to RAM then rendering down to wav, it's just written directly into Reaper's track as Flac.
https://www.dropbox.com/s/moobjjwo1x29lt9/BB-Injector-Flac-Files.mp4?dl=0

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.


Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 2,484
Veteran
Offline
Veteran
Joined: Jun 2009
Posts: 2,484
I took the 10 16bit 44.1khz wav files in the Realdrums folder and encoded them to 24bit 48khz multichannel wavepack file that injects directly into Reaper.
https://www.dropbox.com/s/vt2bg5l614g8nx7/BB-Wavepack-Multichannel-Drums.mp4?dl=0

See in pic below file size of the 10 16/44.1 drum stems and the file size of the single 10ch 24/48 wavepack file that's 100meg smaller.


Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 2,484
Veteran
Offline
Veteran
Joined: Jun 2009
Posts: 2,484
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 smile

Attached Files (Click to download or enlarge) (Only available when you are logged in)
BB-Help-Utils-Menu.png (52.93 KB, 307 downloads)
Band-in-a-Box for Windows
Joined: Apr 2016
Posts: 6,253
Veteran
Offline
Veteran
Joined: Apr 2016
Posts: 6,253
VERY useful.


Cheers
rayc
"What's so funny about peace, love & understanding?" - N.Lowe
Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 2,484
Veteran
Offline
Veteran
Joined: Jun 2009
Posts: 2,484
Reaper has a similar injector for Musescore to inject the midi into Reaper (see video below)
https://forum.cockos.com/showthread.php?t=233412

Musescore 4 Beta and Nightly builds.
https://ftp.osuosl.org/pub/musescore-nightlies/

Muse Hub (this runs in the system tray to download sounds and the app)
https://musescore.org/en/node/336003

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.




Band-in-a-Box for Windows
Joined: Mar 2020
Posts: 58
A
Enthusiast
Offline
Enthusiast
A
Joined: Mar 2020
Posts: 58
Does anyone know about this one error?

"Biab track injector GUI.lua:153: attempt to call a nil value (field 'BR_Win32_WritePrivateProfileString')"

latest versions of both reaper and biab, windows 11


Artur
Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 2,484
Veteran
Offline
Veteran
Joined: Jun 2009
Posts: 2,484
https://www.sws-extension.org/

Install SWS Extensions for:
ReaScript

Added functions:
- BR_GetMidiTakePoolGUID
- BR_GetCurrentTheme
- BR_Win32_GetPrivateProfileString
- BR_Win32_ShellExecute
- BR_Win32_WritePrivateProfileString

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

Attached Files (Click to download or enlarge) (Only available when you are logged in)
Reaper-Set-Codec-Config.png (58.03 KB, 401 downloads)
Last edited by musocity; 11/07/22 12:55 PM.
Band-in-a-Box for Windows
Joined: Jun 2009
Posts: 2,484
Veteran
Offline
Veteran
Joined: Jun 2009
Posts: 2,484
Originally Posted By: Artur VC
..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.

Last edited by musocity; 11/11/22 02:58 PM.
Band-in-a-Box for Windows
Joined: Mar 2020
Posts: 58
A
Enthusiast
Offline
Enthusiast
A
Joined: Mar 2020
Posts: 58
Thank you, musocity, I'll give it a try... I think Injector is an awsome tool, I cannot wait to get it working.


Artur
Previous Thread
Next Thread
Go To
Page 3 of 7 1 2 3 4 5 6 7

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
User Video: Next-Level AI Music Editing with ACE Studio and Band-in-a-Box®

The Bob Doyle Media YouTube channel is known for demonstrating how you can creatively incorporate AI into your projects - from your song projects to avatar building to face swapping, and more!

His latest video, Next-Level AI Music Editing with ACE Studio and Band-in-a-Box, he explains in detail how you can use the Melodist feature in Band-in-a-Box with ACE Studio. Follow along as he goes from "nothing" to "something" with his Band-in-a-Box MIDI Melodist track, using ACE Studio to turn it into a vocal track (or tracks, you'll see) by adding lyrics for those notes that will trigger some amazing AI vocals!

Watch: Next-Level AI Music Editing with ACE Studio and Band-in-a-Box


Band-in-a-Box® 2024 German for Windows is Here!

Band-in-a-Box® 2024 für Windows Deutsch ist verfügbar!

Wir waren fleißig und haben über 50 neue Funktionen und eine erstaunliche Sammlung neuer Inhalte hinzugefügt, darunter 222 RealTracks, neue RealStyles, MIDI SuperTracks, Instrumental Studies, "Songs with Vocals" Artist Performance Sets, abspielbare RealTracks Set 3, abspielbare RealDrums Set 2, zwei neue Sets von "RealDrums Stems", XPro Styles PAK 6, Xtra Styles PAK 17 und mehr!

Paket | Was ist Neu

Update Your PowerTracks Pro Audio 2024 Today!

Add updated printing options, enhanced tracks settings, smoother use of MGU and SGU (BB files) within PowerTracks, and more with the latest PowerTracks Pro Audio 2024 update!

Learn more about this free update for PowerTracks Pro Audio & download it at www.pgmusic.com/support_windows_pt.htm#2024_5

The Newest RealBand 2024 Update is Here!

The newest RealBand 2024 Build 5 update is now available!

Download and install this to your RealBand 2024 for updated print options, streamlined loading and saving of .SGU & MGU (BB) files, and to add a number of program adjustments that address user-reported bugs and concerns.

This free update is available to all RealBand 2024 users. To learn more about this update and download it, head to www.pgmusic.com/support.realband.htm#20245

The Band-in-a-Box® Flash Drive Backup Option

Today (April 5) is National Flash Drive Day!

Did you know... not only can you download your Band-in-a-Box® Pro, MegaPAK, or PlusPAK purchase - you can also choose to add a flash drive backup copy with the installation files for only $15? It even comes with a Band-in-a-Box® keychain!

For the larger Band-in-a-Box® packages (UltraPAK, UltraPAK+, Audiophile Edition), the hard drive backup copy is available for only $25. This will include a preinstalled and ready to use program, along with your installation files.

Backup copies are offered during the checkout process on our website.

Already purchased your e-delivery version, and now you wish you had a backup copy? It's not too late! If your purchase was for the current version of Band-in-a-Box®, you can still reach out to our team directly to place your backup copy order!

Note: the Band-in-a-Box® keychain is only included with flash drive backup copies, and cannot be purchased separately.

Handy flash drive tip: Always try plugging in a USB device the wrong way first? If your flash drive (or other USB plug) doesn't have a symbol to indicate which way is up, look for the side with a seam on the metal connector (it only has a line across one side) - that's the side that either faces down or to the left, depending on your port placement.

Update your Band-in-a-Box® 2024 for Windows® Today!

Update your Band-in-a-Box® 2024 for Windows for free with build 1111!

With this update, there's more control when saving images from the Print Preview window, we've added defaults to the MultiPicker for sorting and font size, updated printing options, updated RealTracks and other content, and addressed user-reported issues with the StylePicker, MIDI Soloists, key signature changes, and more!

Learn more about this free update for Band-in-a-Box® 2024 for Windows at www.pgmusic.com/support_windowsupdates.htm#1111

Band-in-a-Box® 2024 Review: 4.75 out of 5 Stars!

If you're looking for a in-depth review of the newest Band-in-a-Box® 2024 for Windows version, you'll definitely find it with Sound-Guy's latest review, Band-in-a-Box® 2024 for Windows Review: Incredible new capabilities to experiment, compose, arrange and mix songs.

A few excerpts:
"The Tracks view is possibly the single most powerful addition in 2024 and opens up a new way to edit and generate accompaniments. Combined with the new MultiPicker Library Window, it makes BIAB nearly perfect as an 'intelligent' composer/arranger program."

"MIDI SuperTracks partial generation showing six variations – each time the section is generated it can be instantly auditioned, re-generated or backed out to a previous generation – and you can do this with any track type. This is MAJOR! This takes musical experimentation and honing an arrangement to a new level, and faster than ever."

"Band in a Box continues to be an expansive musical tool-set for both novice and experienced musicians to experiment, compose, arrange and mix songs, as well as an extensive educational resource. It is huge, with hundreds of functions, more than any one person is likely to ever use. Yet, so is any DAW that I have used. BIAB can do some things that no DAW does, and this year BIAB has more DAW-like functions than ever."

Forum Statistics
Forums66
Topics81,639
Posts735,351
Members38,524
Most Online2,537
Jan 19th, 2020
Newest Members
OlvaJownDay, Tranner Track, Ely Bass, Barking, SYOTR
38,524 Registered Users
Top Posters(30 Days)
MarioD 182
DC Ron 98
dcuny 89
DrDan 70
Today's Birthdays
There are no members with birthdays on this day.
Powered by UBB.threads™ PHP Forum Software 7.7.5