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:

View File

@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(lmms, 0.1.4-cvs20060605, tobydox/at/users/dot/sourceforge/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060605)
AC_INIT(lmms, 0.1.4-cvs20060609, tobydox/at/users/dot/sourceforge/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060609)
AM_CONFIG_HEADER(config.h)