Release Protools rudimentary editing tools v1.0#1469
Open
fredKuko wants to merge 1 commit intoReaTeam:masterfrom
Open
Release Protools rudimentary editing tools v1.0#1469fredKuko wants to merge 1 commit intoReaTeam:masterfrom
fredKuko wants to merge 1 commit intoReaTeam:masterfrom
Conversation
cfillion
requested changes
Dec 2, 2024
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 |
Member
There was a problem hiding this comment.
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) |
Member
There was a problem hiding this comment.
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.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.