View Single Post
Old 04-20-2019, 10:30 AM   #616
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,937
Default

Quote:
Originally Posted by _Stevie_ View Post
All files from that bundle have the same content (the bundle content).
That's the idea, so that there is only one file on the repository that fills in the value of the "interval" variable from its filename at runtime. There's no need to create many separate files.

Examples:Alternatively, to instead install a real file from the repository elsewhere than it is on the repository, the syntax is this:
Code:
[main=main,midi_editor,midi_inlineeditor] sr_Add notes -24.lua > Add notes interval (bundle)/sr_Add notes -24.lua
If the file is already in a "Add notes interval (bundle)" subdirectory on the repository:
Code:
[main=main,midi_editor,midi_inlineeditor] Add notes interval (bundle)/sr_Add notes -24.lua

Last edited by cfillion; 04-20-2019 at 11:16 AM.
cfillion is offline   Reply With Quote