mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
initial rename of MidiCueEditor -> Pianoroll
This commit is contained in:
parent
96595669dc
commit
5635144e42
11 changed files with 125 additions and 125 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue