initial rename of MidiCueEditor -> Pianoroll

This commit is contained in:
Paul Davis 2025-01-07 11:30:26 -07:00
parent 96595669dc
commit 5635144e42
11 changed files with 125 additions and 125 deletions

View file

@ -38,7 +38,7 @@
#include "editor_automation_line.h"
#include "control_point.h"
#include "editor.h"
#include "midi_cue_editor.h"
#include "pianoroll.h"
#include "region_view.h"
#include "ui_config.h"
@ -59,7 +59,7 @@ MidiClipEditorBox::MidiClipEditorBox ()
_header_label.set_alignment (0.0, 0.5);
pack_start (_header_label, false, false, 6);
editor = new MidiCueEditor ();
editor = new Pianoroll ();
editor->viewport().set_size_request (600, 120);
pack_start (editor->viewport(), true, true);