We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ba595 commit 400eb31Copy full SHA for 400eb31
plugins/examples/midi_inverter/src/lib.rs
@@ -1,7 +1,7 @@
1
use nih_plug::prelude::*;
2
use std::sync::Arc;
3
4
-/// 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
5
/// everything else you don't want to be inverted.
6
struct MidiInverter {
7
params: Arc<MidiInverterParams>,
0 commit comments