PM/FM, performance and other changes

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@154 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-06-09 21:48:47 +00:00
parent bc2b39eb1e
commit c9b2df53d1
2 changed files with 24 additions and 2 deletions

View File

@@ -1,3 +1,25 @@
2006-06-09 Javier Serrano Polo <jasp00/at/terra/dot/es>
* include/lmms_math.h:
* include/oscillator.h:
* include/sample_buffer.h:
* src/lib/oscillator.cpp:
- reverted to PM and added FM as a new modulation method
- improved performance, specially PM/FM
- moved fraction() to global scope
- removed absolute value from userWaveSample, it's handled by fraction()
* plugins/triple_oscillator/pm_active.png:
* plugins/triple_oscillator/pm_inactive.png:
* plugins/triple_oscillator/triple_oscillator.cpp:
added PM buttons, hid FM ones
* Makefile.am:
added lmms_math.h
* data/locale/ca.ts:
updated translation
2006-06-05 Javier Serrano Polo <jasp00/at/terra/dot/es>
* include/oscillator.h: