* improved the way, MIDI-events are internally sent and handled
* fixed names of various member methods of notePlayHandle class * full MIDI velocity when pressing key on test piano * send volume changes of a notePlayHandle as MidiKeyPressure events * send pitch changes of instrument track as MidiPitchBend events * added detection for running MIDI notes * correct calculation of MIDI key - makes remotePlugins respect base note settings git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1562 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -706,7 +706,7 @@ void lb302Synth::playNote( notePlayHandle * _n, bool,
|
||||
{
|
||||
fpp_t framesPerPeriod = engine::getMixer()->framesPerPeriod();
|
||||
|
||||
if( _n->arpBaseNote() )
|
||||
if( _n->isArpeggioBaseNote() )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user