From d62072103a73f7fa663ebac7c53d10fe078d007e Mon Sep 17 00:00:00 2001 From: tuomiorava Date: Sat, 27 Jul 2024 02:48:45 +0300 Subject: [PATCH] Updated DoomSquirrel_Set velocity of selected notes to 96 = Updated info --- .../DoomSquirrel_Set velocity of selected notes to 96.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MIDI Editor/DoomSquirrel_Set velocity of selected notes to 96.lua b/MIDI Editor/DoomSquirrel_Set velocity of selected notes to 96.lua index ca7283b..2418e8d 100644 --- a/MIDI Editor/DoomSquirrel_Set velocity of selected notes to 96.lua +++ b/MIDI Editor/DoomSquirrel_Set velocity of selected notes to 96.lua @@ -2,7 +2,7 @@ -- @author DoomSquirrel -- @license GPL v3 -- @about --- # Set velocity of selected notes to 96 +-- # 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. -- @@ -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$")