MSVC: Fix vibed plugin
This commit is contained in:
@@ -95,7 +95,6 @@ IF(MSVC)
|
||||
organic
|
||||
ReverbSC
|
||||
sid
|
||||
vibed
|
||||
#VstEffect
|
||||
Xpressive
|
||||
zynaddsubfx
|
||||
|
||||
@@ -56,7 +56,7 @@ vibratingString::vibratingString( float _pitch,
|
||||
|
||||
int pick = static_cast<int>( ceil( string_length * _pick ) );
|
||||
|
||||
if( not _state )
|
||||
if( ! _state )
|
||||
{
|
||||
m_impulse = new float[string_length];
|
||||
resample( _impulse, _len, string_length );
|
||||
|
||||
@@ -121,7 +121,7 @@ private:
|
||||
float r;
|
||||
float offset;
|
||||
|
||||
if( not _state )
|
||||
if( ! _state )
|
||||
{
|
||||
for( int i = 0; i < _pick; i++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user