BMT Log leaking during Filter

I have opened a midi device port that has continuous raw message B0 00 00 sending. I have filtered out those messages and only hoping to log 90 xx xx messages, but it appears BMT is having trouble filtering out any B0 xx xx messages, as seen in the video:

Hi,

The issue is that 90 is present also as a time stamp. You can turn time stamp logging off or maybe filther on "B0 " (with a space) instead of “B0”. (without a space)

The filter feature is not only for MIDI content but anything that the log window shows.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz
1 Like

Oh very interesting!! I didn’t realize a 90 in the timestamp would also trigger the log. Thanks that’s helpful information. The added space fixed the issue. Noted!