Skip to content

Commit

Permalink
Fix Patman Reference glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymouqs committed Mar 9, 2018
1 parent 732f801 commit ae78a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/patman/patman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ void patmanInstrument::selectSample( NotePlayHandle * _n )
{
hdata->sample = new SampleBuffer( NULL, 0 );
}
hdata->state = new SampleBuffer::handleState( _n->hasDetuningInfo() );
hdata->state = new SampleBuffer::handleState( _n->hasPitchBendInfo() );

_n->m_pluginData = hdata;
}
Expand Down

0 comments on commit ae78a7b

Please sign in to comment.