Open carlosbarbosamexico opened 10 years ago
Im having a crash (SIGABRT), caused by the fail of this assertion:
void Cascade::setLayout (const LayoutBase& proto) { const int numPoles = proto.getNumPoles(); m_numStages = (numPoles + 1)/ 2; assert (m_numStages <= m_maxStages);
}
This happens when changing the filter cutoff frequency of a bandshelf filter.
Im having a crash (SIGABRT), caused by the fail of this assertion:
void Cascade::setLayout (const LayoutBase& proto) { const int numPoles = proto.getNumPoles(); m_numStages = (numPoles + 1)/ 2; assert (m_numStages <= m_maxStages);
}
This happens when changing the filter cutoff frequency of a bandshelf filter.