Select object similar to maxmsp?


#1

Hey all I'm new to the axoloti world. Is there an object thats similar to the sel object in maxmsp? something that will trigger an output (bang) when it receives a specific number?

thanks
_MW


#2

you could do it with a math/== object i think. everytime input 1 reaches the value of input 2 (your trigger value), it will generate a pulse on the trigger output.

edit. drj/math/== const i seems to do just that for integer values at least.


#3

Awesome I’ll try it out thank you!