File tree Expand file tree Collapse file tree 5 files changed +9
-2
lines changed
Expand file tree Collapse file tree 5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11name : deploy
22on :
33 push :
4- branches : [master ]
4+ branches : [main ]
55jobs :
66 reapack-index :
77 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1+ -- @noindex
2+
13-- config
24local fontSize = 12
35
Original file line number Diff line number Diff line change 1+ -- @noindex
2+
13function getSequencerTrack ()
24 local track
35 for i = 0 , reaper .CountTracks (0 ) - 1 do
Original file line number Diff line number Diff line change 1+ -- @noindex
2+
13function setTimeSelectionFromItem (item )
24 local startPos = reaper .GetMediaItemInfo_Value (item , " D_POSITION" )
35 local length = reaper .GetMediaItemInfo_Value (item , " D_LENGTH" )
Original file line number Diff line number Diff line change 33-- @license GPL v3
44-- @version 0.0.1
55-- @provides
6- -- Modules/*.lua
6+ -- [main] brute-seq.lua
7+ -- [nomain] Modules/*.lua
78-- Images/*.png
89-- Fonts/*.ttc
910
You can’t perform that action at this time.
0 commit comments