cbdev
cbdev
Hi @42-dd, thanks for the Report! We're currently experiencing issues with the Python backend (see also #83). I can't currently give a good timeline for this being fixed as I'm...
I'm not entirely sure I understand how this is meant. Currently, all events are received, translated and transmitted again as soon as they are received. There is no buffering. The...
Hi @hellishvictor, I'm not sure I understand your intent correctly. To press multiple keys at once, you can map one input channel to many output channels, for example ``` input-instance.input-channel...
Thanks for reporting this! Hmm, I will need to check on a similar machine, but it should normally just use the system libraries. Will need to check
As an additional idea, some backends have the notion of time-code channels (MIDI, maweb and OSC all have provisions for this in some form). This would require an additional channel...
This has additional implications on configuration file format and presentation, as information on why channels with differing types may not be translated into eachother needs to be presented clearly to...
Hi @123vollhorst, thanks for the suggestion! You could probably sling together basic HTTP API control using the Lua backend and some creative programming, but I agree that having it implemented...
An MQTT backend would be a cool thing to do, I agree - would need to investigate how these things take their input so I can match that with the...
Hey @phedders, very cool solution! Maybe you could create an article on the knowledgebase, as it seems that it requires a bit more setup effort :) https://github.com/control8r/midimonster-knowledge-base/tree/master/source/usecases A native MQTT...
@phedders, @qu4nt4r: I just merged a functional MQTT backend I have been working on for some time to `master` :) HTTP is also in the pipeline, but will take some...