* 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:
Tobias Doerffel
2008-09-06 22:04:03 +00:00
parent 61bdf0e089
commit 884b9ca671
11 changed files with 263 additions and 114 deletions

View File

@@ -706,7 +706,7 @@ void lb302Synth::playNote( notePlayHandle * _n, bool,
{
fpp_t framesPerPeriod = engine::getMixer()->framesPerPeriod();
if( _n->arpBaseNote() )
if( _n->isArpeggioBaseNote() )
{
return;
}