Skip to content

Instantly share code, notes, and snippets.

@TheSoundDefense
TheSoundDefense / README.md
Last active December 18, 2022 04:26
Creating music files for The Legend of Zelda: Ocarina of Time Randomizer

Creating music files for The Legend of Zelda: Ocarina of Time Randomizer

This Gist is intended to be both a tutorial and an information repository for creating new music tracks for the Ocarina Time Randomizer.

Things you will learn:

  • How to make an appropriate MIDI for your song
  • How to convert it to the appropriate file format
  • How to test it in-game using the offline randomizer
@TheSoundDefense
TheSoundDefense / README.md
Last active April 1, 2024 04:15
Tutorial - how to create a LiveSplit component

Creating a LiveSplit component

Since LiveSplit's official documentation is a work in progress, and I couldn't find another guide for this anywhere else, I decided I would write my own. This will hopefully act as a good reference for getting started and making simple components, de-mystifying the process.

Things you will learn:

  • How to set up your Visual Studio project
  • How to set up the code structure of your component
  • How to create a simple InfoTextComponent (which displays a label on the left, and some text on the right)