]> Repos - portaudio/commit
changed Pa_QueryDevices to Pa_InitializeNumDevices and added separate function Pa_All...
authorrossb <rossb@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 17 Apr 2002 06:27:05 +0000 (06:27 +0000)
committerrossb <rossb@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 17 Apr 2002 06:27:05 +0000 (06:27 +0000)
commit35734f8aa272b28f3a5dd5fc5c105375ef13fadf
treecc31ef5331ba4dbe2714c5be246afa9bfe68df09
parent49ef51660bca14cc61e65431067afaaeef3f4ebf
changed Pa_QueryDevices to Pa_InitializeNumDevices and added separate function Pa_AllocateDevicePtrs
changed Pa_AllocateDevicePtrs to never allocate 0 bytes
removed Pa_MabeQueryDevices
added explicit initialization of sDevicePtrs[n] to NULL
changed default input and output devices to paNoDevice when no device was available
changed Pa_GetDefaultInput/OutputDeviceID to have the same behavior as when there was no environment variable when the environment variables value was out of range
added #if around declaration of sNumAllocations
removed unused locals bytesEmpty, bytesFilled, buffersEmpty from Pa_TimeSlice()
renamed all result variables of type MMRESULT to mmresult
pa_win_wmme/pa_win_wmme.c