Commit graph

41 commits

Author SHA1 Message Date
the_fiddler
db10c23942 Marshal alcMakeContextCurrent return value as I1. Just to see if it helps Mono. 2008-01-20 22:12:27 +00:00
the_fiddler
f41e240ede Trying compatible defaults, to resolve crash on linux. 2008-01-20 21:50:03 +00:00
the_fiddler
3505236ee2 Commented MakeCurrent() out for testing. 2008-01-20 21:22:03 +00:00
the_fiddler
bf88111e95 Updated Debug message on available device enumeration. 2008-01-20 21:05:49 +00:00
the_fiddler
f7a059d258 Removed check for available_devices.Count > 0. Device enumeration is an extension, and may not always be available. 2008-01-20 21:00:59 +00:00
the_fiddler
3a90a29e43 Removed check for null device name. Passing null to alcOpenDevice should open the default device. 2008-01-20 20:56:38 +00:00
the_fiddler
f6c1942407 Fix for a possible NRE exception when constructing a new AudioContext. 2008-01-20 19:59:28 +00:00
the_fiddler
40f32f4867 Documentation updates. Getting rid of all remaining warnings in debug build. 2008-01-20 19:29:42 +00:00
the_fiddler
3d2bc15a84 Documentation updates. Getting rid of warnings. 2008-01-20 19:00:03 +00:00
the_fiddler
2c0de25dfd Temporary Device property. 2008-01-20 17:55:55 +00:00
chrisbrandtner
bf5e9fe5bd removed unused AL_XYZ_NULL. 2008-01-19 16:06:47 +00:00
chrisbrandtner
5e29db6dc1 dead Gremlin: Imported_alDeleteFilters 2008-01-19 14:18:34 +00:00
chrisbrandtner
c488097326 presets hack, not 100% accuracte but acceptable results. 2008-01-19 11:25:12 +00:00
chrisbrandtner
10f36fc775 presets semi-working 2008-01-19 01:05:57 +00:00
chrisbrandtner
931848b8ad refactored enum values. Missing: AL_FILTER_FIRST_PARAMETER, AL_FILTER_LAST_PARAMETER, AL_EFFECT_FIRST_PARAMETER, AL_EFFECT_LAST_PARAMETER 2008-01-18 20:53:01 +00:00
chrisbrandtner
7cab30660c v0.9 all relevant funcs are available, rather good doc already 2008-01-18 18:35:43 +00:00
chrisbrandtner
a682335578 added most CLSCompliant attribs. 2008-01-18 17:33:07 +00:00
chrisbrandtner
666ac63563 added inline docu and some overloads 2008-01-18 17:24:39 +00:00
chrisbrandtner
34ccba8228 added Filter/Aux functions. 2008-01-18 15:50:58 +00:00
the_fiddler
50fd919bae Fixed AudioContext.IsCurrent getter (would throw if no context was current). 2008-01-18 15:10:25 +00:00
the_fiddler
b1b6dc8e07 Added AudioContext.IsProcessing property, plus better error handling during context creation. 2008-01-18 14:15:03 +00:00
the_fiddler
3930dce721 Renamed AL.Bool to bool. 2008-01-18 13:57:51 +00:00
the_fiddler
8132eeb1a4 Renamed AL.Bool to bool. 2008-01-18 13:57:37 +00:00
the_fiddler
f9403b2671 Renamed AL.Bool to bool. 2008-01-18 13:57:21 +00:00
the_fiddler
8781365fb1 Added more functions. Added handling of multiple contexts. Improved thread-safety. Resolved a minor bug in the CreateContext function. 2008-01-18 13:56:27 +00:00
the_fiddler
35ba0b5b64 Removed rename AL.Bool to bool item. 2008-01-18 13:55:42 +00:00
chrisbrandtner
cdde344dbd v0.8 EFX largely done, public Filter/Auxiliary methods missing. 2008-01-18 13:32:51 +00:00
chrisbrandtner
76ef90be35 2008-01-17 21:53:51 +00:00
chrisbrandtner
a76d283b70 AL.Bool gone 2008-01-17 20:55:56 +00:00
chrisbrandtner
a83044610d 2008-01-17 19:02:37 +00:00
chrisbrandtner
9faf5fe893 backup, Effect Objects 2008-01-17 17:05:19 +00:00
the_fiddler
ba9fcf98f2 Added OpenTK.Audio.AudioContext. 2008-01-17 14:07:22 +00:00
the_fiddler
d925ff5f17 Update the Alc.CreateContext function. 2008-01-17 14:06:31 +00:00
chrisbrandtner
be428f9bce unfinished. tired. 2008-01-16 23:57:54 +00:00
chrisbrandtner
40e42f7f35 Initial EFX separation 2008-01-16 18:43:52 +00:00
the_fiddler
acafdaac3c Added AL.BindBuffer suggestion. 2008-01-16 18:33:10 +00:00
chrisbrandtner
b3ab36eb44 Alc.GetString used incorrect offset (was already increased due to ++). Breakpoint used to verify correctness at byte-level. 2008-01-15 15:49:25 +00:00
chrisbrandtner
42581eaeea changed List<string> Alc.GetString() and enums again. Fixed docu. 2008-01-15 13:37:33 +00:00
the_fiddler
40446c637a Added a missing CLSCompliant false attributes. 2008-01-15 00:45:54 +00:00
the_fiddler
70c5a96a5e Merged with OpenAL branch. 2008-01-15 00:24:15 +00:00
the_fiddler
e96298d2a8 Initial commit of OpenTK.OpenAL. 2008-01-11 20:13:18 +00:00