============ Sound Editor ============ The Sound Editor allows you to compose music and sound effects for your game using a built-in sequencer powered by Tone.js. Current status ============== .. note:: The Sound Editor is available in the Naucto interface and can be used to create music and sound effects. However, the Lua API does **not** currently expose sound playback functions. This means you can compose audio in the editor, but there is no way to trigger sounds from your Lua game code yet. Sound playback support will be added in a future update. What you can do now =================== - Open the Sound Editor tab to explore the music composition interface - Experiment with creating melodies and rhythms - Prepare audio assets for when Lua sound functions become available See :doc:`/limitations` for a full list of features planned for future updates.