Skip to content

Instantly share code, notes, and snippets.

@shcipwa
shcipwa / ToggleSustain.txt
Created November 25, 2022 17:17
A Kontact script (KSP) that turns pitch bend into a toggleable sustain pedal
on init
make_perfview
declare ui_switch $Sustain
make_persistent($Sustain)
declare $lastsusbyte := 63
declare $enabled := 1
declare $prevsus := 0
end on