Skip to content

Conversation

fredKuko
Copy link

No description provided.

Comment on lines +5 to +10
-- [main] FKVC_ProtoolsEditingTools1/CutLeft.lua
-- [main] FKVC_ProtoolsEditingTools1/CutRight.lua
-- [main] FKVC_ProtoolsEditingTools1/MoveEditCursorToNextCut.lua
-- [main] FKVC_ProtoolsEditingTools1/MoveEditCursorToPreviousCut.lua
-- [main] FKVC_ProtoolsEditingTools1/NudgeCursorOnTheLeft.lua
-- [main] FKVC_ProtoolsEditingTools1/NudgeCursorOnTheRight.lua
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Action filenames (what the user sees in their Action List window) must use the AuthorPrefix_Sentence-case description.lua form.

For example: CutLeft.lua ➡️ FKVC_Protools editing tools - Cut left.lua

--
-- - NudgeCursorToTheRight: Moves the playback cursor 1 frame to the right and plays the audio.

reaper.ShowMessageBox("Thank you for using this tool. Have fun!", "Message", 0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file (the main package file containing the metadata but, in this case, no useful code) should not be added to the user's action list nor installed on their computer.

Set the "Resource type" to "Don't install" and leave the file contents empty of code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants