Hello,

I am having troubles for sending notes with TT out from the ExpertSleepers Disting EX midi breakout.
I am using, for example,

DEL A: EX.M.NO X; EX.M.N X 127

But there is nothing out the midi.
I know the connections are goods; i2c work and midi also (it’s work with Kria in midi mode)

Is there something I forgot in the code ?
If someone use it, it will cool to have some details about the configuration and the script.
Maybe I forgot something, somewhere ?

Thanks

does it work when you send other commands from teletype to disting? is it just midi that is not working?

@scanner_darkly Yes all work excepted just the midi commands from TT.
I am able to sequence and control the algorithms with i2C.
Do I have to select a specific algorithm for the midi ? Or does it pass thru the Algorithm ?

you should be able to use disting MIDI ops regardless of which algorithm is currently selected, as long as it’s a single algorithm.

if the disting is receiving i2c okay and you can use the disting midi mode from ansible then i’m not sure why it’s not working. have you tried just sending notes without using variables and delays? also, check if you’re on the correct midi channel, you can set it with EX.M.CH channel.

Does the Disting have any option to filter incoming MIDI messages? Sometimes devices are able to cut the stream of incoming MIDI. Also channel is a good place to look. Gah knows how many times I’ve had that problem!