Query: midi_seek
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
midi_seek(3alleg4) Allegro manual midi_seek(3alleg4)NAMEmidi_seek - Seeks to the given midi_pos in the current MIDI file. Allegro game programming library.SYNOPSIS#include <allegro.h> int midi_seek(int target);DESCRIPTIONSeeks to the given midi_pos in the current MIDI file. If the target is earlier in the file than the current midi_pos it seeks from the beginning; otherwise it seeks from the current position.RETURN VALUEReturns zero if it could successfully seek to the requested position. Otherwise, a return value of 1 means it stopped playing, and midi_pos is set to the negative length of the MIDI file (so you can use this function to determine the length of a MIDI file). A return value of 2 means the MIDI file looped back to the start.SEE ALSOplay_midi(3alleg4), midi_pos(3alleg4) Allegro version 4.4.2 midi_seek(3alleg4)
Related Man Pages |
---|
exmidi(3alleg4) - debian |
play_midi(3alleg4) - debian |
exmidi(3alleg4) - opendarwin |
play_midi(3alleg4) - suse |
exmidi(3alleg4) - mojave |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
Introduction |
Weird 'find' results |
How to copy a column of multiple files and paste into new excel file (next to column)? |