#include "app/editor/music/piano_roll_view.h"#include <algorithm>#include <cmath>#include <cfloat>#include "absl/strings/str_format.h"#include "app/gui/core/icons.h"#include "app/gui/core/input.h"#include "app/gui/core/theme_manager.h"#include "imgui/imgui.h"#include "zelda3/music/song_data.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::music |
| namespace | yaze::editor::music::anonymous_namespace{piano_roll_view.cc} |
Functions | |
| RollPalette | yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::GetPalette () |
| bool | yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::IsBlackKey (int semitone) |
| int | yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::CountNotesInTrack (const MusicTrack &track) |
| int | yaze::editor::music::anonymous_namespace{piano_roll_view.cc}::GetChannelInstrument (const MusicTrack &track, int fallback) |