- 
		mixwhit posted in technical issues • read moreGiven a single input (over the COM port), that, say runs from 0-256, I want to split that input into two outputs, so that values 0-128 goes to output 1 and 129-256 goes to output 2. Such as: [number 0-256] 
 |
 |
 [if < 129]
 |\
 | \
 | \
 | \
 | [osc~]
 |
 |
 [osc~]I would manipulate/remap the number between the output and the osc~ but you get the idea hopefully. I looked at select but don't see it drawing in a range (and it outputs a bang not a number). I looked at expr but it outputs a 0/1, not the number. thx 
- 
		mixwhit posted in technical issues • read morefantastic, moses is just what I was looking for. question, though. what if I had more than two ranges I wanted to separate? run a moses into multiple moseses? 
