mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Update qm-dsp library (v1.7.1-20-g4d15479)
This commit is contained in:
parent
c05e6b2069
commit
b6768b4616
25 changed files with 372 additions and 338 deletions
|
|
@ -36,7 +36,7 @@ void TCSGram::getTCSVector(int iPosition, TCSVector& rTCSVector) const
|
|||
{
|
||||
if (iPosition < 0)
|
||||
rTCSVector = TCSVector();
|
||||
else if (iPosition >= m_VectorList.size())
|
||||
else if (iPosition >= int(m_VectorList.size()))
|
||||
rTCSVector = TCSVector();
|
||||
else
|
||||
rTCSVector = m_VectorList[iPosition].second;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue