Skip to content

Commit

Permalink
Revert "Fix Patman Reference glitch"
Browse files Browse the repository at this point in the history
This reverts commit ae78a7b.
  • Loading branch information
Anonymouqs committed Mar 19, 2018
1 parent 85958d2 commit f01cb71
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->hasPitchBendInfo() );
hdata->state = new SampleBuffer::handleState( _n->hasDetuningInfo() );

_n->m_pluginData = hdata;
}
Expand Down

0 comments on commit f01cb71

Please sign in to comment.