- Added the Java OPL3 emulator to the menu.

- Added full panning support to the Java OPL3 emulator.

SVN r3969 (trunk)
This commit is contained in:
Randy Heit 2012-11-17 05:26:03 +00:00
commit 5627a7ebd7
5 changed files with 67 additions and 45 deletions

View file

@ -126,8 +126,6 @@ typedef signed int INT32; /* signed 32bit */
#define INLINE __inline
#endif
#define CENTER_PANNING_POWER 0.70710678118 /* [RH] volume at center for EQP */
#define FREQ_SH 16 /* 16.16 fixed point (frequency calculations) */
#define EG_SH 16 /* 16.16 fixed point (EG timing) */
#define LFO_SH 24 /* 8.24 fixed point (LFO calculations) */