UPDATE: go to this page to copy the latest version of the script »
For PC only. Requires AutoHotKey to run. Install AutoHotKey and then double click on this script to run it.
Scroll down to just copy and paste the script!
$0.00
UPDATE: go to this page to copy the latest version of the script »
For PC only. Requires AutoHotKey to run. Install AutoHotKey and then double click on this script to run it.
Scroll down to just copy and paste the script!
Here’s the AutoHotKey script if you want to play with it. Just download and install AutoHotKey (PC only), paste the code below into a text file and then save it with the file extension .ahk. Then, click on the file to run it.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#IfWinActive ahk_exe Ableton Live 10 Suite.exe
Insert:: ; this resets recording of an active clip in session view
Send, {Delete}
Send, {Enter}
return
#IfWinActive ahk_exe Ableton Live 10 Suite.exe
Home:: ; this resets recording of an active track in arrangement view
SetKeyDelay, 200
Send, {Space}
Send, ^z
Send, {f9}
return
Reviews
There are no reviews yet.