why is plate
NonModulable?
#174
Unanswered
selfsimilar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am very new to sound coding, but my first instinct when playing with the examples was to slowly increase or decrease the reverb/plate effect over time programmatically, but afaict because
plate
takes a single parametermix
that isNonModulable
, I can only provide a static value for anyplate
nodes. Am I understanding this correctly and what is the design rationale for implementing theplate
node this way?Beta Was this translation helpful? Give feedback.
All reactions