I am really not getting this $ business
For example, I am using the [ctlin] to receive certain midi CC's. I figured it would be easy to send a variable to select midi channel & midi cc, but having no luck yet.
Do i always have to create an "abstraction" when I use the $1 $2 $3 stuff ? Like a sublayer or something, excuse my PD internal ignorance, it will get better I hope
[ctlin $1 $2] would be enough for now, I just dont know where/how to set $1 $2
so basicly I want to create a user-interface to quickly select:
- midi channel
- midi cc
- type of sub module to process the midi cc signal with
- option paramters for the sub module (invert signal, range, ... )
I looked at the $ examples in the browser but I am really missing some understanding of PD. I also do not understand why you can use arguments
but not send the arguments to an inlet. Whats the purpose of that ?