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

Update CAR plugin

parent 91dc2dc6
Branches
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ void CAR::setGainLevel (float newGain) ...@@ -61,7 +61,7 @@ void CAR::setGainLevel (float newGain)
} }
void CAR::process (AudioSampleBuffer& buffer, MidiBuffer& events) void CAR::process (AudioSampleBuffer& buffer)
{ {
const int numSamples = buffer.getNumSamples(); const int numSamples = buffer.getNumSamples();
const int numReferenceChannels = m_referenceChannels.size(); const int numReferenceChannels = m_referenceChannels.size();
......
...@@ -60,7 +60,7 @@ public: ...@@ -60,7 +60,7 @@ public:
number of continous samples in the current buffer (which may differ from the number of continous samples in the current buffer (which may differ from the
size of the buffer). size of the buffer).
*/ */
void process (AudioSampleBuffer& buffer, MidiBuffer& events) override; void process (AudioSampleBuffer& buffer) override;
/** Returns the current gain level that is set in the processor */ /** Returns the current gain level that is set in the processor */
float getGainLevel(); float getGainLevel();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment