diff --git a/MidiBasedOnItems/Zly_MidiBasedOnItems.lua b/MidiBasedOnItems/Zly_MidiBasedOnItems.lua index b265d3e..ca249ae 100644 --- a/MidiBasedOnItems/Zly_MidiBasedOnItems.lua +++ b/MidiBasedOnItems/Zly_MidiBasedOnItems.lua @@ -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 diff --git a/StretchToNextItem/Zly_StretchToNextItem.lua b/StretchToNextItem/Zly_StretchToNextItem.lua index 9df7356..ea65006 100644 --- a/StretchToNextItem/Zly_StretchToNextItem.lua +++ b/StretchToNextItem/Zly_StretchToNextItem.lua @@ -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