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:
Paul Davis 2009-11-09 20:05:18 +00:00
parent 8f50846090
commit 498dfebcca
30 changed files with 284 additions and 208 deletions

View file

@ -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()) {