#include "music_editor.h"#include <algorithm>#include <cmath>#include <ctime>#include <iomanip>#include <sstream>#include "absl/strings/str_format.h"#include "app/editor/code/assembly_editor.h"#include "app/editor/music/panels/music_assembly_panel.h"#include "app/editor/music/panels/music_audio_debug_panel.h"#include "app/editor/music/panels/music_help_panel.h"#include "app/editor/music/panels/music_instrument_editor_panel.h"#include "app/editor/music/panels/music_piano_roll_panel.h"#include "app/editor/music/panels/music_playback_control_panel.h"#include "app/editor/music/panels/music_sample_editor_panel.h"#include "app/editor/music/panels/music_song_browser_panel.h"#include "app/editor/system/panel_manager.h"#include "app/emu/audio/audio_backend.h"#include "app/emu/emulator.h"#include "app/gfx/debug/performance/performance_profiler.h"#include "app/gui/core/icons.h"#include "app/gui/core/input.h"#include "app/gui/core/theme_manager.h"#include "app/gui/core/ui_helpers.h"#include "imgui/imgui.h"#include "imgui/misc/cpp/imgui_stdlib.h"#include "core/project.h"#include "nlohmann/json.hpp"#include "util/log.h"#include "util/macro.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |