I'm trying to make a pretty simple "if" kind of thing.
I've been using [moses] to split a signal of data under and above a certain number. After that all I want it to do is to send a specific number out. Here's a diagram:
incoming signal
|
|
[moses (n)]
/ \
/ \
/ \
send "0" send "1"
I realize this is probably extremely simple. But I just can't seem to find the right message to use. I tried print, but that didn't seem to work.
If there is a better way to do this without [moses], please tell me. Basically I am just using [moses] to send bangs to these messages.