mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 17:37:41 +01:00
Option to hide "-none-" from instrument dropdown
This is useful for the audition instrument selector.
This commit is contained in:
parent
c0fe67427d
commit
209536a967
3 changed files with 14 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue