GUI support for type-0/1 SMF import (display channel/track count)
authorRobin Gareus <robin@gareus.org>
Wed, 5 Oct 2016 19:01:21 +0000 (21:01 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 5 Oct 2016 19:01:21 +0000 (21:01 +0200)
commit2a27cc475867612afd261e5bf3b2a1a42b9c75cc
treea31a1b59bd806f8239e47b08016ee1faf99ba2fc
parentaa4343a18c043450e00e08701676d166b6a66830
GUI support for type-0/1 SMF import (display channel/track count)

This needs further work:

Type-1 SMF are always
   "One [Ardour] track per [MIDI] track"

Only type-0 SMF have the option
   "One [Ardour] track per [MIDI] channel"
and
   "One [Ardour] track per [MIDI] file"

This is ambiguous with multi-channel audio or multiple selection,
mixed audio+midi and worse with mixed type0/1 .mid selection.

This calls for a dedicated dropdown to select MIDI Import Disposition
for type-0 SMF.
gtk2_ardour/editor_audio_import.cc
gtk2_ardour/sfdb_ui.cc