Class
AgsAudioMidiFile
Description
class AgsAudio.MidiFile : GObject.Object
{
flags: AgsMidiFileFlags,
obj_mutex: GRecMutex,
filename: gchar*,
file: FILE*,
buffer: unsigned char*,
buffer_length: guint,
iter: unsigned char*,
offset: guint,
format: guint,
count: guint,
division: guint,
times: guint,
beat: guint,
clicks: guint,
track: GList*,
current_track: AgsMidiFileTrack*,
notation: GList*,
midi: GList*
}
No description available.
Instance methods
ags_midi_file_read
Reads all bytes of the file’s stream and stores them in the internal buffer.
since: 3.0.0
ags_midi_file_read_header
Reads the MIDI file’s header and positions internal buffer pointer just behind it.
since: 3.0.0
ags_midi_file_write
Writes data
to the file stream and to internal buffer, reallocates it if necessary.
since: 3.0.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.