Struct jack::MidiWriter

source ·
pub struct MidiWriter<'a> { /* private fields */ }
Expand description

Write midi events to an output midi port.

Implementations§

Write an event into an event port buffer.

Clients must write normalised MIDI data to the port - no running status and no (1-byte) realtime messages interspersed with other messagse (realtime messages are fine when they occur on their own, like other messages).

Get the number of events that could not be written to port_buffer.

If the return value is greater than 0, than the buffer is full. Currently, the only way this can happen is if events are lost on port mixdown.

Get the size of the largest event that can be stored by the port.

This function returns the current space available, taking into account events already stored in the port.

Trait Implementations§

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.