[PD] Rotary controllers for finetuning data?

Claude Heiland-Allen claude at mathr.co.uk
Tue Jan 10 22:54:16 CET 2017


On 10/01/17 21:31, Esa Ruoho wrote:
> Any ideas how to go about it?

The [value] object will likely help you, along with [select] and
[trigger] (which can be abbreviated to [v], [sel] and [t]).  Remember to
use $0 in the name of the [v], if you want multiple instances of your
patch or abstraction to be independent.

A pattern you might find useful is:

control message
 |
[t b      a]
 |        |
[value x] |
 |        |
some process
 |
[t b f]
 | /
[value x]
 |
updated value


Claude
-- 
https://mathr.co.uk




More information about the Pd-list mailing list