#include <pianoroll_background.h>
|
| | PianorollMidiBackground (ArdourCanvas::Item *parent, Pianoroll &) |
| |
| | ~PianorollMidiBackground () |
| |
| int | height () const |
| |
| int | width () const |
| |
| int | contents_height () const |
| |
| uint8_t | get_preferred_midi_channel () const |
| |
| void | set_note_highlight (bool) |
| |
| void | record_layer_check (std::shared_ptr< ARDOUR::Region >, samplepos_t) |
| |
| void | set_size (int w, int h) |
| |
| void | set_view (MidiView *) |
| |
| void | display_region (MidiView &) |
| |
| ARDOUR::InstrumentInfo * | instrument_info () const |
| |
| | MidiViewBackground (ArdourCanvas::Item *parent, EditingContext &ec) |
| |
| | ~MidiViewBackground () |
| |
| ARDOUR::NoteMode | note_mode () const |
| |
| void | set_note_mode (ARDOUR::NoteMode nm) |
| |
| ARDOUR::ColorMode | color_mode () const |
| |
| void | set_color_mode (ARDOUR::ColorMode) |
| |
| Gtkmm2ext::Color | region_color () const |
| |
| void | set_note_visibility_range_style (VisibleNoteRange r) |
| |
| VisibleNoteRange | visibility_range_style () const |
| |
| uint8_t | lowest_note () const |
| |
| uint8_t | highest_note () const |
| |
| void | maybe_extend_note_range (uint8_t note_num) |
| |
| int | note_height () const |
| |
| int | note_to_y (uint8_t note) const |
| |
| uint8_t | y_to_note (int y) const |
| |
| uint8_t | contents_note_range () const |
| |
| bool | apply_note_range (uint8_t lowest, uint8_t highest, bool to_children, RangeCanMove=RangeCanMove(CanMoveTop|CanMoveBottom)) |
| |
| void | maybe_apply_note_range (uint8_t lowest, uint8_t highest, bool to_children, RangeCanMove=RangeCanMove(CanMoveTop|CanMoveBottom)) |
| |
| virtual int | y_position () const |
| |
| void | get_note_positions (std::vector< int > &numbers, std::vector< int > &pos, std::vector< int > &heights) const |
| |
| EditingContext & | editing_context () const |
| |
| bool | update_data_note_range (uint8_t min, uint8_t max) |
| |
| uint8_t | highest_data_note () const |
| |
| uint8_t | lowest_data_note () const |
| |
| | ViewBackground () |
| |
| virtual | ~ViewBackground () |
| |
Definition at line 36 of file pianoroll_background.h.
◆ PianorollMidiBackground()
◆ ~PianorollMidiBackground()
| PianorollMidiBackground::~PianorollMidiBackground |
( |
| ) |
|
◆ apply_note_range_to_children()
| void PianorollMidiBackground::apply_note_range_to_children |
( |
| ) |
|
|
protectedvirtual |
◆ contents_height()
| int PianorollMidiBackground::contents_height |
( |
| ) |
const |
|
virtual |
◆ display_region()
| void PianorollMidiBackground::display_region |
( |
MidiView & |
| ) |
|
◆ get_preferred_midi_channel()
| uint8_t PianorollMidiBackground::get_preferred_midi_channel |
( |
| ) |
const |
|
virtual |
◆ height()
| int PianorollMidiBackground::height |
( |
| ) |
const |
|
virtual |
◆ instrument_info()
◆ record_layer_check()
| void PianorollMidiBackground::record_layer_check |
( |
std::shared_ptr< ARDOUR::Region > |
, |
|
|
samplepos_t |
|
|
) |
| |
|
virtual |
◆ set_note_highlight()
| void PianorollMidiBackground::set_note_highlight |
( |
bool |
| ) |
|
|
virtual |
◆ set_size()
| void PianorollMidiBackground::set_size |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
|
virtual |
◆ set_view()
| void PianorollMidiBackground::set_view |
( |
MidiView * |
| ) |
|
◆ width()
| int PianorollMidiBackground::width |
( |
| ) |
const |
|
virtual |
◆ _height
| int PianorollMidiBackground::_height |
|
protected |
◆ _width
| int PianorollMidiBackground::_width |
|
protected |
◆ pianoroll
| Pianoroll& PianorollMidiBackground::pianoroll |
|
protected |
◆ view
The documentation for this class was generated from the following file: