Chris Robinson
|
a48201ed94
|
Fix target opts to remove prefix on the win32 dll
CMake didn't like the previous attempt
|
2007-12-23 16:27:05 -08:00 |
|
Chris Robinson
|
e516b3c0d3
|
Prevent possible buffer overflow in AL_PRINT
|
2007-12-22 14:00:10 -08:00 |
|
Chris Robinson
|
51c5fa94aa
|
Check for snprintf, and use _snprintf when needed
|
2007-12-22 13:35:52 -08:00 |
|
Chris Robinson
|
d6288d63c6
|
Release the new stuff on exit for Windows, too
|
2007-12-22 13:18:05 -08:00 |
|
Chris Robinson
|
96bd020bd3
|
Use the right-channel sample...
|
2007-12-21 14:30:38 -08:00 |
|
Chris Robinson
|
8dc2aef058
|
Don't send stereo samples to the wet path without an auxiliary slot
|
2007-12-21 12:12:13 -08:00 |
|
Chris Robinson
|
d43486f894
|
Fix extrenuous comment
|
2007-12-21 10:52:26 -08:00 |
|
Chris Robinson
|
229bc0d7e1
|
Merge branch 'master' into efx-experiment
|
2007-12-20 21:48:17 -08:00 |
|
Chris Robinson
|
5b0514a829
|
Do the channel pannings based on output channel count
This should make it a bit easier to extend in the future
|
2007-12-20 21:40:22 -08:00 |
|
Chris Robinson
|
0bef94cb48
|
Don't use the lib prefix for the Win32 DLL
|
2007-12-20 12:32:54 -08:00 |
|
Chris Robinson
|
44df5c3567
|
MacOSX doesn't like global szDebug and g_mutex symbol names
|
2007-12-19 14:14:26 -08:00 |
|
Chris Robinson
|
7bf9ebf545
|
Allow auxiliary effect slot 0 when (un)setting the source auxiliary send
|
2007-12-18 23:51:21 -08:00 |
|
Chris Robinson
|
1e9302f564
|
Don't assume only one max send when setting source properties
|
2007-12-18 19:47:42 -08:00 |
|
Chris Robinson
|
a433ae0ff4
|
Use the AuxSendAuto property of the effect slot
|
2007-12-18 19:43:54 -08:00 |
|
Chris Robinson
|
e5609279da
|
Implement AL_AUXILIARY_SEND_FILTER_GAIN_AUTO property
|
2007-12-18 19:13:41 -08:00 |
|
Chris Robinson
|
afd3b71849
|
Implement AL_ROOM_ROLLOFF_FACTOR property
|
2007-12-18 19:03:40 -08:00 |
|
Chris Robinson
|
4cc64fa9a8
|
Don't allow properties on effect and filter name 0
|
2007-12-18 18:39:08 -08:00 |
|
Chris Robinson
|
7f55372727
|
Implement AL_EFFECT_TYPE property
Only the null effect type is accepted, right now
|
2007-12-18 18:15:52 -08:00 |
|
Chris Robinson
|
919b8c5bd1
|
Report one max auxiliary send per source
|
2007-12-18 18:13:49 -08:00 |
|
Chris Robinson
|
a281027876
|
Implement AL_AUXILIARY_SEND_FILTER source property
|
2007-12-18 17:59:28 -08:00 |
|
Chris Robinson
|
72ce653bcf
|
Remove unneeded struct member
|
2007-12-18 17:46:49 -08:00 |
|
Chris Robinson
|
17c8881444
|
Add AL_EFFECTSLOT_AUXILIARY_SEND_AUTO property (still unimplemented)
|
2007-12-18 17:41:44 -08:00 |
|
Chris Robinson
|
6aabc837a9
|
Fix initial WetMix setup
|
2007-12-18 17:21:13 -08:00 |
|
Chris Robinson
|
233e6f1765
|
Implement AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO property
|
2007-12-18 16:54:22 -08:00 |
|
Chris Robinson
|
9adc20e4e7
|
Implement AL_EFFECTSLOT_GAIN property
|
2007-12-18 15:47:24 -08:00 |
|
Chris Robinson
|
bdf16bf601
|
Add initial auxiliary send paths
|
2007-12-18 15:10:21 -08:00 |
|
Chris Robinson
|
cf03bfa156
|
Implement AL_EFFECTSLOT_EFFECT property
|
2007-12-18 14:22:59 -08:00 |
|
Chris Robinson
|
d4f556836a
|
Only allow one auxiliary effect slot
|
2007-12-18 13:42:13 -08:00 |
|
Chris Robinson
|
ebb30ec5b0
|
Implement AL_AIR_ABSORPTION_FACTOR source property
|
2007-12-18 13:37:07 -08:00 |
|
Chris Robinson
|
168d8e3bee
|
Add AL_FILTER_LOWPASS support
Direct filters only, since auxiliary sends and slots aren't available yet
|
2007-12-17 22:42:38 -08:00 |
|
Chris Robinson
|
654788f2cf
|
Implement AL_CONE_OUTER_GAINHF source property
|
2007-12-17 21:56:31 -08:00 |
|
Chris Robinson
|
06f2076f04
|
Implement AL_DIRECT_FILTER_GAINHF_AUTO source property
|
2007-12-17 21:33:05 -08:00 |
|
Chris Robinson
|
fc43a13927
|
Implement basic lowpass filter path
|
2007-12-17 21:00:52 -08:00 |
|
Chris Robinson
|
28f80fa113
|
Add AL_METERS_PER_UNIT listener property
|
2007-12-17 19:40:43 -08:00 |
|
Chris Robinson
|
9ebf1c1431
|
Don't attempt to free null effects or filters
|
2007-12-17 19:12:49 -08:00 |
|
Chris Robinson
|
8795932420
|
0 is a valid filter and effect name
|
2007-12-17 19:10:22 -08:00 |
|
Chris Robinson
|
be50a5f992
|
Export ALC_EXT_EFX extension
Preliminary testing can now begin. Almost nothing will work, but the bare
framework is laid out, and the functions can begin to be implemented.
|
2007-12-17 18:01:01 -08:00 |
|
Chris Robinson
|
7086f5f84c
|
Add new listener property definition
|
2007-12-17 17:55:27 -08:00 |
|
Chris Robinson
|
670487b4dd
|
Add effect type enums
|
2007-12-17 17:52:03 -08:00 |
|
Chris Robinson
|
0ac746df57
|
Add new functions to proc address table
|
2007-12-17 17:44:11 -08:00 |
|
Chris Robinson
|
7458273634
|
Add auxiliary effect slot function skeletons
|
2007-12-17 17:43:19 -08:00 |
|
Chris Robinson
|
aa386041e7
|
Fix comment
|
2007-12-17 17:20:55 -08:00 |
|
Chris Robinson
|
44e0fa9325
|
Implement effect function skeletons
|
2007-12-17 17:20:11 -08:00 |
|
Chris Robinson
|
91d214d713
|
Release left over filters on close
|
2007-12-17 17:08:44 -08:00 |
|
Chris Robinson
|
635f673b95
|
Implement ALC properties
|
2007-12-17 16:55:07 -08:00 |
|
Chris Robinson
|
35a82970a3
|
Implement AL_DIRECT_FILTER source property
Only AL_FILTER_NULL filter types are currently supported, however
|
2007-12-17 16:28:16 -08:00 |
|
Chris Robinson
|
ac9bef0b31
|
Add EFX source filter properties
|
2007-12-17 16:02:34 -08:00 |
|
Chris Robinson
|
f6bb6cc891
|
Add AL_FILTER_TYPE enum
|
2007-12-17 15:49:26 -08:00 |
|
Chris Robinson
|
56ff747463
|
Implement filter function skeletons
|
2007-12-17 15:43:35 -08:00 |
|
Chris Robinson
|
d14ea2965d
|
The error code is in errno, not the return value
|
2007-12-16 19:45:32 -08:00 |
|