Skip to content
Snippets Groups Projects
Commit ffff9915 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Update Rectifier plugin

parent d9ebc2a7
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ void Rectifier::setParameter (int parameterIndex, float newValue)
}
void Rectifier::process (AudioSampleBuffer& buffer, MidiBuffer& events)
void Rectifier::process (AudioSampleBuffer& buffer)
{
const int nChannels = buffer.getNumChannels();
......
......@@ -54,7 +54,7 @@ public:
number of continous samples in the current buffer (which may differ from the
size of the buffer).
*/
void process (AudioSampleBuffer& buffer, MidiBuffer& events) override;
void process (AudioSampleBuffer& buffer) override;
/** Any variables used by the "process" function _must_ be modified only through
this method while data acquisition is active. If they are modified in any
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment