Remove the duplicate definition
This commit is contained in:
parent
b0bae1df9a
commit
e160e7592c
1 changed files with 0 additions and 6 deletions
|
|
@ -202,12 +202,6 @@ inline CXX14_CONSTEXPR Type vaGain(Type cutoff, Type sampleRate)
|
||||||
return std::tan(cutoff / sampleRate * pi<Type>());
|
return std::tan(cutoff / sampleRate * pi<Type>());
|
||||||
}
|
}
|
||||||
|
|
||||||
template <class Type>
|
|
||||||
inline CXX14_CONSTEXPR Type vaGain(Type cutoff, Type sampleRate)
|
|
||||||
{
|
|
||||||
return std::tan(cutoff / sampleRate * pi<Type>());
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief From a source view, find the next sfz header and its members and
|
* @brief From a source view, find the next sfz header and its members and
|
||||||
* return them, while updating the source by removing this header
|
* return them, while updating the source by removing this header
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue