#include <functional>#include "imgui/imgui.h"#include "app/editor/music/music_constants.h"#include "zelda3/music/music_bank.h"#include "zelda3/music/song_data.h"
Go to the source code of this file.
Classes | |
| struct | yaze::editor::music::RollPalette |
| class | yaze::editor::music::PianoRollView |
| UI component for displaying and editing music tracks as a piano roll. More... | |
| struct | yaze::editor::music::PianoRollView::ContextTarget |
| struct | yaze::editor::music::PianoRollView::EmptyContextTarget |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::music |