Skip to content

Commit

Permalink
Updated DoomSquirrel_Set velocity of selected notes to 96 = Updated info
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomiorava committed Jul 26, 2024
1 parent d685f48 commit d620721
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- @author DoomSquirrel
-- @license GPL v3
-- @about
-- # Set velocity of selected notes to 96 <VELOCITY VALUE>
-- # Set velocity of selected notes to 96 **_VELOCITY VALUE_**
-- You can change the velocity to set the notes to by renaming this script.
-- The last number in the script name determines the velocity value.
--
Expand All @@ -14,9 +14,9 @@
-- Personal Website http://iki.fi/atolonen
-- @donation
-- Donate via PayPal https://www.paypal.com/donate/?hosted_button_id=2BEA2GHZMAW9A
-- @version 1.0
-- @version 1.1
-- @changelog
-- Initial release
-- Updated info

-- Get the name of the script and parse the last word as number (= VELOCITY)
local name = ({reaper.get_action_context()})[2]:match("([^/\\_]+).lua$")
Expand Down

0 comments on commit d620721

Please sign in to comment.