Add pitch-bend support to BitInvader, Move smooth button, and some minor coding style corrections

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1669 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-09-21 17:06:31 +00:00
parent 58b90a88d2
commit 424dc3b0e8
3 changed files with 28 additions and 27 deletions

View File

@@ -48,7 +48,8 @@
- Replace r&b,r_b with r_n_b
* src/core/main.cpp:
Make "could not set realtime priority" sound less like an error
- Make "could not set realtime priority" sound less like an error
- Actually commit the file
* plugins/lb302/lb302.cpp:
* plugins/lb302/lb302.h:
@@ -59,6 +60,12 @@
- Add Sine, Noise, and Exponential waveforms
- Use buttons instead of a knob
* plugins/bit_invader/bit_invader.cpp:
* plugins/bit_invader/bit_invader.h:
- Add support for pitch bend
- Move smoothing button to a more noticable location
- Some coding style changes
2008-09-20 Paul Giblock <drfaygo/at/gmail/dot/com>
* plugins/sf2_player/sf2_player.cpp: