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:
22
ChangeLog
22
ChangeLog
@@ -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:
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user