Rhythm Game Starter
  • 🎹Rhythm Game Starter
  • 🌈Showcase
  • 💡FAQ
  • 💻Demo
  • Quick Start
  • ➡️Getting Started
    • Template Workflow
    • Bare Workflow
  • ⭐Components Overview
    • Input Handling [New]
    • Song Manager
    • Stats System
    • Track Manager
    • Track
  • 🎙️Importing Songs
  • 🎼Creating Song Map
    • Recording Mode [0.5+]
    • Sequence Editor
    • Midi Import
      • Track Mapping
      • Note Type Mapping
  • ⏯️Control Song Play / Pause
  • ✨Customization
    • Custom Notes
    • Customize note instance in runtime
    • Note Effects
  • Integration
    • Naninovel
  • Advance
    • Asmdef
  • Notices
    • ⚠️ Limitations
  • Development
    • 💡Development Tips
    • 🔧Changelog
  • Support
    • 💬Discord
    • Asset Store
    • Main Site
Powered by GitBook
On this page
  • Creating Note Sequences
  • Related

Was this helpful?

Creating Song Map

Multiple ways to do the same thing...

PreviousImporting SongsNextRecording Mode [0.5+]

Last updated 2 years ago

Was this helpful?

Creating Note Sequences

There are a few methods you can use for creating note sequences in rgs.

  • Recording Mode [in 0.5+], with record mode, you can record note sequence as you play through the game as a player, and import back the recorded notes from the JSON file on your target device.

  • Midi Import, by Importing a midi file that represents your note sequence, a SongItem will be automatically generated.

  • Sequencer, by creating the note sequence from scratch from the new SequenceEditor .

Related

if you are looking for how the notes are being mapping to the prefabs, or how the notes being mapped to the track in runtime, you can talk a look

🎼
Recording Mode [0.5+]
Midi Import
Sequence Editor
Note Type Mapping
Track Manager