mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
typo fixed
This commit is contained in:
committed by
Robbert van der Helm
parent
17ba595e74
commit
400eb3156f
@@ -1,7 +1,7 @@
|
||||
use nih_plug::prelude::*;
|
||||
use std::sync::Arc;
|
||||
|
||||
/// A plugin that inverts all MIDI note numbers, channels, CCs, velocitires, pressures, and
|
||||
/// A plugin that inverts all MIDI note numbers, channels, CCs, velocities, pressures, and
|
||||
/// everything else you don't want to be inverted.
|
||||
struct MidiInverter {
|
||||
params: Arc<MidiInverterParams>,
|
||||
|
||||
Reference in New Issue
Block a user