Automating parameters in Reverb (JUCE) #112
Unanswered
music-lover99
asked this question in
Q&A
Replies: 1 comment
-
Yes any of these should work reverb_processor.set_automation("room_size", data)
reverb_processor.set_automation("damping", data)
reverb_processor.set_automation("dry_level", data)
reverb_processor.set_automation("wet_level", data)
reverb_processor.set_automation("width", data) I'm not a big fan of the JUCE reverb. I think it's the same or very similar to Faust's freeverb. However, if you go with Faust, you can try out a few other reverbs: https://faustlibraries.grame.fr/libs/reverbs And using the IDE with looping audio file playback or microphone input could be helpful to get to know the parameters. See https://github.com/DBraun/DawDreamer/wiki/Faust-Processor for more examples. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How could I automate a parameter in Reverb (JUCE)? Is it the same as the filter processor?
Beta Was this translation helpful? Give feedback.
All reactions