Skip to content
Snippets Groups Projects
Commit fe3568d1 authored by SimpelMe's avatar SimpelMe
Browse files

feat: add track numbers to temp audio and log


Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 71ef5e6b
No related branches found
No related tags found
No related merge requests found
...@@ -194,6 +194,7 @@ GUICtrlSetState(-1, $GUI_DISABLE) ...@@ -194,6 +194,7 @@ GUICtrlSetState(-1, $GUI_DISABLE)
GUISetState(@SW_SHOW) GUISetState(@SW_SHOW)
Global $hTimerStart = TimerInit() Global $hTimerStart = TimerInit()
$sOutputFileWithoutExtension &= "_" & $iTrackL & "+" & $iTrackR
Switch $iLayout Switch $iLayout
Case $eMONO Case $eMONO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment