Hi everyone,
I was wondering if anyone has tricks for making relational operators for symbols. I've made most of my patches so that they can be controlled with the computer keyboard, and ran into a snag on the last one that I was trying to build.
Normally I just use [keyup] and [route] with the system numbers for my controls.
I want to build a tap controller that uses [keyname] simply because it just has the 0, 1 left outlet. I am thinking something like this:
[keyname]
|
[sig~]
|
[tabwrite~]
, but only want to let one key control it.
Thanks in advance.