Skip to content

Commit

Permalink
Fix AddLatency rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed Jan 22, 2022
1 parent b21ffda commit d43620c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pedalboard/plugins/AddLatency.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class AddLatency : public JucePlugin<juce::dsp::DelayLine<
};

inline void init_add_latency(py::module &m) {
py::class_<LatencyTest, Plugin>(
py::class_<AddLatency, Plugin>(
m, "AddLatency",
"A dummy plugin that delays input audio for the given number of samples "
"before passing it back to the output. Used internally to test "
Expand Down

0 comments on commit d43620c

Please sign in to comment.