Home
last modified time | relevance | path

Searched refs:BundleChannel (Results 1 – 23 of 23) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dport_matrix_labels.h25 class BundleChannel; variable
37 void add_channel_highlight (ARDOUR::BundleChannel const &);
40 …hannel_name (cairo_t *, Gdk::Color, Gdk::Color, double, double, ARDOUR::BundleChannel const &) = 0;
42 virtual double channel_x (ARDOUR::BundleChannel const &) const = 0;
43 virtual double channel_y (ARDOUR::BundleChannel const &) const = 0;
44 virtual void queue_draw_for (ARDOUR::BundleChannel const &) = 0;
46 std::vector<ARDOUR::BundleChannel> _channel_highlights;
H A Dport_matrix_column_labels.h27 class BundleChannel; variable
53 …void render_channel_name (cairo_t *, Gdk::Color, Gdk::Color, double, double, ARDOUR::BundleChannel
54 double channel_x (ARDOUR::BundleChannel const &) const;
55 double channel_y (ARDOUR::BundleChannel const &) const;
56 void queue_draw_for (ARDOUR::BundleChannel const &);
57 …ARDOUR::BundleChannel position_to_channel (double, double, boost::shared_ptr<const PortGroup>) con…
H A Dport_matrix_row_labels.h33 class BundleChannel; variable
56 …void render_channel_name (cairo_t *, Gdk::Color, Gdk::Color, double, double, ARDOUR::BundleChannel
58 double channel_x (ARDOUR::BundleChannel const &) const;
59 double channel_y (ARDOUR::BundleChannel const &) const;
65 void queue_draw_for (ARDOUR::BundleChannel const &);
H A Dport_matrix_row_labels.cc136 ARDOUR::BundleChannel bc ( in render()
161 ARDOUR::BundleChannel w = position_to_channel (y, x, _matrix->visible_rows()); in button_press()
175 ARDOUR::BundleChannel (), in button_press()
296 PortMatrixRowLabels::channel_x (ARDOUR::BundleChannel const &) const in channel_x()
302 PortMatrixRowLabels::channel_y (ARDOUR::BundleChannel const& bc) const in channel_y()
308 PortMatrixRowLabels::queue_draw_for (ARDOUR::BundleChannel const & bc) in queue_draw_for()
337 ARDOUR::BundleChannel c = i->column; in mouseover_changed()
338 ARDOUR::BundleChannel r = i->row; in mouseover_changed()
374 ARDOUR::BundleChannel const bc (w.bundle, i); in motion()
375 n.push_back (PortMatrixNode (bc, ARDOUR::BundleChannel ())); in motion()
[all …]
H A Dport_matrix_types.h29 PortMatrixNode (ARDOUR::BundleChannel r, ARDOUR::BundleChannel c) : row (r), column (c) {} in PortMatrixNode()
38 ARDOUR::BundleChannel row;
39 ARDOUR::BundleChannel column;
H A Dport_matrix_component.cc150 PortMatrixComponent::channel_to_position (ARDOUR::BundleChannel bc, boost::shared_ptr<const PortGro… in channel_to_position()
183 ARDOUR::BundleChannel
194 return ARDOUR::BundleChannel ((*j)->bundle, -1); in position_to_channel()
206 …return ARDOUR::BundleChannel ((*j)->bundle, (*j)->bundle->type_channel_to_overall (_matrix->type (… in position_to_channel()
208 return ARDOUR::BundleChannel (boost::shared_ptr<ARDOUR::Bundle> (), -1); in position_to_channel()
218 return ARDOUR::BundleChannel (boost::shared_ptr<ARDOUR::Bundle> (), -1); in position_to_channel()
H A Dport_matrix_column_labels.cc165 ARDOUR::BundleChannel bc ( in render()
215 ARDOUR::BundleChannel c = i->column; in mouseover_changed()
216 ARDOUR::BundleChannel r = i->row; in mouseover_changed()
404 PortMatrixColumnLabels::channel_x (ARDOUR::BundleChannel const &bc) const in channel_x()
410 PortMatrixColumnLabels::channel_y (ARDOUR::BundleChannel const &) const in channel_y()
416 PortMatrixColumnLabels::queue_draw_for (ARDOUR::BundleChannel const & bc) in queue_draw_for()
462 ARDOUR::BundleChannel
487 ARDOUR::BundleChannel (), in button_press()
519 ARDOUR::BundleChannel const bc (w.bundle, i); in motion()
520 n.push_back (PortMatrixNode (ARDOUR::BundleChannel (), bc)); in motion()
[all …]
H A Dport_matrix.h75 void popup_menu (ARDOUR::BundleChannel, ARDOUR::BundleChannel, uint32_t);
140 virtual void set_state (ARDOUR::BundleChannel c[2], bool s) = 0;
145 virtual PortMatrixNode::State get_state (ARDOUR::BundleChannel c[2]) const = 0;
151 virtual void remove_channel (ARDOUR::BundleChannel);
157 virtual void rename_channel (ARDOUR::BundleChannel) {} in rename_channel() argument
H A Dport_matrix_labels.cc26 …for (std::vector<ARDOUR::BundleChannel>::const_iterator i = _channel_highlights.begin(); i != _cha… in draw_extra()
52 …for (std::vector<ARDOUR::BundleChannel>::const_iterator i = _channel_highlights.begin(); i != _cha… in clear_channel_highlights()
60 PortMatrixLabels::add_channel_highlight (ARDOUR::BundleChannel const & bc) in add_channel_highlight()
H A Dbundle_manager.h43 void set_state (ARDOUR::BundleChannel c[2], bool s);
44 PortMatrixNode::State get_state (ARDOUR::BundleChannel c[2]) const;
51 void remove_channel (ARDOUR::BundleChannel);
53 void rename_channel (ARDOUR::BundleChannel);
H A Dport_matrix_grid.cc159 ARDOUR::BundleChannel ((*j)->bundle, 0), in render()
160 ARDOUR::BundleChannel ((*i)->bundle, 0) in render()
193 ARDOUR::BundleChannel c[2]; in render()
195 c[_matrix->column_index()] = ARDOUR::BundleChannel ( in render()
200 c[_matrix->row_index()] = ARDOUR::BundleChannel ( in render()
317 ARDOUR::BundleChannel const px = position_to_channel (x, y, _matrix->visible_columns()); in button_press()
318 ARDOUR::BundleChannel const py = position_to_channel (y, x, _matrix->visible_rows()); in button_press()
348 ARDOUR::BundleChannel c[2]; in set_association()
349 c[_matrix->column_index()] = ARDOUR::BundleChannel (node.column.bundle, i); in set_association()
350 c[_matrix->row_index()] = ARDOUR::BundleChannel (node.row.bundle, j); in set_association()
[all …]
H A Dport_matrix.cc304 BundleChannel c[2] = { in disassociate_all()
305 BundleChannel ((*i)->bundle, j), in disassociate_all()
306 BundleChannel ((*k)->bundle, l) in disassociate_all()
433 PortMatrix::popup_menu (BundleChannel column, BundleChannel row, uint32_t t) in popup_menu()
444 BundleChannel bc[2]; in popup_menu()
573 remove_channel (BundleChannel (sb, c)); in remove_channel_proxy()
585 rename_channel (BundleChannel (sb, c)); in rename_channel_proxy()
620 BundleChannel c[2]; in disassociate_all_on_channel()
621 c[dim] = BundleChannel (sb, channel); in disassociate_all_on_channel()
1144 ARDOUR::BundleChannel c[2]; in get_association()
[all …]
H A Dport_matrix_component.h34 class BundleChannel; variable
173 uint32_t channel_to_position (ARDOUR::BundleChannel, boost::shared_ptr<const PortGroup>) const;
174 …virtual ARDOUR::BundleChannel position_to_channel (double, double, boost::shared_ptr<const PortGro…
H A Dglobal_port_matrix.h37 void set_state (ARDOUR::BundleChannel c[2], bool);
38 PortMatrixNode::State get_state (ARDOUR::BundleChannel c[2]) const;
H A Dio_selector.h34 void set_state (ARDOUR::BundleChannel c[2], bool);
35 PortMatrixNode::State get_state (ARDOUR::BundleChannel c[2]) const;
H A Dmonitor_selector.h32 void set_state (ARDOUR::BundleChannel c[2], bool);
33 PortMatrixNode::State get_state (ARDOUR::BundleChannel c[2]) const;
H A Dbundle_manager.cc72 BundleEditorMatrix::set_state (BundleChannel c[2], bool s) in set_state()
85 BundleEditorMatrix::get_state (BundleChannel c[2]) const in get_state()
157 BundleEditorMatrix::remove_channel (BundleChannel bc) in remove_channel()
174 BundleEditorMatrix::rename_channel (BundleChannel bc) in rename_channel()
H A Dglobal_port_matrix.cc59 GlobalPortMatrix::set_state (BundleChannel c[2], bool s) in set_state()
99 GlobalPortMatrix::get_state (BundleChannel c[2]) const in get_state()
H A Dmonitor_selector.cc110 MonitorSelector::set_state (ARDOUR::BundleChannel c[2], bool s) in set_state()
137 MonitorSelector::get_state (ARDOUR::BundleChannel c[2]) const in get_state()
H A Dio_selector.cc136 IOSelector::set_state (ARDOUR::BundleChannel c[2], bool s) in set_state()
163 IOSelector::get_state (ARDOUR::BundleChannel c[2]) const in get_state()
H A Dport_matrix_body.h65 void highlight_associated_channels (int, ARDOUR::BundleChannel);
H A Dport_matrix_body.cc460 PortMatrixBody::highlight_associated_channels (int dim, ARDOUR::BundleChannel h) in highlight_associated_channels()
462 ARDOUR::BundleChannel bc[2]; in highlight_associated_channels()
484 bc[1 - dim] = ARDOUR::BundleChannel ((*i)->bundle, j); in highlight_associated_channels()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dbundle.h161 class LIBARDOUR_API BundleChannel
164 BundleChannel () : channel (-1) {} in BundleChannel() function
166 BundleChannel (boost::shared_ptr<Bundle> b, int c) in BundleChannel() function
169 bool operator== (BundleChannel const& other) const {
173 bool operator!= (BundleChannel const& other) const {