Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIDI import: don't call AutomationPattern::addObject all the time
Should be enough to add the object to the automation pattern only once, as the objModel variable that is added will always be the same for the same value of ccid, which indexes the ccs array. This will speed up creation of automation tracks for MIDI CCs and pitch bend.
- Loading branch information