Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Protools rudimentary editing tools v1.0 #1469

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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