Struct easyjack::InputPortHandle [] [src]

pub struct InputPortHandle<SampleType> { /* fields omitted */ }

Methods

impl<SampleType: Num> InputPortHandle<SampleType>
[src]

Get the input port's readable buffer

impl InputPortHandle<MidiEvent>
[src]

returns a vector of midi events Note that this returns by value (we are not returning by reference, like we have in the other get_read_buffer methods)

Trait Implementations

impl<SampleType: Debug> Debug for InputPortHandle<SampleType>
[src]

Formats the value using the given formatter.

impl<SampleType: Clone> Clone for InputPortHandle<SampleType>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<SampleType: Copy> Copy for InputPortHandle<SampleType>
[src]

impl<SampleType> Port for InputPortHandle<SampleType>
[src]

Gets the port's assigned full name (including the client name and the colon)

Get the flags used to construct this port