Crate rmididings[][src]

Expand description

A MIDI router/processor on Rust

RMididings is a partial clone of mididings in Rust, allowing one to use a syntax not unlike mididings for MIDI event routing and processing.

It is very early in development, take care.

Re-exports

pub use proc::*;

Modules

Macros

Adds multiple filters in a chain.

Run contained filters on (sub)scene or patch exit.

Adds multiple filters in parallel.

Run contained filters on (sub)scene or patch init.

Inverses the effect of filters.

Generates an OSC message.

Process the incoming event using a custom function, returning a patch.

Process an incoming OSC event using a function, which returns a patch to run on the event.

Filter on event type

Filter on multiple event types

Structs