mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
* 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:
parent
accc73a8c1
commit
85c223da0d
7 changed files with 84 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue