From f3b559a899b92d2871deb2b9566de22c0127626e Mon Sep 17 00:00:00 2001 From: "A.T" <32513867+tuomiorava@users.noreply.github.com> Date: Fri, 12 Jul 2024 19:08:59 +0300 Subject: [PATCH] Delete Example directory --- Example/cfillion_Hello world.lua | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Example/cfillion_Hello world.lua diff --git a/Example/cfillion_Hello world.lua b/Example/cfillion_Hello world.lua deleted file mode 100644 index ef9ba0a..0000000 --- a/Example/cfillion_Hello world.lua +++ /dev/null @@ -1,13 +0,0 @@ --- @description Hello world --- @author cfillion --- @version 1.0 --- @about --- This is an example of a package file. It installs itself as a ReaScript that --- does nothing but show "Hello World!" in REAPER's scripting console. --- --- Packages may also include additional files specified using the @provides tag. --- --- This text is the documentation shown when using ReaPack's "About this package" --- feature. [Markdown](https://commonmark.org/) *formatting* is supported. - -reaper.ShowConsoleMsg 'Hello World!'