* first prototype for track based channel selection works

git-svn-id: svn://localhost/ardour2/branches/3.0@3267 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier 2008-04-19 02:11:11 +00:00
parent accc73a8c1
commit 85c223da0d
7 changed files with 84 additions and 8 deletions

View file

@ -53,7 +53,6 @@ uint64_t SMFSource::header_position_offset;
SMFSource::SMFSource (Session& s, std::string path, Flag flags)
: MidiSource (s, region_name_from_path(path, false))
, _channel(0)
, _flags (Flag(flags | Writable)) // FIXME: this needs to be writable for now
, _allow_remove_if_empty(true)
, _fd (0)
@ -78,7 +77,6 @@ SMFSource::SMFSource (Session& s, std::string path, Flag flags)
SMFSource::SMFSource (Session& s, const XMLNode& node)
: MidiSource (s, node)
, _channel(0)
, _flags (Flag (Writable|CanRename))
, _allow_remove_if_empty(true)
, _fd (0)