[PD] sigmund~ constant noise problem

2011-01-09 Thread Shaul Tzemach
hi, I'm using sigmund~ to get sound input from microphone(with adc~), the data is controling the movement of gem objects. But it seems that the sigmund~ respond to silence as well and react in a constant change of the data. Is there a way to control this noise? Thanks, shaul

Re: [PD] sigmund~ constant noise problem

2011-01-09 Thread Lorenzo Sutton
Shaul Tzemach wrote: hi, I'm using sigmund~ to get sound input from microphone(with adc~), the data is controling the movement of gem objects. But it seems that the sigmund~ respond to silence as well and react in a constant change of the data. Is there a way to control this noise? Depends on

Re: [PD] sigmund~ constant noise problem

2011-01-09 Thread Pierre Massat
Hi, I always put a [env] to gate the sigmund data ouput. Whenever [env] gets below a certains level (basically that of your noise), you use a [ X] to output a binary number (0 when it goes below X), which then controls a [spigot], which blocks the data flowing from sigmund. The only tricky part