pianoroll renaming

This commit is contained in:
Paul Davis 2025-01-07 11:40:22 -07:00
parent e3ab5849d7
commit c9c6826154
4 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@
#include "editor_drag.h"
#include "gui_thread.h"
#include "keyboard.h"
#include "midi_cue_background.h"
#include "pianoroll_background.h"
#include "pianoroll.h"
#include "midi_cue_view.h"
#include "note_base.h"

View file

@ -20,7 +20,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "midi_cue_background.h"
#include "pianoroll_background.h"
#include "midi_view.h"
CueMidiBackground::CueMidiBackground (ArdourCanvas::Item* parent)

View file

@ -20,8 +20,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __gtk2_ardour_midi_cue_background_h__
#define __gtk2_ardour_midi_cue_background_h__
#ifndef __gtk2_ardour_pianoroll_background.h__
#define __gtk2_ardour_pianoroll_background.h__
#include <cstdint>
@ -59,4 +59,4 @@ class CueMidiBackground : public MidiViewBackground
};
#endif /* __gtk2_ardour_midi_cue_background_h__ */
#endif /* __gtk2_ardour_pianoroll_background.h__ */

View file

@ -159,7 +159,6 @@ gtk2_ardour_sources = [
'midi_channel_dialog.cc',
'midi_channel_selector.cc',
'midi_cue_automation_line.cc',
'midi_cue_background.cc',
'midi_cue_view.cc',
'midi_cut_buffer.cc',
'midi_export_dialog.cc',
@ -209,6 +208,7 @@ gtk2_ardour_sources = [
'piano_key_bindings.cc',
'piano_roll_header.cc',
'pianoroll.cc',
'pianoroll_background.cc',
'pianoroll_velocity.cc',
'pingback.cc',
'playlist_selector.cc',