Changeset 148 for sbliveos2/trunk/include
- Timestamp:
- Apr 26, 2000, 8:01:02 PM (25 years ago)
- Location:
- sbliveos2/trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/include/ossidc.h
r142 r148 142 142 #define MIX_SETAUXMUTE 18 143 143 144 #define MAKE_VOLUME (l, r) ((r << 8) | l)144 #define MAKE_VOLUME_LR(l, r) ((r << 8) | l) 145 145 146 146 #define MIX_RECSRC_MIC 0 … … 258 258 ULONG OSS16_OpenStream(STREAM *stream); 259 259 void OSS16_CloseStream(STREAM *stream); 260 typedef enum { 261 MIDI_RECEIVE = 0, 262 MIDI_SEND 263 } MIDITYPE; 264 ULONG OSS16_OpenMidiStream(MIDITYPE midiType); 265 void OSS16_CloseMidiStream(MIDITYPE midiType, ULONG streamid); 260 266 261 267 #endif //TARGET_OS216 -
sbliveos2/trunk/include/sbversion.h
r142 r148 25 25 #define __SBVERSION_H__ 26 26 27 #define SBLIVE_VERSION "0. 1.0"27 #define SBLIVE_VERSION "0.2.5" 28 28 29 29 #endif //__SBVERSION_H__ -
sbliveos2/trunk/include/version.mak
r142 r148 11 11 12 12 _VENDOR = Creative Labs SoundBlaster Live 13 _VERSION = 0. 10.00013 _VERSION = 0.25.000 14 14 15 15 FILEVER = @^#$(_VENDOR):$(_VERSION)^#@
Note:
See TracChangeset
for help on using the changeset viewer.