Originally Posted By: musocity
"When I try to use "Get track info"->"0 Save all"

it's not 0, it uses 40 for Audio data (temp.txt) and 38 for midi data (trackdata.txt).

I think we may have a crossed line there ... I'm refering to the first image below.

Originally Posted By: musocity
...replace these in the ahk\scripts folder
bb_track_info.ahk
bb_midi_track_info.ahk

I've moved them to there, replacing files that existed.

Originally Posted By: musocity
I corrected the path ahk > ahk\scripts
This is the ahk script that gets BB to make the temp.txt that is in C:\bb\Data or wherever you have it. The ; just comments the line out.
bb_track_info.ahk
Code:
#NoEnv
#SingleInstance Force
;MsgBox, Track Data to Text
Winactivate, ahk_class TBandWindow
WinMenuSelectItem, ahk_class TBandWindow, , Help, Utilities, Get Track Info
Send, 40
Send, +{Tab}
Send, {DOWN}
Send, {ENTER}
Send, {ENTER}
;Sleep, 3000
WinWait, ahk_class NOTEPAD.EXE, temp.txt,3
WinSet, Transparent, 100, ahk_class Notepad
Sleep, 50
;MsgBox, Pause
WinMenuSelectItem, ahk_exe NOTEPAD.EXE, , File, Exit
WinClose, ahk_class NOTEPAD.EXE, temp.txt ;close notepad

I think my file is equivalent ... I have a few more commented-out lines:
Code:
#NoEnv
#SingleInstance Force
;MsgBox, Track Data to Text
Winactivate, ahk_class TBandWindow
WinMenuSelectItem, ahk_class TBandWindow, , Help, Utilities, Get Track Info
Send, 40
Send, +{Tab}
Send, {DOWN}
Send, {ENTER}
Send, {ENTER}
;Sleep, 3000
WinWait, ahk_class NOTEPAD.EXE, temp.txt,3
;Winactivate, ahk_class NOTEPAD.EXE, temp.txt
WinSet, Transparent, 100, ahk_class Notepad
Sleep, 50
;MsgBox, Pause
WinMenuSelectItem, ahk_exe NOTEPAD.EXE, , File, Exit
WinClose, ahk_class NOTEPAD.EXE, temp.txt ;close notepad

;Winactivate, ahk_class TBandWindow
;WinMinimize, ahk_class TBandWindow

At present I still get the same write path.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
0-Save-all.jpeg (96.87 KB, 305 downloads)
FilesWritten.jpeg (11.5 KB, 304 downloads)

Jazz relative beginner, starting at a much older age than was helpful.
Kawai MP6, Korg M50, Ui24R, Saffire Pro 40.
AVL:MXE Linux; Windows 11; Win8.1: Scarletts
BIAB2022 UltraPAK, Reaper, a bunch of stuff.