Module nih_plug::context::process

source ·
Expand description

A context passed during the process function.

Structs

  • Information about the plugin’s transport. Depending on the plugin API and the host not all fields may be available.

Traits

  • Contains both context data and callbacks the plugin can use during processing. Most notably this is how a plugin sends and receives note events, gets transport information, and accesses sidechain inputs and auxiliary outputs. This is passed to the plugin during as part of Plugin::process().