Skip to content

v0.2.0

Compare
Choose a tag to compare
@ohgodhowdidthis ohgodhowdidthis released this 31 Oct 21:44
· 249 commits to master since this release
  • New playlist features have been added:

    • "Subroutine" playlist items can be created. These playlist items can trigger (one or more) other playlists and wait until they are finished before resuming control.
    • Configuration variables can be created, with different options that can be chosen from on launch. Playlist items can then enable different random weights for subsequent items depending on the value of the configuration variables.

    The intention is to allow a single session file to contain many possible sequences, and to allow complex sequences to be reused in different parts of a session.

  • New program features have been added:

    • Programs can assign random weights to each theme.
    • One theme can be "pinned" in a given program. In this case, the pinned theme is always one of the two active themes, and random weights are used to choose the second active theme only.
  • Rewrote random engine to avoid several minor annoyances with image and animation selection.

  • More tweaks to visuals for a more consistent experience.

  • Fixed a crash that would occur if an animation had only one frame.

  • Various other bug fixes.