Struct instrument::mode::Poly [] [src]

pub struct Poly;

Polyphonic playback.

Trait Implementations

impl Copy for Poly
[src]

impl Clone for Poly
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Poly
[src]

Formats the value using the given formatter.

impl PartialEq for Poly
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Mode for Poly
[src]

Handle a note_on event.

Handle a note_off event.

Handle a stop event.