PG Music Home
Posted By: Gitarman1 Audio edit window - 10/24/22 11:23 AM
It would be nice to be able to select the floating audio edit window with a keyboard shortcut, and when in the audio edit window, have a pop up dialog with a “go to” function to go directly to a particular bar for editing. grin
Posted By: musocity Re: Audio edit window - 10/26/22 04:50 AM
I thought it was Windows but you are on Mac. The Mac should allow you to add a hotkey to that menu item in the Mac sysprefs under keyboard I think for the Biab app.
In the Play menu > Play Special > Play from bar# shortcut on Win is Ctrl+F then spacebar to stop.

EDIT: https://www.macinstruct.com/tutorials/create-a-keyboard-shortcut-for-any-menu-item/
Posted By: musocity Re: Audio edit window - 10/26/22 05:04 AM
I'll post the Win fix again if any Win BB users need it. Just use Autohotkey and set AutoHotkey.exe to run as admin if Biab is set to that.


Copy and save in notepad as my script.ahk the double click to run, right click the little "H" icon in the SysTray to exit.
It is set to F12 but you can set it to any combination of keys.
Code:
#NoEnv
#SingleInstance Force

F12::
Winactivate, ahk_class TBandWindow
WinMenuSelectItem, ahk_class TBandWindow, , Window, Audio Edit, Moveable Audio Edit Window
Return
Posted By: Gitarman1 Re: Audio edit window - 10/26/22 11:35 AM
Thanks for the tip, I’ll check it out!
Posted By: Gitarman1 Re: Audio edit window - 10/26/22 04:54 PM
Thanks again, that worked! grin
© PG Music Forums