typo fixed

This commit is contained in:
oilcake
2025-03-16 18:42:33 +03:00
committed by Robbert van der Helm
parent 17ba595e74
commit 400eb3156f

View File

@@ -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>,