Commit graph

397 commits

Author SHA1 Message Date
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
the_fiddler a384059b1b Updated version numbers. 2008-01-20 17:29:29 +00:00
the_fiddler df7365fbd2 Worked around a Visual Studio bug that caused some overloads to become invisible. 2008-01-20 17:27:30 +00:00
the_fiddler 2741171d0a Updated copyright notice. 2008-01-20 17:26:53 +00:00
the_fiddler 32f034b4d5 JTalton's new functions. 2008-01-20 17:26:40 +00:00
the_fiddler d4a63df42b Added JTalton's double precision mathlib. 2008-01-20 17:14:12 +00:00
chrisbrandtner bf5e9fe5bd removed unused AL_XYZ_NULL. 2008-01-19 16:06:47 +00:00
the_fiddler 981d176532 Updated bindings with the latest Bind revision. 2008-01-19 15:29:10 +00:00
the_fiddler 7ba4035464 Corrected Tess*, Nurbs* and Quadric* definitions. Added experimental code for fast late-binding. 2008-01-19 15:28:20 +00:00
the_fiddler ebf0163cce GetDelegate does not load OpenGL functions anymore (use the Load and LoadAll methods for that). Added GetDelegate method that takes a simple string (no type information). Deprecated existing GetDelegate method. 2008-01-19 15:27:15 +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 ab1b65520d Moved ContextHandle to its own class. 2008-01-18 14:15:37 +00:00
the_fiddler a1c0ff131e Moved ContextHandle to its own class. 2008-01-18 14:15:23 +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
the_fiddler 2da4a7f17f Added openal32.dll and alut.dll to OpenTK.dll.config 2008-01-15 23:51:39 +00:00
the_fiddler fd04dbf95f Small cosmetic fix. 2008-01-15 23:23:32 +00:00
the_fiddler ef52e1106d Updated version numbers. 2008-01-15 16:44:17 +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 21322323ba Re-added mouse input events. 2008-01-15 13:12:31 +00:00