hi list; quite dull i am... and didn't find anything on the list. trying to get my midi-in-device (mpc 1000) working for triggering simple bangs with [notein]. my current problem is:
short period of time and it makes it unusable to trigger a single starting-operation (e.g. play a video once from the beginning when the pad is hit)
any idea how i can solve this? mute receiving bangs for apprx. 50 ms or any human time?
[notein]
| \
[select 36 . . . ]
|
[bang( <- this bangs apprx 4 times within 200 ms
?? thanks j ,.
On 06/02/15 19:24, jwind wrote:
hi list; quite dull i am... and didn't find anything on the list.
a search keyword could be "debounce":
http://lists.puredata.info/pipermail/pd-list/2010-11/084230.html
points indirectly to:
http://sourceforge.net/p/pure-data/svn/17190/tree/trunk/externals/mapping/de...
Claude
Hi,
you could try stripnote object, to remove the note-off (in PD, it's juste a note-in message with velocity to 0)
you could try the change object -> it outputs the input only if it has change
if you still have too many bangs, you could try speedlim object to limit the data flow.
like that :
[notein] | | | [change] | | [stripnote] | | [sel 36] | [speedlim 200]
Le 06/02/15 14:24, jwind a écrit :