Option to hide "-none-" from instrument dropdown

This is useful for the audition instrument selector.
This commit is contained in:
Robin Gareus 2021-04-16 22:25:41 +02:00
parent c0fe67427d
commit 209536a967
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 14 additions and 9 deletions

View file

@ -1761,6 +1761,7 @@ SoundFileOmega::SoundFileOmega (string title, ARDOUR::Session* s,
bool persistent,
Editing::ImportMode mode_hint)
: SoundFileBrowser (title, s, persistent)
, instrument_combo (false)
, copy_files_btn ( _("Copy files to session"))
, smf_tempo_btn (_("Use MIDI Tempo Map (if defined)"))
, selected_audio_track_cnt (selected_audio_tracks)