Skip to content

Commit

Permalink
attempting to get the pipeline to set the gain in ProPhatSynthesiser<…
Browse files Browse the repository at this point in the history
…T>::setMasterGain
  • Loading branch information
vberthiaume committed Jul 26, 2024
1 parent f8f2eda commit e26f113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/DSP/ProPhatSynthesiser.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ void ProPhatSynthesiser<T>::parameterChanged (const juce::String& parameterID, f
template <std::floating_point T>
void ProPhatSynthesiser<T>::setMasterGain (float gain)
{
gainWrapper->processor.setGainLinear (1);
//gainWrapper->processor.setGainLinear (static_cast<T> (gain));
//gainWrapper->processor.setRampDurationSeconds (0.1);
}
Expand Down

0 comments on commit e26f113

Please sign in to comment.