Lines Matching refs:log_win
150 DEMOWinInfo *log_win; variable
174 DEMOWinLogPrintf(log_win, "Exceed DSP capacity (over %ld DSP cycles).\n", cycles); in exceedCallback()
276 DEMOWinLogPrintf(log_win, "Changing to parent directory.\n"); in MNU_change_dir_up()
303 DEMOWinLogPrintf(log_win, "Changing directory to: '%s'.\n", menu->items[item].name); in MNU_change_dir()
318 DEMOWinLogPrintf(log_win, "Unable to change directory...??\n"); in MNU_change_dir()
364 DEMOWinLogPrintf(log_win, "Selected %s.\n", menu->items[item].name); in MNU_select_file()
370 DEMOWinLogPrintf(log_win, "%s loaded into memory.\n", menu->items[item].name); in MNU_select_file()
383 DEMOWinLogPrintf(log_win, "%s initialized\n", menu->items[item].name); in MNU_select_file()
391 … DEMOWinLogPrintf(log_win, "--> File '%s' is not an .mid file!\n", menu->items[item].name); in MNU_select_file()
505 DEMOWinLogPrintf(log_win, "Please select MIDI file to play.\n"); in MNU_select()
509 DEMOWinLogPrintf(log_win, "Removing sequence.\n"); in MNU_select()
516 DEMOWinLogPrintf(log_win, "Free MIDI file from memory.\n"); in MNU_select()
535 DEMOWinLogPrintf(log_win, "Failed to create directory list.\n"); in MNU_select()
552 DEMOWinLogPrintf(log_win, "Setting sequence state to SEQ_STATE_RUN.\n"); in MNU_play()
557 DEMOWinLogPrintf(log_win, "Please select a MIDI file to play!!!\n"); in MNU_play()
571 DEMOWinLogPrintf(log_win, "Setting sequence state to SEQ_STATE_RUNLOOPED.\n"); in MNU_playloop()
587 DEMOWinLogPrintf(log_win, "Setting sequence state to SEQ_STATE_PAUSE.\n"); in MNU_pause()
603 DEMOWinLogPrintf(log_win, "Setting sequence state to SEQ_STATE_STOP.\n"); in MNU_stop()
718 DEMOWinLogPrintf(log_win, "Stopping playback to change wavetable.\n"); in MNU_sample()
738 DEMOWinLogPrintf(log_win, "Now using PCM samples.\n"); in MNU_sample()
740 DEMOWinLogPrintf(log_win, "Now using ADPCM samples.\n"); in MNU_sample()
998 log_win = DEMOWinCreateWindow(20, 250, 600, 400, "Log", 1024, NULL); in main()
1003 DEMOWinOpenWindow(log_win); in main()
1005 DEMOWinLogPrintf(log_win, "Setting up audio\n"); in main()
1039 DEMOWinLogPrintf(log_win, "Shutting down up audio\n"); in main()
1046 DEMOWinLogPrintf(log_win, "Free wavetable\n"); in main()