On Sat, Mar 28, 2015 at 06:33:07PM +0100, peters@schwertfisch.de wrote: > Hi, > > how can I setup midish (on OpenBSD) so that it can be controlled > by MMC messages (start, stop, relocate) from an external > hardware MIDI controller? > midish can't be MMC slave (i.e. it ignores start/stop/relocate). If your hardware has an MTC source as well, you could setup midish to follow the MTC clock and the effect would be the same. > I have tried something like the following and various other > setups without any success. > > -- > dnew 0 "rmidi/0" rw # external MIDI controller > dnew 1 "midithru/0" rw > dnew 9 "snd/0" rw > dmtcrx 9 This makes midish follow sndiod's MTC clock (i.e. it syncs to audio programs). As sndiod can be MMC slave, just send the MMC messages to snd/0 with another program. Just make sure audio programs (if any) use a sndiod sub-device with MIDI control enabled (-t slave option) -- AlexandreReceived on Mon, 30 Mar 2015 09:26:51 +0200
This archive was generated by hypermail 2.1.8 : Wed Nov 08 2017 - 16:32:28 CET