Home
last modified time | relevance | path

Searched refs:_patch_selector_dialog (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Droute.h248 PatchChangeGridDialog* patch_selector_dialog () const { return _patch_selector_dialog; } in patch_selector_dialog()
249 void set_patch_selector_dialog (PatchChangeGridDialog* d) { _patch_selector_dialog = d; } in set_patch_selector_dialog()
806 PatchChangeGridDialog* _patch_selector_dialog; variable
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Droute.cc134 , _patch_selector_dialog (0) in Route()