Skip to content

Commit

Permalink
Updated DoomSquirrel_Performance Arm track for MIDI (under mouse) = C…
Browse files Browse the repository at this point in the history
…ode cleanup
  • Loading branch information
tuomiorava committed Jul 21, 2024
1 parent 206eb91 commit aa4603e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
-- My music = http://iki.fi/atolonen
-- @donation
-- Donate via PayPal https://www.paypal.com/donate/?hosted_button_id=2BEA2GHZMAW9A
-- @version 2.0
-- @version 2.1
-- @changelog
-- Better operating behaviour. Now, first seeks the track to Performance Arm. If it is found,
-- un-Performance Arms all tracks, and afterwards Performance Arms the found track.
-- Also, toggles the Performance Armed state of a track when operating on the same one multiple times.
-- Code cleanup

----------------------------
--- USER SETTINGS ----------
Expand Down Expand Up @@ -142,6 +140,8 @@ function performanceArmTrack()
unPerformanceArmTracks()
doPerformanceArmTrack(tr)
end

return
end
end
end
Expand Down

0 comments on commit aa4603e

Please sign in to comment.