Skip to content

Commit

Permalink
- Workflow test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Zly-u committed Feb 11, 2024
1 parent b84c410 commit b82ace6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
21 changes: 16 additions & 5 deletions MidiBasedOnItems/Zly_MidiBasedOnItems.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
-- @description MIDI Based On Items
-- @author Zly
-- @version 1.0
-- @about
-- Creates MIDI based on selected items pitches.
--[[
@description MIDI Based On Items
@author Zly
@version 1.0
@provides
[main] .
@about
# MIDI Based On Items
- Creates MIDI based on selected items pitches.
--]]

function main()
end

main()

--[[
import reapy
Expand Down
21 changes: 16 additions & 5 deletions StretchToNextItem/Zly_StretchToNextItem.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
-- @description Stretch To Next Item
-- @author Zly
-- @version 1.0
-- @about
-- Stretches selected Items to next adjacent item.
--[[
@description Stretch To Next Item
@author Zly
@version 1.0
@provides
[main] .
@about
# Stretch To Next Item
- Stretches selected Items to next adjacent item.
--]]

function main()
end

main()

--[[
import reapy
Expand Down

0 comments on commit b82ace6

Please sign in to comment.