Re: multi-note triggering & routing

From: folkert <folkert_at_vanheusden.com>
Date: Fri, 9 Jul 2021 10:29:47 +0200
> > I've got two questions:
> > 
> > - I would like to send a start MIDI message (0xfa) to a device when a
> >   certain accord is played
> > 
> > 1. how can I trigger on multiple note-keys pressed at almost the same
> >    time?
> 
> Sorry, midish can trigger with a single event only.
> 
> tapev {note {0 0} 36}
> tap start
> i

Maybe something can be accomplished with some kind of timer and flags
set?

Like: note x, y or z comes in. A flag gets set: x_flag or y_flag or
z_flag. When the first of one of them comes in, a timer is started. If
when the timer triggers (a few milliseconds), it is checked if all flags
are set. If not: clear them, if they are: do $something.

> dclktx {1 3}

Understood.

> HTH

Thank you.
Received on Fri Jul 09 2021 - 10:29:47 CEST

This archive was generated by hypermail 2.3.0 : Sat Jul 10 2021 - 01:34:18 CEST