Skip to content

Creating Addon Packs

Timothy Minahan edited this page Jul 15, 2016 · 11 revisions

Gnome Sequencer now supports addon packs. GS-Core will work as it always has but you can create optional addon packs as long as they start with GS- in the name and are set to Load on Demand.

Create a folder called GS-NewMacros Inside that folder make two files with a text editor:

  • GS-NewMacros.toc
  • NewSequences.lua

Inside GS-NewMacros.toc:

## Interface: 70000 ## Title: GS New Macros ## Notes: A sample random collection of new macros ## Author: Draik ## Version: r1 ## RequiredDeps: GS-Core ## LoadOnDemand: 1 NewSequences.lua`

Start the first line of the NewSequences.lua with the following line then continue as before:

local Sequences = GSMasterSequences

Clone this wiki locally