* query data from correct model when activating reverb (closes #2035134)

* convert from note-play-handle's volume to MIDI-velocity when calling fluid_synth_noteon()
* set fluidsynth's internal interpolation-method to high-quality when running LMMS in HQ-mode



git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1434 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-08-05 14:52:30 +00:00
parent 64188a9b52
commit 578323448f
2 changed files with 30 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
2008-08-05 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/sf2_player/sf2_player.cpp:
- query data from correct model when activating reverb (closes #2035134)
- convert from note-play-handle's volume to MIDI-velocity when calling
fluid_synth_noteon()
- set fluidsynth's internal interpolation-method to high-quality when
running LMMS in HQ-mode
2008-08-04 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/ladspa_effect/ladspa_effect.cpp: