In 2016, Spooky2 introduced the ability to simulate 2 generators with a single Spooky2-XM generator. The way this works is to introduce into the frequency set code the ability to specify the Out 2 frequency as a function of Out 1, where specifically:
Out 2 = Out 1 x Factor + Constant
This is described in the Spooky2 User’s Guide in the Create Program section.
In 2020, Spooky2 introduced the ability to take your set of programs, and split the frequencies between Out 1 and Out 2. Currently the frequencies are split between the different output half and half. With this Spooky2 feature, you cannot specify which frequency sets, or frequencies, go to which output.
In 2016, I introduced a tool called mergesets, that allows you to specify different programs for Out 1 and and Out 2. mergesets creates the necessary codes to merge two separate frequency sets so that one set can be output on Out1 of the Spooky-XM generator, and the other frequency set can be output on Out2 of the same Spooky-XM generator. The image below is the state of the tool after you click the “+” button to the right of the Set 1 text field.