Skip to content

Commit

Permalink
fix midi sustain not working with sf2 player (LMMS#2758)
Browse files Browse the repository at this point in the history
  • Loading branch information
serdnab committed Jun 23, 2016
1 parent 0dced48 commit 1410990
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/sf2_player/sf2_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -581,11 +581,6 @@ void sf2Instrument::playNote( NotePlayHandle * _n, sampleFrame * )
SF2PluginData * pluginData = static_cast<SF2PluginData *>( _n->m_pluginData );
pluginData->offset = _n->framesBeforeRelease();
pluginData->isNew = false;

m_playingNotesMutex.lock();
m_playingNotes.append( _n );
m_playingNotesMutex.unlock();

}
}

Expand Down

0 comments on commit 1410990

Please sign in to comment.