Method
ALSARawmidiStreamPairget_protocol_version
Declaration [src]
gboolean
alsarawmidi_stream_pair_get_protocol_version (
ALSARawmidiStreamPair* self,
const guint16** proto_ver_triplet,
GError** error
)
Description [src]
Get the version of rawmidi protocol currently used. The version is expressed as the array with three elements; major, minor, and micro version in the order. The length of major version is 16 bit, the length of minor and micro version is 8 bit each.