new distortion-class and other improvements

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@445 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-12-20 23:35:36 +00:00
parent f4ab55bce5
commit d8b005b0d4
6 changed files with 77 additions and 25 deletions

View File

@@ -1,3 +1,18 @@
2006-12-21 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/note_play_handle.h:
* src/core/note_play_handle.cpp:
added parameter to nphsOfInstrumentTrack() which will cause the method
to add note-play-handles even if they're released
* include/effect_lib.h:
made bassBoost using double-values internally
* plugins/kicker/kicker.cpp:
* include/effect_lib.h:
introduced new distortion-class which sounds better than
foldback-distortion
2006-12-20 Javier Serrano Polo <jasp00/at/terra/dot/es>
* src/widgets/rack_plugin.cpp: