Results 139 comments of dagargo

This is a long time issue but people are still struggling with this in some scenarios. I dicover recently that it is possible to resize the MIDI ringbuffer like this,...

Perhaps you should try https://github.com/dagargo/overwitch. The back end of the project is strongly based on the dtdump code but it's a JACK client that allows you to stream Overbridge 2...

It's possible to resize the MIDI output buffer with this command, which solves this issue for me. ``` root@host:/# echo "65536" > /sys/module/snd_seq_midi/parameters/output_buffer_size ``` I've discovered this recently but looks...

More official information at [Elektronauts](https://www.elektronauts.com/files/473) but not related to samples.

Working MIDI SDS pushed to branch [sds](https://github.com/dagargo/elektroid/tree/sds). As I don't have a TM-1, I suggest you to work on the `connector_handshake_midi_sds` function in here. https://github.com/dagargo/elektroid/blob/bdddae89b1671df2b49c1778ae33590ed9051468/src/connector.c#L2506

`sds` branch merged into master and deleted.

A lot of refactoring has been going on lately so the instructions above are obsolete. In order to send a custom SysEx message to the TM-1, the code should be...

> PS, this is in response to your recent post on Elektronauts. I didn't want to reply there as I think a technical conversation may be more relevant here. Abosulutely!...

Any news on this? I've just pushed a few commits that should improve the SDS functionality. It's been tested and works well with my Digitakt (only upload)) and my E-Mu...