Re: multi-note triggering & routing

From: Alexandre Ratchov <alex_at_caoua.org>
Date: Fri, 9 Jul 2021 06:40:06 +0200
On Thu, Jul 08, 2021 at 10:41:39PM +0200, folkert wrote:
> Hello,
> 
> 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?
> 

Hi,

Sorry, midish can trigger with a single event only.

tapev {note {0 0} 36}
tap start
i

> 2. how can I make sure that a trigger-message (e.g. 0xfa) is sent via a
>    certain MIDI-port? Like with a midiman 2x2 that has multiple OUT-
>    ports.
> 

You've to define a device (with "dnew") for each MIDI port you use,
then use the "dclktx" function on a subset of them to enable
transmission of MIDI clock (0xfa message is part of it).

Ex, to enable transmission of MIDI clock on device 1 and 3:

dclktx {1 3}

HTH
Received on Fri Jul 09 2021 - 06:40:06 CEST

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