[PD] Make timer / clock

sara kolster sara at x-i.net
Fri May 6 23:54:13 CEST 2005


Thanks; that was where I was looking for. I did not even look at OR, 
since I logically thought that AND was the right one. Next time I'll 
also try the unlogical - according to my brain - approach ;)

Ciao,
S

Frank Barknecht wrote:

>Hallo,
>sara kolster hat gesagt: // sara kolster wrote:
>
>  
>
>>The object should only give a 0/1 when two separate floats [connected to 
>>right & left inlet] inlet are 0?
>>
>>I tried [&&] and [== 0] but these don't act as I want to.
>>    
>>
>
>AND means: Say True only, if input A AND input B are true, otherwise
>say False. So [&&] will be 0 as soon as one input is 0.
>
>OR however gives True as soon as one input is True, too. It will thus
>only lead to a False result, if both inputs are False. This is what
>you want: Give 0 if both inputs are 0 at the same time.
>
>So instead of AND: [&&] you need OR, which is [||] or [|] in Pd.
>
>Ciao
>  
>




More information about the Pd-list mailing list