Home
last modified time | relevance | path

Searched refs:MV_Printf (Results 1 – 13 of 13) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/audiolib/src/
H A Ddriver_alsa.cpp130 MV_Printf("ALSA could not queue event: err %d\n", result); in sequence_event()
136 MV_Printf("ALSA could not drain output: err %d\n", result); in sequence_event()
207 MV_Printf("ALSA snd_seq_get_queue_status err %d\n", result); in get_tick()
271 MV_Printf("ALSA snd_seq_open err %d\n", result); in ALSADrv_MIDI_Init()
309 MV_Printf("ALSA snd_seq_alloc_queue err %d\n", seq_queue); in ALSADrv_MIDI_Init()
318 MV_Printf("ALSA snd_seq_connect_to err %d\n", result); in ALSADrv_MIDI_Init()
363 MV_Printf("ALSA pthread_create returned error\n"); in ALSADrv_MIDI_StartPlayback()
381 MV_Printf("ALSA pthread_join returned error\n"); in ALSADrv_MIDI_HaltPlayback()
419 MV_Printf("ALSA snd_seq_start_queue err %d\n", result); in ALSADrv_MIDI_QueueStart()
441 MV_Printf("ALSA snd_seq_stop_queue err %d\n", result); in ALSADrv_MIDI_QueueStop()
[all …]
H A Dmusic.cpp62 MV_Printf("Initializing MIDI driver: "); in MUSIC_Init()
67 MV_Printf("failed!\n"); in MUSIC_Init()
74 MV_Printf("%s MIDI output not supported!\n", SoundDriver_GetName(SoundCard)); in MUSIC_Init()
84 MV_Printf("%s", SoundDriver_GetName(SoundCard)); in MUSIC_Init()
97 MV_Printf("\n"); in MUSIC_Init()
H A Ddriver_winmm.cpp123 MV_Printf(fmt, va); in midi_error()
126 MV_Printf(" err %d (%s)\n", (int)rv, errtxt); in midi_error()
410 MV_Printf("MME_NoteOff error\n"); in MME_NoteOff()
425 MV_Printf("MME_NoteOn error\n"); in MME_NoteOn()
440 MV_Printf("MME_PolyAftertouch error\n"); in MME_PolyAftertouch()
455 MV_Printf("MME_ControlChange error\n"); in MME_ControlChange()
469 MV_Printf("MME_ProgramChange error\n"); in MME_ProgramChange()
483 MV_Printf("MME_ChannelAftertouch error\n"); in MME_ChannelAftertouch()
498 MV_Printf("MME_PitchBend error\n"); in MME_PitchBend()
511 MV_Printf("MME_SysEx error\n"); in MME_SysEx()
[all …]
H A Ddriver_sdl.cpp122 MV_Printf("Available audio drivers: "); in SDLDrv_PCM_PrintDrivers()
125 MV_Printf("%s ", SDL_GetAudioDriver(i)); in SDLDrv_PCM_PrintDrivers()
127 MV_Printf("\n"); in SDLDrv_PCM_PrintDrivers()
228 MV_Printf("SDL %s driver on %s", drivername, pdevname); in SDLDrv_PCM_Init()
235 MV_Printf("SDL %s driver", drivernamestr); in SDLDrv_PCM_Init()
H A Dxmp.cpp21 MV_Printf("MV_GetNextXMPBlock(): no XMP context!\n"); in MV_GetNextXMPBlock()
94 MV_Printf("MV_PlayXMP: xmp_create_context failed\n"); in MV_PlayXMP()
102 MV_Printf("MV_PlayXMP: xmp_load_module_from_memory failed (%i)\n", xmp_status); in MV_PlayXMP()
173 MV_Printf(NoXMP); in MV_PlayXMP()
179 MV_Printf(NoXMP); in MV_PlayXMP3D()
H A Dflac.cpp232MV_Printf("MV_GetNextFLACBlock FLAC__stream_decoder_seek_absolute: LOOP_START %ul, LOOP_END %ul\n", in write_flac_stream()
292 MV_Printf("%s\n", FLAC__StreamDecoderErrorStatusString[status]); in error_flac_stream()
328MV_Printf("MV_GetNextFLACBlock FLAC__stream_decoder_seek_absolute: LOOP_START %ul, LOOP_END %ul\n", in MV_GetNextFLACBlock()
353MV_Printf("MV_GetNextFLACBlock FLAC__stream_decoder_seek_absolute: LOOP_START %ul\n", in MV_GetNextFLACBlock()
451 MV_Printf("MV_PlayFLAC: %s\n", FLAC__stream_decoder_get_resolved_state_string(fd->stream)); in MV_PlayFLAC()
586 MV_Printf("Error allocating FLAC__Metadata_Iterator!\n"); in MV_PlayFLAC()
589MV_Printf("%s\n", FLAC__Metadata_ChainStatusString[FLAC__metadata_chain_status(metadata_chain)]); in MV_PlayFLAC()
595 MV_Printf("Error allocating FLAC__Metadata_Chain!\n"); in MV_PlayFLAC()
637 MV_Printf("MV_PlayFLAC: FLAC support not included in this binary.\n"); in MV_PlayFLAC()
643 MV_Printf("MV_PlayFLAC: FLAC support not included in this binary.\n"); in MV_PlayFLAC3D()
H A Dvorbis.cpp244MV_Printf("MV_GetNextVorbisBlock ov_pcm_seek: LOOP_START %l, LOOP_END %l, err %d\n", in MV_GetNextVorbisBlock()
260 MV_Printf("MV_GetNextVorbisBlock ov_pcm_seek: LOOP_START %l, err %d\n", in MV_GetNextVorbisBlock()
273 MV_Printf("MV_GetNextVorbisBlock ov_read: err %d\n", bytes); in MV_GetNextVorbisBlock()
380 MV_Printf("MV_PlayVorbis: err %d\n", status); in MV_PlayVorbis()
430 MV_Printf("MV_PlayVorbis: OggVorbis support not included in this binary.\n"); in MV_PlayVorbis()
436 MV_Printf("MV_PlayVorbis: OggVorbis support not included in this binary.\n"); in MV_PlayVorbis3D()
H A Ddriver_sf2.cpp90 MV_Printf(": loaded \"%s\"", filename); in SF2_LoadBank()
95 MV_Printf(": error loading \"%s\"!\n", filename); in SF2_LoadBank()
122 MV_Printf(": no .sf2 data found!\n"); in SF2Drv_MIDI_Init()
H A Dmusic_external.cpp75 MV_Printf("Using external music player: \"%s\"\n", g_musicPlayerCommandLine); in MUSIC_Init()
206 MV_Printf("%s: CreateProcess: %s\n", __func__, windowsGetErrorMessage(GetLastError())); in MUSIC_PlayExternal()
298 MV_Printf("%s: fopen: %s\n", __func__, strerror(errno)); in MUSIC_PlaySong()
H A Dfx_man.cpp160 MV_Printf("Initializing sound: "); in FX_Init()
165 MV_Printf("failed! %s\n", FX_ErrorString(FX_InvalidCard)); in FX_Init()
181 MV_Printf("failed! %s\n", MV_ErrorString(MV_DriverError)); in FX_Init()
189MV_Printf(": %.1f KHz %s with %d voices\n", MV_MixRate/1000.f, numchannels == 1 ? "mono" : "stereo… in FX_Init()
H A Ddriver_directsound.cpp116 MV_Printf("DirectSound FillBuffer: err %x\n", (uint32_t)err); in FillBuffer()
162 MV_Printf("DirectSound fillDataThread: wfmo err %d\n", (int)waitret); in fillDataThread()
175 MV_Printf("Dying error: %x\n", (uint32_t)err); in TeardownDSound()
H A Dmultivoc.cpp91 int (*MV_Printf)(const char *fmt, ...) = initprintf; variable
317 MV_Printf("MV_GetVoice(): bad handle (%d)!\n", handle); in MV_GetVoice()
/dports/games/NBlood/NBlood-a1689a4/source/audiolib/include/
H A Dmultivoc.h68 extern int (*MV_Printf)(const char *fmt, ...);
87 MV_Printf("MV_Unlock(): lockdepth < 0!\n"); in MV_Unlock()
158 static inline void MV_SetPrintf(int (*function)(const char *, ...)) { if (function) MV_Printf = fun… in MV_SetPrintf()