MSVC: Fix vibed plugin

This commit is contained in:
Lukas W
2018-07-28 13:44:16 +02:00
parent f245d7454b
commit adcc009d2b
3 changed files with 2 additions and 3 deletions

View File

@@ -95,7 +95,6 @@ IF(MSVC)
organic
ReverbSC
sid
vibed
#VstEffect
Xpressive
zynaddsubfx

View File

@@ -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 );

View File

@@ -121,7 +121,7 @@ private:
float r;
float offset;
if( not _state )
if( ! _state )
{
for( int i = 0; i < _pick; i++ )
{