#include <midi_channel_selector.h>
Definition at line 80 of file midi_channel_selector.h.
◆ MidiMultipleChannelSelector()
◆ ~MidiMultipleChannelSelector()
virtual MidiMultipleChannelSelector::~MidiMultipleChannelSelector |
( |
| ) |
|
|
virtual |
◆ button_toggled()
virtual void MidiMultipleChannelSelector::button_toggled |
( |
Gtk::ToggleButton * |
button, |
|
|
uint8_t |
button_nr |
|
) |
| |
|
protectedvirtual |
◆ force_channels_button_toggled()
void MidiMultipleChannelSelector::force_channels_button_toggled |
( |
| ) |
|
|
protected |
◆ get_channel_mode()
◆ get_selected_channels()
uint16_t MidiMultipleChannelSelector::get_selected_channels |
( |
| ) |
const |
- Returns
- each bit in the returned word represents a midi channel, eg. bit 0 represents channel 0 and bit 15 represents channel 15
◆ invert_selection()
void MidiMultipleChannelSelector::invert_selection |
( |
void |
| ) |
|
|
protected |
◆ select_all()
void MidiMultipleChannelSelector::select_all |
( |
bool |
on | ) |
|
|
protected |
◆ set_channel_mode()
◆ set_selected_channels()
void MidiMultipleChannelSelector::set_selected_channels |
( |
uint16_t |
selected_channels | ) |
|
◆ _channel_mode
◆ _force_channel
Gtk::ToggleButton MidiMultipleChannelSelector::_force_channel |
|
protected |
◆ _invert_selection
Gtk::Button MidiMultipleChannelSelector::_invert_selection |
|
protected |
◆ _note_mode
◆ _select_all
Gtk::Button MidiMultipleChannelSelector::_select_all |
|
protected |
◆ _select_none
Gtk::Button MidiMultipleChannelSelector::_select_none |
|
protected |
◆ mode_changed
The channel mode or selected channel(s) has changed. First parameter is the new channel mode, second parameter is a bitmask of the currently selected channels.
Definition at line 92 of file midi_channel_selector.h.
The documentation for this class was generated from the following file: