[maxmsp] Re: Re: Ignore fast Logic Test Changes
Joe Bicker
notyouraveragejoe at gmail.com
Tue Feb 5 07:23:53 MST 2008
- Previous message: [maxmsp] Re: Re: Ignore fast Logic Test Changes
- Next message: [maxmsp] Re: Re: Re: Ignore fast Logic Test Changes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
So you technically need to "debounce" ? Try onebang If you're not familiar with the object, it only passes a bang through (from the left inlet) after first receiving a bang in the right inlet. I used it with a delay object sending a bang from the output to the right inlet after a time delay of a few milliseconds. This means that it'll only output bangs a certain time space apart. Just don't forget that it needs a bang in the right inlet before the left, so a loadbang may be necessary. On 05/02/2008, Andy Brennan <breakoutfoo at hotmail.com> wrote: > > > Thats exactly what I need it to do. Thanks Stefan. > > Andy > _______________________________________________ > maxmsp mailing list > maxmsp at cycling74.com > http://www.cycling74.com/mailman/listinfo/maxmsp > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.cycling74.com/pipermail/maxmsp/attachments/20080205/d64b62cf/attachment.htm
- Previous message: [maxmsp] Re: Re: Ignore fast Logic Test Changes
- Next message: [maxmsp] Re: Re: Re: Ignore fast Logic Test Changes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
