1
0
Fork 0

Remove TODO about adding MIDI support

Since we did just that.
This commit is contained in:
Robbert van der Helm 2022-02-04 02:58:36 +01:00
parent 05a7748482
commit 15d0e69d46

View file

@ -25,9 +25,8 @@ use nih_plug::{BoolParam, FloatParam, Param, Params, Range, Smoother, SmoothingS
use std::f32::consts;
use std::pin::Pin;
/// A test tone generator.
///
/// TODO: Add MIDI support, this seems like a nice minimal example for that.
/// A test tone generator that can either generate a sine wave based on the plugin's parameters or
/// based on the current MIDI input.
struct Sine {
params: Pin<Box<SineParams>>,
sample_rate: f32,