Ardour
8.12
patch_change.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2013-2014 Paul Davis <paul@linuxaudiosystems.com>
3
* Copyright (C) 2014 David Robillard <d@drobilla.net>
4
* Copyright (C) 2016-2017 Nick Mainsbridge <mainsbridge@gmail.com>
5
*
6
* This program is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 2 of the License, or
9
* (at your option) any later version.
10
*
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License along
17
* with this program; if not, write to the Free Software Foundation, Inc.,
18
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
*/
20
21
#ifndef __PATCH_CHANGE_H__
22
#define __PATCH_CHANGE_H__
23
24
#include "
canvas/flag.h
"
25
26
class
MidiRegionView
;
27
28
namespace
MIDI
{
29
namespace
Name {
30
struct
PatchPrimaryKey;
31
}
32
}
33
34
class
PatchChange
35
{
36
public
:
37
PatchChange
(
MidiRegionView
& region,
38
ArdourCanvas::Container
* parent,
39
double
height
,
40
double
x,
41
double
y,
42
ARDOUR::InstrumentInfo
&
info
,
43
ARDOUR::MidiModel::PatchChangePtr
patch
,
44
Gtkmm2ext::Color
outline_color,
45
Gtkmm2ext::Color
fill_color);
46
47
~PatchChange
();
48
49
void
initialize_popup_menus
();
50
51
void
on_patch_menu_selected
(
const
MIDI::Name::PatchPrimaryKey
& key);
52
53
void
move
(
ArdourCanvas::Duple
);
54
void
set_height
(
ArdourCanvas::Distance
);
55
void
hide
();
56
void
show
();
57
58
void
update_name
();
59
60
double
width
()
const
{
return
_flag
->
width
(); }
61
ARDOUR::MidiModel::PatchChangePtr
patch
()
const
{
return
_patch
; }
62
ArdourCanvas::Item
*
canvas_item
()
const
{
return
_flag
; }
63
ArdourCanvas::Item
&
item
()
const
{
return
*
_flag
; }
64
65
private
:
66
bool
event_handler
(
GdkEvent
*);
67
68
MidiRegionView
&
_region
;
69
ARDOUR::InstrumentInfo
&
_info
;
70
ARDOUR::MidiModel::PatchChangePtr
_patch
;
71
Gtk::Menu
_popup
;
72
bool
_popup_initialized
;
73
ArdourCanvas::Flag
*
_flag
;
74
};
75
76
#endif
/* __PATCH_CHANGE_H__ */
ARDOUR::InstrumentInfo
Definition:
instrument_info.h:49
ArdourCanvas::Container
Definition:
canvas/canvas/container.h:40
ArdourCanvas::Flag
Definition:
flag.h:37
ArdourCanvas::Flag::width
double width() const
ArdourCanvas::Item
Definition:
canvas/canvas/item.h:57
Evoral::Sequence< Temporal::Beats >::PatchChangePtr
std::shared_ptr< PatchChange< Temporal::Beats > > PatchChangePtr
Definition:
Sequence.h:205
Gtk::Menu
Definition:
tk/ytkmm/ytkmm/gtkmm/menu.h:59
MidiRegionView
Definition:
midi_region_view.h:73
PatchChange
Definition:
patch_change.h:35
PatchChange::patch
ARDOUR::MidiModel::PatchChangePtr patch() const
Definition:
patch_change.h:61
PatchChange::PatchChange
PatchChange(MidiRegionView ®ion, ArdourCanvas::Container *parent, double height, double x, double y, ARDOUR::InstrumentInfo &info, ARDOUR::MidiModel::PatchChangePtr patch, Gtkmm2ext::Color outline_color, Gtkmm2ext::Color fill_color)
PatchChange::_info
ARDOUR::InstrumentInfo & _info
Definition:
patch_change.h:69
PatchChange::~PatchChange
~PatchChange()
PatchChange::canvas_item
ArdourCanvas::Item * canvas_item() const
Definition:
patch_change.h:62
PatchChange::hide
void hide()
PatchChange::item
ArdourCanvas::Item & item() const
Definition:
patch_change.h:63
PatchChange::show
void show()
PatchChange::on_patch_menu_selected
void on_patch_menu_selected(const MIDI::Name::PatchPrimaryKey &key)
PatchChange::update_name
void update_name()
PatchChange::_patch
ARDOUR::MidiModel::PatchChangePtr _patch
Definition:
patch_change.h:70
PatchChange::_flag
ArdourCanvas::Flag * _flag
Definition:
patch_change.h:73
PatchChange::initialize_popup_menus
void initialize_popup_menus()
PatchChange::_popup_initialized
bool _popup_initialized
Definition:
patch_change.h:72
PatchChange::_region
MidiRegionView & _region
Definition:
patch_change.h:68
PatchChange::move
void move(ArdourCanvas::Duple)
PatchChange::_popup
Gtk::Menu _popup
Definition:
patch_change.h:71
PatchChange::width
double width() const
Definition:
patch_change.h:60
PatchChange::set_height
void set_height(ArdourCanvas::Distance)
PatchChange::event_handler
bool event_handler(GdkEvent *)
flag.h
ArdourCanvas::Distance
double Distance
Definition:
canvas/canvas/types.h:44
Gtkmm2ext::Color
uint32_t Color
Definition:
colors.h:33
MIDI
Definition:
midi_region_view.h:50
PBD::info
Transmitter info
ArdourCanvas::Duple
Definition:
canvas/canvas/types.h:65
MIDI::Name::PatchPrimaryKey
Definition:
midnam_patch.h:47
_GdkEvent
Definition:
gdkevents.h:495
height
gint height
Definition:
xcursors.h:1
gtk2_ardour
patch_change.h
Generated on Mon Mar 10 2025 20:26:28 for Ardour by
1.9.1