Skip to content
Compare
Choose a tag to compare
@Matto58 Matto58 released this 05 Nov 21:02
· 3 commits to main since this release
aed21b1

This is a really big update!

  • Introduced 9 commands:
    • LoopOnce - Plays everything between a looppoint and this instruction.
    • Background <color> <fadetime> - Fades to #<color> in <fadetime> seconds.
    • Transpose <pitch> <direction +/-> - Shifts all following sounds by <direction><pitch> semitones.
    • Pulse <amt> <every> - Pulses the screen every <every> beats <amt> times.
    • Divider - Adds a divider that separates two sound parts.
    • Target <id> - Creates a target with ID <id>.
    • GotoTarget <id> - Jumps to target with ID <id>.
    • StopSounds - Stops all sounds.
    • Flash - Flashes the screen.
  • Optimized command checking
  • Better \r, \t, \n, \r\n checking -> converted from string checking to regex
  • No more compatibility for spaces before commands, although I might add it back in 1.2.1