Re: [LAD] further in on midi2udp/tcp

2018-09-11 Thread Len Ovens
On Tue, 11 Sep 2018, Jonathan E. Brickman wrote: The current software thought is to have both sides have two threads: one thread running callback to JACK, the other handling UDP/TCP, the threads communicating by Python FIFO queues, the UDP/TCP thread being constrained by 31.5kHz wait-state

Re: [LAD] further in on midi2udp/tcp

2018-09-11 Thread Christopher Arndt
Am 11.09.18 um 14:49 schrieb Jonathan E. Brickman: > I ran into minor difficulty getting Mido into python2, You should not use Python 2 fro new projects. Support will run out in less than two years. > and difficulty considerably beyond my knowledge getting Mido into python3, > into this