mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
90% done with external sync design changes (GUI now has toggle switch for ext/int sync; source chosen separately, currently in ardour prefs dialog ; fix libmidi++ and compilation scripts to correctly build JACK+ALSA support; minor contiuing tweaks on transport stuff
git-svn-id: svn://localhost/ardour2/branches/3.0@6048 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8f50846090
commit
498dfebcca
30 changed files with 284 additions and 208 deletions
|
|
@ -231,6 +231,11 @@ public:
|
|||
_combo->append_text (o);
|
||||
}
|
||||
|
||||
void clear () {
|
||||
_combo->clear_items();
|
||||
_options.clear ();
|
||||
}
|
||||
|
||||
void changed () {
|
||||
uint32_t const r = _combo->get_active_row_number ();
|
||||
if (r < _options.size()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue