MelaM
Mela
Dec 3

Filter in logger

I’m not sure what it is about my setup - either the mi.1 Bluetooth thing I’m connected through or perhaps my digital piano is generating lots of spurious midi messages. It’d be handy to be able to just log note events to follow what’s happening at different stages of midi processing.
PendingPending

Dec 5, 2022

Peter Todd, you can view what's happening at different MIDI processing stages. Simply insert multiple instances of the Logger module. And you'll be able to see what's happening before and after each module. A feature to filter just for note events or specific CC messages would be very useful. I'm planning to add it at some point.

Dec 5, 2022

Nikolozi: Yes exactly, it's useful to be able to log at different stages, but unfortunately in my setup something glitchy means that the signal to noise ratio is rather poor just now. Actually, what I could always do is filter the MIDI before it gets to Mela, since in this instance it really just seems to be noise.

Jan 9, 2024

Maybe this could be realized by having a module that allows to set MIDI-Filters. This module could be useful in other scenarios as well.