-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Renamed the folder. - Additional params for .reapack-index.conf
- Loading branch information
Showing
8 changed files
with
51 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
--name "NAGASHIZAR ReaPack Repository" | ||
--link "https://www.youtube.com/@NAGASHIZARr" | ||
--about README.md | ||
|
||
--check | ||
--warnings | ||
--rebuild | ||
--commit-template "index: $changelog | ||
|
||
[ci skip]" |
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
-- @version 1.0 | ||
|
||
local core = {} | ||
|
||
function core:Apply() | ||
end | ||
|
||
return core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
-- @version 1.0 | ||
|
||
local gui = {} | ||
|
||
function gui:StartGUI() | ||
end | ||
|
||
return gui |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
-- @version 1.0 | ||
|
||
local core = require("CORE_VAF") | ||
local gui = require("GUI_VAF") | ||
|
||
|
||
reaper.ShowConsoleMsg("Test") | ||
|
||
|
||
function main() | ||
|
||
end | ||
|
||
|
||
main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@metapackage | ||
|
||
@description Video Auto-Flipper | ||
@author Zly | ||
@version 1.0 | ||
@provides | ||
[main] Zly_VideoAutoFlipper.lua | ||
GUI_VAF.lua | ||
CORE_VAF.lua | ||
@about | ||
# Video Auto-Flipper | ||
|
||
- Flips selected items. | ||
- Has a handy GUI and other featues for ease of simple YTPMV making. |