Trait reaper_medium::HookPostCommand2
source · [−]pub trait HookPostCommand2 {
fn call(
section: SectionContext<'_>,
command_id: CommandId,
value_change: ActionValueChange,
window: WindowContext,
project: ReaProject
);
}
Expand description
Consumers need to implement this trait in order to get notified after a MIDI CC/mousewheel action has run.