-
oootini
Hello @svanya
First of all - thank you for this patch! I am really enjoying playing with it. It is very idiosyncratic sounding and I hope to make use it in my music.
I am a bit of a neophyte in PD however. I want to update the patch to work with simple midi control. Try as I might, I cannot get this to work. I wonder am I missing something obvious.
Here is what I am trying:
[ctlin 0 1]
|
[/ 127]
|
[* 1]
|
[int]
|
[list prepend /delay]
|
[list trim]
|
[audioflow inlet]your audioflow abstraction is set with a control inlet and a [route /delay /feedback etc] object attached to the inlet that should be able to pass this formatted ctlin information into the abstraction (the delay hslider in the above example).
Is there something obvious about how PD works that I am missing to get this patch to work with simple midi control?
Thanks.