JUCE effect plugins now work (kind of) and parameters are reflected too #89
atsushieno
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's been one of the major issues that JUCE effect plugins, not synth, crashed at processing audio inputs. It was partly due to some JUCE issues (e.g. 837) but other issues were in our own code. The issue is now fixed and we can use JUCE effect plugins, for example:
I also noticed that the plugin parameters were not reflected to the actual audio processing (due to lack of change notifications to listeners), which should be also fixed now. This change also affects synth plugins.
Beta Was this translation helpful? Give feedback.
All reactions