Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
comments added
Co-authored-by: IanCaio <iancaio_dev@hotmail.com>
  • Loading branch information
serdnab and IanCaio authored Jan 20, 2021
commit 406575f780048978350b33febb3a57edd499e600
2 changes: 2 additions & 0 deletions src/core/Song.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,8 @@ void Song::processAutomations(const TrackList &tracklist, MidiTime timeStart, fp
}
}

// Checks if an automated model stopped being automated by automation patterns
// so we can move the control back to any connected controller again
if (!m_oldAutomatedValues.isEmpty())
Comment thread
serdnab marked this conversation as resolved.
{
for (auto it = m_oldAutomatedValues.begin(); it != m_oldAutomatedValues.end(); it++)
Expand Down